Difference between revisions of "Helm install linkerd"

From wikieduonline
Jump to navigation Jump to search
Line 23: Line 23:
 
  k get pods -n linkerd
 
  k get pods -n linkerd
 
  NAME                                      READY  STATUS    RESTARTS  AGE
 
  NAME                                      READY  STATUS    RESTARTS  AGE
  linkerd-destination-785895c598-cswnm      4/4    Running  0          3m5s
+
  [[linkerd-destination]]-785895c598-cswnm      4/4    Running  0          3m5s
  linkerd-identity-764dcdcd7c-2kvxg        2/2    Running  0          3m5s
+
  [[linkerd-identity]]-764dcdcd7c-2kvxg        2/2    Running  0          3m5s
  linkerd-proxy-injector-86d5dc58bd-bcn2v  2/2    Running  0          3m5s
+
  [[linkerd-proxy-injector]]-86d5dc58bd-bcn2v  2/2    Running  0          3m5s
  
 
== Related ==
 
== Related ==

Revision as of 13:10, 19 March 2024

helm install linkerd


helm repo add linkerd https://helm.linkerd.io/stable
"linkerd" has been added to your repositories
helm install linkerd-crds linkerd/linkerd-crds -n linkerd --create-namespace

NAME: linkerd-crds
LAST DEPLOYED: Tue Mar 19 13:45:27 2024
NAMESPACE: linkerd
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
The linkerd-crds chart was successfully installed 🎉

To complete the linkerd core installation, please now proceed to install the
linkerd-control-plane chart in the linkerd namespace. 

Looking for more? Visit https://linkerd.io/2/getting-started/


k get pods -n linkerd
NAME                                      READY   STATUS    RESTARTS   AGE
linkerd-destination-785895c598-cswnm      4/4     Running   0          3m5s
linkerd-identity-764dcdcd7c-2kvxg         2/2     Running   0          3m5s
linkerd-proxy-injector-86d5dc58bd-bcn2v   2/2     Running   0          3m5s

Related

linkerd install

See also

Advertising: