Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created February 5, 2020 03:58
Show Gist options
  • Save onelittlenightmusic/cfaaea3f88f6c77159fe472134374251 to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/cfaaea3f88f6c77159fe472134374251 to your computer and use it in GitHub Desktop.
kubectl --kubeconfig=./capi-quickstart.kubeconfig \
-n kube-system patch daemonset calico-node \
--type=strategic --patch='
spec:
template:
spec:
containers:
- name: calico-node
env:
- name: FELIX_IGNORELOOSERPF
value: "true"
'
daemonset.extensions/calico-node patched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment