Skip to content

Commit

Permalink
Update deploy-import-ova.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson authored Sep 24, 2024
1 parent 7262df6 commit 2a08eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a08eba

Please sign in to comment.