Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created February 5, 2021 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grampelberg/a18e4caa4dcd025370c7e48905ba6211 to your computer and use it in GitHub Desktop.
Save grampelberg/a18e4caa4dcd025370c7e48905ba6211 to your computer and use it in GitHub Desktop.
linkerd install \
--identity-trust-anchors-file root.crt \
--identity-issuer-certificate-file issuer.crt \
--identity-issuer-key-file issuer.key \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment