Difference between revisions of "Kubectl get secret"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{kubectl}}")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
  
 +
[[kubectl get]] secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
  
  
 
== See also ==
 
== See also ==
 
* {{kubectl}}
 
* {{kubectl}}

Revision as of 14:44, 30 August 2020

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: