Skip to content

Instantly share code, notes, and snippets.

@dlbewley
Last active August 4, 2021 19:04
Show Gist options
  • Select an option

  • Save dlbewley/23d55e7f8b900cabdf4bb800537ec706 to your computer and use it in GitHub Desktop.

Select an option

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

lpsantil commented Aug 4, 2021

Copy link
Copy Markdown

👍 🥇 @christianh814

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