Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Created December 20, 2016 15:41
Show Gist options
  • Save fijimunkii/ac3e3267b433f7ff00ed63c790f2293a to your computer and use it in GitHub Desktop.
Save fijimunkii/ac3e3267b433f7ff00ed63c790f2293a to your computer and use it in GitHub Desktop.
replace kubernetes config map
kubectl create configmap nginx-lb-config --from-file=nginx-lb.configmap --dry-run -o yaml | kubectl replace configmap nginx-lb-config -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment