Skip to content

Commit

Permalink
Change default kubeAPIserver port
Browse files Browse the repository at this point in the history
  • Loading branch information
momom-i committed Mar 12, 2022
1 parent fe3fa63 commit 36bb22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func getKubeAPIServerURL() string {
if p == "" {
// we still want the simulator to behave as before,
// use a local test port.
p = "0"
p = "3131"
}

h := os.Getenv("KUBE_API_HOST")
Expand Down

0 comments on commit 36bb22c

Please sign in to comment.