Skip to content

Commit e32e851

Browse files
committed
Fix deployer pod tolerations
1 parent 33c21b7 commit e32e851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/apps/controller/deployer/deployer_controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ func (c *DeploymentController) makeDeployerPod(deployment *v1.ReplicationControl
408408
ActiveDeadlineSeconds: &maxDeploymentDurationSeconds,
409409
DNSPolicy: deployment.Spec.Template.Spec.DNSPolicy,
410410
ImagePullSecrets: deployment.Spec.Template.Spec.ImagePullSecrets,
411+
Tolerations: deployment.Spec.Template.Spec.Tolerations,
411412
// Setting the node selector on the deployer pod so that it is created
412413
// on the same set of nodes as the pods.
413414
NodeSelector: deployment.Spec.Template.Spec.NodeSelector,

0 commit comments

Comments
 (0)