Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 5c8a700

Browse files
authored
Change bootstrap etcd service port to 20. (#561)
1 parent 3ce7d09 commit 5c8a700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootkube/render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
apiOffset = 1
2222
dnsOffset = 10
2323
etcdOffset = 15
24-
bootEtcdOffset = 200
24+
bootEtcdOffset = 20
2525
defaultServiceBaseIP = "10.3.0.0"
2626
defaultEtcdServers = "https://127.0.0.1:2379"
2727
defaultSelfHostedEtcdServers = "http://127.0.0.1:2379"

0 commit comments

Comments
 (0)