Kubernetes Service Account Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Service Account Operations =Details about the Namespace's Default Service Account= kubectl -n <''namespace'' get sa def...")
 
Line 4: Line 4:
=Details about the Namespace's Default Service Account=
=Details about the Namespace's Default Service Account=


  kubectl -n <''namespace'' get sa default
  kubectl -n <''namespace'' -o yaml get sa default

Revision as of 21:18, 11 September 2019

Internal

Details about the Namespace's Default Service Account

kubectl -n <namespace -o yaml get sa default