summaryrefslogtreecommitdiffstats
path: root/roles/kuryr/tasks
diff options
context:
space:
mode:
authorMichał Dulko <mdulko@redhat.com>2017-11-13 11:41:58 +0100
committerMichał Dulko <mdulko@redhat.com>2017-12-22 13:44:12 +0100
commitd515d4542f648194effb5be242d95f2d4834d7de (patch)
treec2cb086bc0013209b0a6e9d1328db3b205b9dba6 /roles/kuryr/tasks
parentcbcfd8a6d669e5b76afca79d3523bc537df804d3 (diff)
downloadopenshift-d515d4542f648194effb5be242d95f2d4834d7de.tar.gz
openshift-d515d4542f648194effb5be242d95f2d4834d7de.tar.bz2
openshift-d515d4542f648194effb5be242d95f2d4834d7de.tar.xz
openshift-d515d4542f648194effb5be242d95f2d4834d7de.zip
Configure Kuryr CNI daemon
Kuryr CNI daemon is scalability improvement that moves watching K8s API and VIF plugging into a separate entity called kuryr-daemon. Kuryr-daemon will run in a container and serve requests from kuryr-driver.
Diffstat (limited to 'roles/kuryr/tasks')
-rw-r--r--roles/kuryr/tasks/node.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/kuryr/tasks/node.yaml b/roles/kuryr/tasks/node.yaml
index 08f2d5adc..41d0ead20 100644
--- a/roles/kuryr/tasks/node.yaml
+++ b/roles/kuryr/tasks/node.yaml
@@ -40,7 +40,7 @@
regexp: '^OPTIONS="?(.*?)"?$'
backrefs: yes
backup: yes
- line: 'OPTIONS="\1 --disable dns,proxy,plugins"'
+ line: 'OPTIONS="\1 --disable proxy"'
- name: force node restart to disable the proxy
service: