Difference between revisions of "Kubectl get secrets --namespace=default"
Jump to navigation
Jump to search
(Created page with "{{lc}} kubectl get secrets --namespace=default elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d {{helm install elasticsearch}}") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | kubectl get secrets --namespace=default elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d | + | [[kubectl get secrets]] --namespace=default elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d |
+ | |||
+ | |||
+ | {{k get secrets}} | ||
{{helm install elasticsearch}} | {{helm install elasticsearch}} |
Latest revision as of 17:52, 30 November 2023
kubectl get secrets --namespace=default elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d
Advertising: