change constant name
parent
201a2bbc62
commit
f48d2ca192
|
@ -40,8 +40,8 @@ const (
|
||||||
APIServerPort = 8443
|
APIServerPort = 8443
|
||||||
// SSHPort is the SSH serviceport on the node vm and container
|
// SSHPort is the SSH serviceport on the node vm and container
|
||||||
SSHPort = 22
|
SSHPort = 22
|
||||||
// RegisteryAddonPort os the default registery addon port
|
// RegistryAddonPort os the default registry addon port
|
||||||
RegisteryAddonPort = 5000
|
RegistryAddonPort = 5000
|
||||||
|
|
||||||
// APIServerName is the default API server name
|
// APIServerName is the default API server name
|
||||||
APIServerName = "minikubeCA"
|
APIServerName = "minikubeCA"
|
||||||
|
|
Loading…
Reference in New Issue