Skip to content

Commit 18fab9d

Browse files
authored
Merge pull request #56954 from danielclowers/CNV-25426
CNV-25426: Updated web console overview to include SSH over LB
2 parents 1d7d6d8 + 00dfe35 commit 18fab9d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

modules/virt-about-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
A Kubernetes _service_ exposes network access for clients to an application running on a set of pods. Services offer abstraction, load balancing, and, in the case of NodePort and LoadBalancer, exposure to the outside world.
1010

11-
Services can be exposed in different ways by specifying a `spec.type` in the `Service` object:
11+
Services can be exposed in the *VirtualMachine details* -> *Details* tab of the web console or by specifying a `spec.type` in the `Service` object:
1212

1313
ClusterIP:: Exposes the service on an internal IP address and as a DNS name to other applications within the cluster. A single service can map to multiple virtual machines. When a client tries to connect to the service, the client's request is load balanced among available backends. `ClusterIP` is the default service `type`.
1414

virt/virt-web-console-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ The number of CPUs is calculated by using the following formula: `sockets * thre
544544
|SSH using virtctl
545545
|Click the copy icon to copy the `virtctl ssh` command to the clipboard.
546546
547-
|SSH over NodePort
548-
|Selecting *Create a Service to expose your VirtualMachine for SSH access* generates an `ssh -p <port>` command. Click the copy icon to copy the command to the clipboard.
547+
|SSH service type options
548+
|Select *SSH over LoadBalancer* or *SSH over NodePort*.
549549
550550
|GPU devices
551551
|Click the edit icon to add a GPU device.

virt/virtual_machines/vm_networking/virt-creating-service-vm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ include::modules/virt-creating-a-service-from-a-virtual-machine.adoc[leveloffset
2424
== Additional resources
2525
* xref:../../../networking/configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-nodeport.adoc#configuring-ingress-cluster-traffic-nodeport[Configuring ingress cluster traffic using a NodePort]
2626
* xref:../../../networking/configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-load-balancer.adoc#configuring-ingress-cluster-traffic-load-balancer[Configuring ingress cluster traffic using a load balancer]
27+
* xref:../../../virt/virt-web-console-overview.adoc#ui-virtualmachine-details-details_virt-web-console-overview[Web console overview]

0 commit comments

Comments
 (0)