diff --git a/cmd/kops/create_cluster.go b/cmd/kops/create_cluster.go index c83e29b946..1b44529773 100644 --- a/cmd/kops/create_cluster.go +++ b/cmd/kops/create_cluster.go @@ -359,6 +359,8 @@ func (c *CreateClusterCmd) Run(args []string) error { if c.NoPublicIP { fullCluster.Spec.AssociatePublicIP = fi.Bool(false); + } else { + fullCluster.Spec.AssociatePublicIP = fi.Bool(true); } applyCmd := &cloudup.ApplyClusterCmd{