Skip to content

Instantly share code, notes, and snippets.

@dlbewley
Last active August 4, 2021 19:04
Show Gist options
  • Save dlbewley/23d55e7f8b900cabdf4bb800537ec706 to your computer and use it in GitHub Desktop.
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
#!/bin/bash
oc extract cm/cluster-config-v1 -n kube-system --to=-
@lpsantil
Copy link

lpsantil commented Aug 4, 2021

👍 🥇 @christianh814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment