Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for gardener-extension-acl #265

Merged
merged 13 commits into from
Nov 27, 2023
Merged

support for gardener-extension-acl #265

merged 13 commits into from
Nov 27, 2023

Conversation

mwennrich
Copy link
Contributor

No description provided.

cmd/helper/helper.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@mwennrich mwennrich marked this pull request as ready for review November 27, 2023 13:44
cmd/cluster.go Outdated
@@ -400,6 +403,10 @@ func newClusterCmd(c *config) *cobra.Command {
clusterUpdateCmd.Flags().BoolP("disable-custom-default-storage-class", "", false, "if set to true, no default class is deployed, you have to set one of your storageclasses manually to default")
clusterUpdateCmd.Flags().BoolP("enable-node-local-dns", "", false, "enables node local dns cache on the cluster nodes. [optional]. WARNING: changing this value will lead to rolling of the worker nodes [optional]")
clusterUpdateCmd.Flags().BoolP("disable-forwarding-to-upstream-dns", "", false, "disables direct forwarding of queries to external dns servers when node-local-dns is enabled. All dns queries will go through coredns [optional].")
clusterUpdateCmd.Flags().StringSlice("kube-apiserver-acl-set-allowed-cidrs", []string{}, "comma-seperated list of external CIDRs allowed to connect to the kube-apiserver (e.g. \"212.34.68.0/24,212.34.89.0/27\")")
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's spelled separated (also applies for other commands)

@Gerrit91 Gerrit91 merged commit ff80921 into master Nov 27, 2023
5 checks passed
@Gerrit91 Gerrit91 deleted the acl-extension branch November 27, 2023 14:03
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.

3 participants