mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +07:00
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "WARNING: Kanidm admin can do anything in the cluster, only use it for just enough initial setup or in emergencies." >&2
|
||
|
export KUBECONFIG=./metal/kubeconfig.yaml
|
||
|
kubectl exec -it -n kanidm statefulset/kanidm -- kanidmd recover-account admin
|