Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from gardener/fix/readiness-probe-with-node-agent
Browse files Browse the repository at this point in the history
Adapt machine readiness probe to node-agent
  • Loading branch information
oliver-goetz authored Jan 9, 2024
2 parents 7ec47db + 4e73f88 commit 291e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/local/create_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (d *localDriver) applyPod(
ReadinessProbe: &corev1.Probe{
ProbeHandler: corev1.ProbeHandler{
Exec: &corev1.ExecAction{
Command: []string{"sh", "-c", "/opt/bin/kubectl --kubeconfig /var/lib/kubelet/kubeconfig-real get no $NODE_NAME"},
Command: []string{"sh", "-c", "/usr/bin/kubectl --kubeconfig /var/lib/kubelet/kubeconfig-real get no $NODE_NAME"},
},
},
},
Expand Down

0 comments on commit 291e2b8

Please sign in to comment.