We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6709805 commit 70a736fCopy full SHA for 70a736f
src/warnet/admin.py
@@ -52,7 +52,7 @@ def init():
52
help="Duration of the token in seconds (default: 48 hours)",
53
)
54
def create_kubeconfigs(kubeconfig_dir, token_duration):
55
- """Create kubeconfig files for all ServiceAccounts in warnet team namespaces starting with <prefix>."""
+ """Create kubeconfig files for ServiceAccounts"""
56
kubeconfig_dir = os.path.expanduser(kubeconfig_dir)
57
58
cluster_name = get_kubeconfig_value("{.clusters[0].name}")
0 commit comments