Difference between revisions of "Kubectl get secret"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
+
{{lowercase}}
  
 
  [[kubectl get]] secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
 
  [[kubectl get]] secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
Line 7: Line 7:
 
== See also ==
 
== See also ==
 
* {{kubectl}}
 
* {{kubectl}}
 +
 +
[[Category:Secrets]]
 +
[[Category:K8]]

Revision as of 19:20, 28 November 2021

This article is a Draft. Help us to complete it.

kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo


See also

Advertising: