Newer
Older
l2sm-component: l2sm-switch
l2sm-component: l2sm-switch
l2sm-component: l2sm-switch
Alex ubuntu vm
committed
k8s.v1.cni.cncf.io/networks: veth1, veth2, veth3, veth4, veth5, veth6, veth7, veth8, veth9, veth10
spec:
tolerations:
# this toleration is to have the daemonset runnable on master nodes
# remove it if your masters can't run pods
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
containers:
image: alexdecb/l2sm-switch:2.2
Alex ubuntu vm
committed
#args: ["setup_switch.sh && sleep infinity"]
env:
- name: NODENAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
Alex ubuntu vm
committed
- name: NVETHS
value: "l2sm-controller-service"
securityContext:
capabilities:
add: ["NET_ADMIN"]
nodeSelector:
kubernetes.io/arch: amd64