Kubeconfig Command
The kubeconfig command generates a temporary admin kubeconfig for cluster access.
Behavior
The generated kubeconfig:
- Is valid for 12 hours (configurable via
--validity) - Uses a client certificate with
system:mastersgroup (full admin access) - Is signed by the cluster's Kubernetes CA
- Context name:
topf@<cluster-name>