From 2a08ebaeea89ce9ac86f87d2d550246e5e01231d Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Mon, 23 Sep 2024 19:42:27 -0600 Subject: [PATCH] Update deploy-import-ova.md --- .../create-manage-vm/advanced-topics/deploy-import-ova.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/deploy-import-ova.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/deploy-import-ova.md index 3d6dd1e769..50bec1b180 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/deploy-import-ova.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/deploy-import-ova.md @@ -265,7 +265,7 @@ name, for example `cdi-uploadproxy.mycompany.io`, to the Nginx load balancer’s | **Access Mode for the PVC** | Set the access mode for your `DataVolume`. Ensure that your configured CSI supports your selection. | `ReadWriteMany` / `ReadWriteOnce` | | **Create a PVC with VolumeMode=Block** | Indicate whether to set `Block` volume mode on the `DataVolume`. | `y` / `N` | | **StorageClass** | The storage class on the destination that will be used to create the VM volume. | | - | **CDI Upload Proxy URL** | Optionally provide a custom URL for the cdi-upload proxy. If ingress is configured for the CDI upload proxy, the ingress hostname will be used by default and must be resolvable via DNS. If the CDI upload proxy is exposed via a NodePort, a node IP and ephemeral port will be used. Depending on how CDI and DNS are configured, you may need to edit `/etc/hosts` to ensure DNS resolution. You may also port-forward the CDI upload proxy via `kubectl -n cdi port-forward deployment/cdi-uploadproxy 8443` and provide `https://localhost:8443` as the CDI upload proxy URL; however this approach will be less efficient. | | + | **CDI Upload Proxy URL** | Optionally provide a custom CDI upload proxy URL. If ingress is configured for the CDI upload proxy, the ingress hostname will be used by default and must be resolvable via DNS. If the CDI upload proxy is exposed via a NodePort, a node IP and ephemeral port will be used. Depending on how CDI and DNS are configured, you may need to edit `/etc/hosts` to ensure DNS resolution. You may also port-forward the CDI upload proxy via `kubectl -n cdi port-forward deployment/cdi-uploadproxy 8443` and provide `https://localhost:8443` as the CDI upload proxy URL; however this approach will be less efficient. | | 12. The import may take a few minutes to complete. The Palette CLI outputs the path for your OVA configuration file. Make a note of it.