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

removes redundant variables in the case of not using the cloud provider #264

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

davejrt
Copy link
Contributor

@davejrt davejrt commented Mar 26, 2019

This fixes an issue when a user is not using the cloud provider, and using kubeadm_extra_config to define controllerManagerExtraArgs and apiServerExtraVolumes the fields are defined twice making the yaml invalid.

The variable being removed are only used inside the cloudprovider block, and can otherwise be defined by the users in the other fields available. They are not parameters usable by users in a manifest.

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