-
Notifications
You must be signed in to change notification settings - Fork 14
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
Supporting Kops v1.10 #6
Conversation
Hello @mrmm . Thanks a lot for taking care of this 🙌 !! I'll test your PR during the weekend and release a |
@elafarge thanks for checking this. |
@elafarge Could you review this PR please. Cheers |
Hey @elafarge is there any news on this review ? |
Hi @mrmm . Sorry for the delay. |
Hey @elafarge, I have going through the changelog for any updates or feature added to the YAML Cluster definition and IG definition. |
This PR will include necessary changes support Kops v1.10.
List of the included changes and Ref. (this list will be updated throughout the commits) :
admissionControl
has been replaced byenableAdmissionControl
anddisableAdmissionControl
(mutually exclusive, order no longer matters) (Ref. Add --enable-admission-plugins API server flag for k8s 1.10 kubernetes/kops#5221)requireKubeconfig
removed in v1.10 (Ref. Validate that require-kubeconfig is not passed after 1.10 kubernetes/kops#5621)address
(for specifiyinh inscecure address) replaced withinsecureBindAddress
(Ref. Replace deprecated flags: address -> insecure-bind-address kubernetes/kops#5234)