Created
July 24, 2019 23:02
-
-
Save tjhartmann/e34f9877b87e00f3c94186dac453e7c6 to your computer and use it in GitHub Desktop.
Reconstruct rke state file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl --kubeconfig kube_config_cluster.yml get configmap -n kube-system full-cluster-state -o json | jq -r .data.\"full-cluster-state\" | jq -r . > cluster.rkestate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment