Enable taint toleration for ceph-rgw
This adds taint toleration support for openstack jobs Signed-off-by: Lucas Cavalcante <lucasmedeiros.cavalcante@windriver.com> Change-Id: I5e55e93d4034da5f7f323a6dcb3ca511abd9ac4e
This commit is contained in:
parent
0d5b16cabb
commit
09bf2fbb92
@ -15,6 +15,6 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ceph RadosGW
|
||||
name: ceph-rgw
|
||||
version: 0.1.19
|
||||
version: 0.1.20
|
||||
home: https://github.com/ceph/ceph
|
||||
...
|
||||
|
@ -233,6 +233,9 @@ pod:
|
||||
key: node.kubernetes.io/unreachable
|
||||
operator: Exists
|
||||
tolerationSeconds: 60
|
||||
- key: node-role.kubernetes.io/master
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
|
||||
network_policy:
|
||||
rgw:
|
||||
|
@ -20,4 +20,5 @@ ceph-rgw:
|
||||
- 0.1.17 Update htk requirements
|
||||
- 0.1.18 Consolidate mon_endpoints discovery
|
||||
- 0.1.19 Add ClusterRole to the bootstrap-job
|
||||
- 0.1.20 Enable taint toleration for Openstack services jobs
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user