You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Parameterize kops setup
* Add domain_enabled flag to support gossip mode
* Add `force_destroy` flag to facilitate testing
* Autoapprove destroy parameter
description="A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without errors. These objects are not recoverable."
46
+
default="false"
47
+
}
48
+
49
+
variable"ssh_public_key_path" {
50
+
type="string"
51
+
description="SSH public key path to write master public/private key pair for cluster"
0 commit comments