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

Ensure correct scheduler extra arguments passed to v1beta3 template #670

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

treydock
Copy link
Contributor

Summary

The v1beta3 template needs to use correct argument to get the scheduler extra args.

Additional Context

I upgraded from 6.0.0 to 8.0.0 and lost some changes:

 scheduler:
-  extraArgs:
-    bind-address: 0.0.0.0

The Hiera I have is this:

kubernetes::scheduler_extra_arguments:
  - 'bind-address: 0.0.0.0'

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

@treydock treydock requested review from bastelfreak, deric and a team as code owners December 28, 2023 15:23
@CLAassistant
Copy link

CLAassistant commented Dec 28, 2023

CLA assistant check
All committers have signed the CLA.

deric
deric previously approved these changes Dec 30, 2023
@deric
Copy link
Collaborator

deric commented Dec 30, 2023

Looks good, it would be nice to have some tests for this feature.

@treydock
Copy link
Contributor Author

treydock commented Jan 9, 2024

@deric I've added some unit tests

@treydock treydock force-pushed the v1beta3-extra-args branch from 53132ca to 9f5a9c5 Compare January 9, 2024 20:31
@deric
Copy link
Collaborator

deric commented Jan 10, 2024

@treydock Thanks, looks good. The centos failure seems to be unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants