Browse Source

Fix node selector for contiv etcd proxy (#3765)

pull/3770/head
Erwan Miran 6 years ago
committed by k8s-ci-robot
parent
commit
d33434647b
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/contiv/templates/contiv-etcd-proxy.yml.j2

2
roles/network_plugin/contiv/templates/contiv-etcd-proxy.yml.j2

@ -23,7 +23,7 @@ spec:
hostNetwork: true
hostPID: true
nodeSelector:
node-role.kubernetes.io/node: "true"
node-role.kubernetes.io/node: ""
containers:
- name: contiv-etcd-proxy
image: {{ contiv_etcd_image_repo }}:{{ contiv_etcd_image_tag }}

Loading…
Cancel
Save