Skip to content

Commit 0146f46

Browse files
kiranchavalaDaanHooglandshwstppr
authored
Added sample ssh commands to connect to Control and Worker node (#304)
Co-authored-by: dahn <daan.hoogland@gmail.com> Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent ecc72a1 commit 0146f46

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,23 @@ A new network offering named DefaultNetworkOfferingforKubernetesService has been
153153
- Multi-control nodes, HA cluster can be created for Kubernetes version 1.16 and above only.
154154
- 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.
155155

156+
157+
Examples of how to ssh into the Control and Worker nodes
158+
159+
Control node
160+
161+
.. parsed-literal::
162+
163+
ssh -i <ssh-private.key > -p 2222 cloud@<Public ip address of Virtual Router>
164+
165+
Worker node
166+
167+
.. parsed-literal::
168+
169+
ssh -i <ssh-private.key > -p 2223 cloud@<Public ip address of Virtual Router>
170+
171+
172+
156173
Managing Kubernetes clusters
157174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158175

0 commit comments

Comments
 (0)