Skip to content

Commit

Permalink
Remove restriction to cluster.local domain for startup probe (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismuellner committed Nov 27, 2023
1 parent 933ed29 commit 06f776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/startup_probe/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
hostname = "kubernetes.default.svc.cluster.local"
hostname = "kubernetes.default.svc"
use = "startup-probe"
defaultTimeout = 5
)
Expand Down

0 comments on commit 06f776f

Please sign in to comment.