Skip to content

Commit

Permalink
add missing tolerations field in nodeplugin podspec
Browse files Browse the repository at this point in the history
Signed-off-by: Leela Venkaiah G <[email protected]>
  • Loading branch information
leelavg committed Oct 4, 2024
1 parent 9ad05e2 commit f0a52e2
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 f0a52e2

Please sign in to comment.