Skip to content

Commit

Permalink
Merge pull request #150 from leelavg/csi-tol-us
Browse files Browse the repository at this point in the history
add missing tolerations field in nodeplugin podspec
  • Loading branch information
Madhu-1 authored Oct 4, 2024
2 parents 9ad05e2 + f0a52e2 commit 04cf55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/controller/driver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,8 @@ func (r *driverReconcile) reconcileNodePluginDeamonSet() error {
HostPID: r.isRdbDriver(),
// to use e.g. Rook orchestrated cluster, and mons' FQDN is
// resolved through k8s service, set dns policy to cluster first
DNSPolicy: corev1.DNSClusterFirstWithHostNet,
DNSPolicy: corev1.DNSClusterFirstWithHostNet,
Tolerations: pluginSpec.Tolerations,
Containers: utils.Call(func() []corev1.Container {
containers := []corev1.Container{
// Node Plugin Container
Expand Down

0 comments on commit 04cf55c

Please sign in to comment.