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