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
Copy file name to clipboardExpand all lines: cmd/compute/sks/sks_create.go
+26-22Lines changed: 26 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ type sksCreateCmd struct {
58
58
NodepoolSecurityGroups []string`cli-flag:"nodepool-security-group" cli-usage:"default Nodepool Security Group NAME|ID (can be specified multiple times)"`
59
59
NodepoolSizeint64`cli-usage:"default Nodepool size. If 0, no default Nodepool will be added to the cluster."`
60
60
NodepoolTaints []string`cli-flag:"nodepool-taint" cli-usage:"Kubernetes taint to apply to default Nodepool Nodes (format: KEY=VALUE:EFFECT, can be specified multiple times)"`
61
+
NodepoolIPv6bool`cli-flag:"nodepool-ipv6" cli-usage:"assign IPv6 Public IPs to default Nodepool Nodes"`
0 commit comments