Skip to content

Commit

Permalink
Add toleration to CSI daemonset (kubernetes#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jichenjc committed Oct 22, 2020
1 parent 2a6a6f1 commit 0d4f916
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cinder-csi-plugin/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: latest
description: Cinder CSI Chart for OpenStack
name: openstack-cinder-csi
version: 1.2.4
version: 1.2.5
home: https://github.com/kubernetes/cloud-provider-openstack
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
maintainers:
Expand Down
2 changes: 2 additions & 0 deletions charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml
Expand Up @@ -13,6 +13,8 @@ spec:
labels:
{{- include "cinder-csi.nodeplugin.labels" . | nindent 8 }}
spec:
tolerations:
- operator: Exists
serviceAccount: csi-cinder-node-sa
hostNetwork: true
containers:
Expand Down
2 changes: 2 additions & 0 deletions manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
Expand Up @@ -15,6 +15,8 @@ spec:
labels:
app: csi-cinder-nodeplugin
spec:
tolerations:
- operator: Exists
serviceAccount: csi-cinder-node-sa
hostNetwork: true
containers:
Expand Down

0 comments on commit 0d4f916

Please sign in to comment.