Skip to content

Instantly share code, notes, and snippets.

@andrealmar
Created August 27, 2019 19:12
Show Gist options
  • Save andrealmar/5fadca66f2e4e964655ef389ef89374d to your computer and use it in GitHub Desktop.
Save andrealmar/5fadca66f2e4e964655ef389ef89374d to your computer and use it in GitHub Desktop.
cp -p master-config.yaml master-config.yaml.prepatch
oc ex config patch master-config.yaml.prepatch -p "$(cat master-config.patch)" > master-config.yaml
/usr/local/bin/master-restart api
/usr/local/bin/master-restart controllers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment