Skip to content

Instantly share code, notes, and snippets.

@joshrosso
Last active February 8, 2017 02:26
Show Gist options
  • Save joshrosso/904603c056a61a1c001bcc073d2f8fe5 to your computer and use it in GitHub Desktop.
Save joshrosso/904603c056a61a1c001bcc073d2f8fe5 to your computer and use it in GitHub Desktop.
#!/bin/bash
sed -i 's/coreos\/hyperkube\:v1.5.2\_coreos\.1/joshrosso\/hyperkube\:special-cni/' manifests/kube-apiserver.yaml manifests/kube-proxy.yaml manifests/kube-scheduler.yaml manifests/kube-controller-manager.yaml
sed -i 's/coreos\/bootkube/joshrosso\/bootkube/' bootkube-start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment