Skip to content

Commit

Permalink
Update host_to_vcluster.mdx
Browse files Browse the repository at this point in the history
Added instructions for applying changes
  • Loading branch information
heiko-braun authored Feb 22, 2024
1 parent 861bb18 commit ea246da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/pages/networking/internal_traffic/host_to_vcluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ mapServices:
to: my-virtual-namespace/my-virtual-service
```
With this configuration, vCluster will manage a service called `my-virtual-service` inside the virtual cluster that points to the host service `my-host-service` in namespace `my-host-namespace`. So pods inside the vCluster will be able to access the host service via e.g. `curl http://my-virtual-service.my-virtual-namespace`.
With this configuration, vCluster will manage a service called `my-virtual-service` inside the virtual cluster that points to the host service `my-host-service` in namespace `my-host-namespace`. So pods inside the vCluster will be able to access the host service via e.g. `curl http://my-virtual-service.my-virtual-namespace`.

To apply this change to an existing vcluster instance, simply run the following command:

```
vcluster create <CLUSTER_NAME> -f values.yaml --upgrade
```

0 comments on commit ea246da

Please sign in to comment.