-
Notifications
You must be signed in to change notification settings - Fork 1.7k
adopt kubeadm's v1beta4 API #3847
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Most noticeable change to me is v1beta4 uses list instead of map in
extraArgs. The kubernetes' documentation now uses new format in all examples. (e.g. here)ref: kubernetes/kubeadm#2890