Last active
August 4, 2021 19:04
-
-
Save dlbewley/23d55e7f8b900cabdf4bb800537ec706 to your computer and use it in GitHub Desktop.
How to recover the install-config.yaml used to deploy an OpenShift cluster
This file contains 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
#!/bin/bash | |
oc extract cm/cluster-config-v1 -n kube-system --to=- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍 🥇 @christianh814