Install linkerd identity certificates with helm #12574
Unanswered
yaron-Kalatian
asked this question in
Help
Replies: 1 comment 1 reply
-
If you're following the steps at https://linkerd.io/2.15/tasks/install-helm/ then the Helm installation will automatically create the necessary configmaps and secret resources. I'm not sure I understand the part of your question about loading them into git, can you elaborate? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi , we use flux for helm charts . I want to deploy the linkerd-control-plane
I’m using linkerd2-edge for the linkerd-control-plane
it written:
certificates must live in a ConfigMap resource named linkerd-identity-trust-roots . Issuer certificates must live in a Secret named linkerd-identity-issuer
and then supply the files when running helm:
helm install linkerd-control-plane -n linkerd
–set-file identityTrustAnchorsPEM=ca.crt
–set-file identity.issuer.tls.crtPEM=issuer.crt
–set-file identity.issuer.tls.keyPEM=issuer.key
linkerd/linkerd-control-plane
I can create the ca.crt, issuer.crt ,issuer.key with step command , but how do I apply them to the CM linkerd-identity-trust-rootsand secret linkerd-identity-issuer to load them to git ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions