You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "kiranchavala (via GitHub)" <gi...@apache.org> on 2023/02/17 07:54:43 UTC

[GitHub] [cloudstack-documentation] kiranchavala commented on a diff in pull request #304: Added sample ssh commands to connect to Control and Worker node

kiranchavala commented on code in PR #304:
URL: https://github.com/apache/cloudstack-documentation/pull/304#discussion_r1109405418


##########
source/plugins/cloudstack-kubernetes-service.rst:
##########
@@ -153,6 +153,20 @@ A new network offering named DefaultNetworkOfferingforKubernetesService has been
    - Multi-control nodes, HA cluster can be created for Kubernetes version 1.16 and above only.
    - While creating multi-control nodes, HA cluster over a shared network, an external load-balancer must be manually setup. This load-balancer should have port-forwarding rules for SSH, Kubernetes API server access. Service assumes SSH access to cluster nodes is available from port 2222 to (2222 + cluster node count -1). Similarly, for API access 6443 must be forwarded to control nodes. Over the CloudStack isolated network these rules are automatically provisioned.
 
+.. parsed-literal::
+
+   Example to ssh into the Control node and worker node
+
+   Control node
+
+   ssh -i <ssh-private.key > -p 2222 cloud@<Public ip address of Virtual Router>
+   
+   Worker node
+   
+   ssh -i <ssh-private.key > -p 2223 cloud@<Public ip address of Virtual Router>

Review Comment:
   @DaanHoogland 
   Thanks, the formatting looks good now 



-- 
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: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org