kubeadm API reference docs still mention "master" taint #33835
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/cluster-lifecycle
Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
This is a Bug Report
Problem:
while cleaning up mentions of the legacy "master" taint in kubeadm docs:
#33834
saw the following:
it seems the generated reference API docs for kubeadm still include the "master" taint.
Proposed Solution:
cleanup mentions of the old taint from kubeadm's API reference docs at k8s.io.
perhaps these need to be synced with:
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1beta2/doc.go
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go
for dev-1.25 and main at k/website
we removed the old taint from there before 1.24 was released.
Page to Update:
https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta2/
https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta3/
The text was updated successfully, but these errors were encountered: