adj kubeconfig

Print the data-plane kubeconfig path for the active context

Print the kubeconfig path for the active context's data-plane cluster, for use as: export KUBECONFIG=$(adj kubeconfig)

Resolution order: --kubeconfig flag, $ADJ_KUBECONFIG, then the file 'adj cluster provision' wrote for this context.

Usage

adj kubeconfig [flags]

Flags

Flag Shorthand Default Description
--kubeconfig explicit kubeconfig path to echo back

Global flags

Flag Shorthand Default Description
--context config context to use (overrides current-context)
--output -o table output format: table|json|yaml
--server server base URL (overrides the active context)
--token access token (overrides the active context)
--verbose -v false log requests to stderr