You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linkerd mc allow is erroring in 2.11.x. It works in edge.
How can it be reproduced?
$ linkerd mc allow --service-account-name foobar
Logs, error output, etc
$ linkerd mc allow --service-account-name foobar
Error: template: linkerd-multicluster/templates/remote-access-service-mirror-rbac.yaml:16:7: executing "linkerd-multicluster/templates/remote-access-service-mirror-rbac.yaml" at <include "partials.annotations.created-by" $>: error calling include: template: no template "partials.annotations.created-by" associated with template "gotpl"
Usage:
linkerd multicluster allow [flags]
Flags:
-h, --help help for allow
--ignore-cluster Ignore cluster configuration
--namespace string The destination namespace for the service account. (default "linkerd-multicluster")
--service-account-name string The name of the multicluster access service account
Global Flags:
--api-addr string Override kubeconfig and communicate directly with the control plane at host:port (mostly for testing)
--as string Username to impersonate for Kubernetes operations
--as-group stringArray Group to impersonate for Kubernetes operations
--cni-namespace string Namespace in which the Linkerd CNI plugin is installed (default "linkerd-cni")
--context string Name of the kubeconfig context to use
--kubeconfig string Path to the kubeconfig file to use for CLI requests
-L, --linkerd-namespace string Namespace in which Linkerd is installed (default "linkerd")
--verbose Turn on debug logging
output of linkerd check -o short
NA
Environment
linkerd 2.11.2
Possible solution
No response
Additional context
No response
Would you like to work on fixing this bug?
yes
The text was updated successfully, but these errors were encountered:
Closes#8430
Change the chart rendering from `RenderNoPartials` to `Render` so that the
partials are properly rendered.
```shell
$ bin/build-cli-bin
$ bin/linkerd multicluster allow --service-account-name foo
...
```
Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
What is the issue?
linkerd mc allow
is erroring in 2.11.x. It works in edge.How can it be reproduced?
Logs, error output, etc
output of
linkerd check -o short
NA
Environment
linkerd 2.11.2
Possible solution
No response
Additional context
No response
Would you like to work on fixing this bug?
yes
The text was updated successfully, but these errors were encountered: