Skip to content

Instantly share code, notes, and snippets.

@lwolf
Created February 2, 2019 14:11
Show Gist options
  • Select an option

  • Save lwolf/883bf455252d5ffcbce71c628f781bbf to your computer and use it in GitHub Desktop.

Select an option

Save lwolf/883bf455252d5ffcbce71c628f781bbf to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: kube-flannel-ds-arm64
namespace: kube-system
...
spec:
template:
spec:
...
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/arch: arm64
...
containers:
- name: kube-flannel
image: {{ flannel_image_repo }}:{{ flannel_image_tag }}-arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment