const ( // MulticlusterExtensionName is the name of the multicluster extension MulticlusterExtensionName = "multicluster" // MulticlusterLegacyExtension is the name of the multicluster extension // prior to stable-2.10.0 when the linkerd prefix was removed. MulticlusterLegacyExtension = "linkerd-multicluster" // LinkerdMulticlusterExtensionCheck adds checks related to the multicluster extension LinkerdMulticlusterExtensionCheck healthcheck.CategoryID = "linkerd-multicluster" )
var TemplatesMulticluster = []string{ chartutil.ChartfileName, chartutil.ValuesfileName, "templates/namespace.yaml", "templates/gateway.yaml", "templates/gateway-policy.yaml", "templates/psp.yaml", "templates/remote-access-service-mirror-rbac.yaml", "templates/link-crd.yaml", "templates/service-mirror-policy.yaml", }
func NewCmdCheck() *cobra.Command
NewCmdCheck generates a new cobra command for the multicluster extension.
func NewCmdMulticluster() *cobra.Command
NewCmdMulticluster returns a new multicluster command
Name | Synopsis |
---|---|
.. | |
service-mirror |