kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.48k stars 14.4k forks source link

Improvement for k8s.io/zh-cn/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/ #42345

Closed Yonggie closed 1 year ago

Yonggie commented 1 year ago

I'm sorry but this tutorial on the website does not provide any detail about the commands or operations on creating a cluster, not even a simple cluster with 3 nodes. It just describes how a cluster should be and what roles they play, which is not enough for a tutorial...

Is it possible we could add more details?

k8s-ci-robot commented 1 year ago

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.
tengqm commented 1 year ago

There are maybe a hundred different ways to set up a cluster, and we simply cannot afford to to document them all. The officially documented way is to set up a cluster using kubeadm (https://kubernetes.io/zh-cn/docs/reference/setup-tools/kubeadm/). Is this what you are looking for? Please close this issue if the docs meet your needs.

Yonggie commented 1 year ago

Thanks for the reply. It would be nice if the community put the link onto the "create the cluster" toturial page so that the beginners know there's at least an official way to follow.