Commit Graph

9 Commits

Author SHA1 Message Date
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Qiming Teng cb1673538b Update kubeadm reference 2022-07-08 21:50:23 +08:00
Qiming Teng 10ae8386ee Update kubeadm config API 2022-05-20 06:37:30 +08:00
yuli 842c411ce9 [zh]Sync reference-7
[zh]Sync reference-7
2022-05-11 13:16:01 +08:00
Qiming Teng 5dfea11d6f Update config API reference
This PR refreshes the config API references using the latest generator
which had some nits fixed.
2022-02-18 14:27:04 +08:00
Qiming Teng bce7fb57e2 Improve configuration API for 1.23
The previous commit for configuration APIs has some nits to fix:

- The client-authentication API has both v1beta1 and v1 supported.
  We need to include both.
- The kube-scheduler v1alpha1 is superceded by v1alpha3 which is new.
- The links to some external type definitions should point to the 1.23
  API rather than old versions.
2021-12-20 09:45:38 +08:00
Qiming Teng 1427beea15 Kubeadm config reference for 1.22
This PR fixes some type errors found recently.
2021-07-24 11:59:57 +08:00
Qiming Teng 500745dd60 Add kubeadm config reference v1beta3 2021-07-23 13:10:55 +08:00
Qiming Teng 0696f6181a Update kubeadm config reference for 1.21
The `v1beta3` version is a 1.22 thing, not 1.21 (main). This PR replaces the `v1beta3` version by `v1beta2`. A follow up PR will add the `v1beta3` to the `dev-1.22` branch.
2021-07-09 09:22:07 +08:00