Skip to content

Commit

Permalink
Merge pull request #331 from gkurz/fixes-for-1.4.1
Browse files Browse the repository at this point in the history
Fixes for 1.4.1
  • Loading branch information
gkurz committed Jul 7, 2023
2 parents d255dac + d39747b commit 1a660d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/openshift_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ func (r *KataConfigOpenShiftReconciler) processDaemonsetForMonitor() *appsv1.Dae
Spec: corev1.PodSpec{
ServiceAccountName: "monitor",
NodeSelector: nodeSelector,
Tolerations: []corev1.Toleration{
{
Operator: corev1.TolerationOpExists,
},
},
Containers: []corev1.Container{
{
Name: "kata-monitor",
Expand Down

0 comments on commit 1a660d8

Please sign in to comment.