summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_3/node_config_upgrade.yml
blob: 89b524f14beee7fe9f23f07c338a6d7dc024d119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- 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.qps'
    yaml_value: 20