Skip to content

feat(kubernetes): --disable-utility-network-access to nodegroup#236

Merged
villevsv-upcloud merged 5 commits intomainfrom
feat/kubernetes-node-group-utility-network
Jul 14, 2023
Merged

feat(kubernetes): --disable-utility-network-access to nodegroup#236
villevsv-upcloud merged 5 commits intomainfrom
feat/kubernetes-node-group-utility-network

Conversation

@villevsv-upcloud
Copy link
Copy Markdown
Contributor

@villevsv-upcloud villevsv-upcloud commented Jun 28, 2023

No description provided.

@villevsv-upcloud villevsv-upcloud marked this pull request as ready for review July 7, 2023 07:17
@villevsv-upcloud villevsv-upcloud force-pushed the feat/kubernetes-node-group-utility-network branch from 21e6086 to aab81fb Compare July 14, 2023 13:58
fs.StringArrayVar(&p.SSHKeys, "ssh-key", []string{}, "SSH keys to be configured as authorized keys to the nodes.")
fs.StringVar(&p.Storage, "storage", "", "Storage template to use when creating the nodes. Defaults to `UpCloud K8s` public template.")
fs.StringArrayVar(&p.Taints, "taint", []string{}, "Taints to be configured to the nodes in `key=value:effect` format")
config.AddEnableOrDisableFlag(fs, &p.UtilityNetworkAccess, true, "utility-network-access", "utility network access. Enabled by default")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Help text could be a bit more descriptive, e.g. utility network access. Enabled by defaultConnect worker nodes to the utility network. Enabled by default. would be more similar to k8s create commands --private-node-groups

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or If set to false, nodes in this group will not have access to utility network. from the TF provider would also be good 👌

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Using now the TF provider comment style.

@villevsv-upcloud villevsv-upcloud merged commit 0441354 into main Jul 14, 2023
@villevsv-upcloud villevsv-upcloud deleted the feat/kubernetes-node-group-utility-network branch July 14, 2023 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants