sureshanaparti commented on code in PR #591:
URL: 
https://github.com/apache/cloudstack-documentation/pull/591#discussion_r2508758247


##########
source/plugins/cloudstack-kubernetes-service.rst:
##########
@@ -26,7 +25,11 @@ multiple versions of Kubernetes for upgrades and running 
different clusters.
    From version 4.21.0, users can choose different templates and service 
offerings for different types of nodes (worker, control, etcd nodes) for 
deploying Kubernetes clusters. The templates must be previously registered 
selecting the 'For CKS' option.
    See :ref:`flexible-kubernetes-clusters`.
 
-For deployment and setup of Kubernetes on cluster nodes, the plugin uses the 
Kubernetes tool, 'kubeadm'. kubeadm is the command-line tool for easily 
provisioning a secure Kubernetes cluster on top of physical or cloud servers or 
Instances. Under the hood, control node(s) of the cluster starts a Kubernetes 
cluster using kubeadm init command with a custom token, and worker nodes join 
this Kubernetes cluster using kubeadm join command with the same token. More 
about kubeadm here: 
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/. Weave Net 
CNI provider plugin is used for cluster networking. More about Weave Net 
provide plugin here: 
https://www.weave.works/docs/net/latest/kubernetes/kube-addon/.
+For deployment and setup of Kubernetes on cluster nodes, the plugin uses the 
Kubernetes tool, 'kubeadm'. kubeadm is the command-line tool for easily 
provisioning a secure Kubernetes cluster on top of physical or cloud servers or 
Instances. Under the hood, control node(s) of the cluster starts a Kubernetes 
cluster using kubeadm init command with a custom token, and worker nodes join 
this Kubernetes cluster using kubeadm join command with the same token. More 
about kubeadm here: 
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/.
+
+Weave Net CNI provider plugin is used for cluster networking. More about Weave 
Net provide plugin here: 
https://www.weave.works/docs/net/latest/kubernetes/kube-addon/.

Review Comment:
   @kiranchavala  also, check the link 
"https://www.weave.works/docs/net/latest/kubernetes/kube-addon/";, it's not 
working



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to