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


##########
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:
   ```suggestion
   
   Examples on how to ssh into the Control - and Worker nodes
   
   Control node
   
   .. parsed-literal::
   
      ssh -i <ssh-private.key > -p 2222 cloud@<Public ip address of Virtual 
Router>
      
   Worker node
      
   .. parsed-literal::
   
      ssh -i <ssh-private.key > -p 2223 cloud@<Public ip address of Virtual 
Router>
   ```



-- 
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-unsubscr...@cloudstack.apache.org

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

Reply via email to