Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 752 Bytes

kp_secret_list.md

File metadata and controls

37 lines (23 loc) · 752 Bytes

kp secret list

List secrets attached to a service account

Synopsis

List secrets for a service account in the provided namespace.

A secret attached to a service account that does not exist in the specified namespace will be listed as AVAILABLE "false".

The namespace defaults to the kubernetes current-context namespace.

The service account defaults to "default".

kp secret list [flags]

Examples

kp secret list
kp secret list -n my-namespace

Options

  -h, --help                     help for list
  -n, --namespace string         kubernetes namespace
      --service-account string   service account to list secrets for (default "default")

SEE ALSO