Closed treydock closed 10 months ago
The v1beta3 template needs to use correct argument to get the scheduler extra args.
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'
Mention any related issues or pull requests.
puppet apply
All committers have signed the CLA.
Looks good, it would be nice to have some tests for this feature.
@deric I've added some unit tests
@treydock Thanks, looks good. The centos failure seems to be unrelated.
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:
The Hiera I have is this:
Related Issues (if any)
Mention any related issues or pull requests.
Checklist
puppet apply
)