mirror of
https://github.com/optim-enterprises-bv/openstack-helm-infra.git
synced 2026-01-10 01:11:31 +00:00
Merge "Enable taint toleration for ceph-rgw"
This commit is contained in:
@@ -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
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user