kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
15.95k stars 6.43k forks source link

Incorrect links in kubespray/docs #10157

Closed vaibhav2107 closed 1 year ago

vaibhav2107 commented 1 year ago

There are various broken links in the docs of kubespray:

In cinder-csi.md,`

For further information about the Cinder CSI Driver, you can refer to this page: Cloud Provider OpenStack.`

In dns-stack.md,

For K8s cluster nodes, Kubespray configures a Kubernetes DNS cluster add-on to serve as an authoritative DNS server for a given dns_domain and its svc, default.svc default subdomains (a total of ndots: 5 max levels).

In hardening.md,

kubelet_csr_approver_values. See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/ for more information on the subject.

In kubernetes-reliability.md

Distributed system such as Kubernetes are designed to be resilient to the failures. More details about Kubernetes High-Availability (HA) may be found at Building High-Availability Clusters

In vars.md

authorization_modes - A list of authorization mode that the cluster should be configured for. Defaults to ['Node', 'RBAC'] (Node and RBAC authorizers). Note: Node and RBAC are enabled by default. Previously deployed clusters can be converted to RBAC mode.

vaibhav2107 commented 1 year ago

/kind documentation

vaibhav2107 commented 1 year ago

/assign Will open a PR for this

vaibhav2107 commented 1 year ago

Fixed in #10159 /close

k8s-ci-robot commented 1 year ago

@vaibhav2107: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kubespray/issues/10157#issuecomment-1569415311): >Fixed in #10159 >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.