806518df13
In 1.24 kubeadm will: - stop using the "master" label on CP nodes. - start tainting CP nodes with both "master" and "control-plane" taints. In 1.25 the "master" taint will be removed. Adjust references of the "master" label/taint to the above.
To run the tests for a localization, use the following command:
go test k8s.io/website/content/<lang>/examples
where <lang> is the two character representation of a language. For example:
go test k8s.io/website/content/en/examples