summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-07-28 14:25:05 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-08-08 15:59:13 -0300
commitcf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da (patch)
tree4120da0bca89167dcad0a7f5aff71d42446a1f9a /playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml
parentf28826b474df693c45ff59c64e0536bad4e1c35f (diff)
downloadopenshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.tar.gz
openshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.tar.bz2
openshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.tar.xz
openshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.zip
Upgrade configs for protobuf support.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml
new file mode 100644
index 000000000..1297938bc
--- /dev/null
+++ b/playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml
@@ -0,0 +1,21 @@
+---
+- modify_yaml:
+ dest: "{{ openshift.common.config_base}}/node/node-config.yaml"
+ yaml_key: 'masterClientConnectionOverrides.acceptContentTypes'
+ yaml_value: 'application/vnd.kubernetes.protobuf,application/json'
+
+- modify_yaml:
+ dest: "{{ openshift.common.config_base}}/node/node-config.yaml"
+ yaml_key: 'masterClientConnectionOverrides.contentType'
+ yaml_value: 'application/vnd.kubernetes.protobuf'
+
+- modify_yaml:
+ dest: "{{ openshift.common.config_base}}/node/node-config.yaml"
+ yaml_key: 'masterClientConnectionOverrides.burst'
+ yaml_value: 40
+
+- modify_yaml:
+ dest: "{{ openshift.common.config_base}}/node/node-config.yaml"
+ yaml_key: 'masterClientConnectionOverrides.ops'
+ yaml_value: 20
+