You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Upload driver binary and UI Extension to a HTTP server within your environment
64
+
65
+
1. Install the Helm Chart with following values adjusted:
66
+
67
+
```yaml
68
+
nodeDriver:
69
+
url: >-
70
+
<YOUR URL>/docker-machine-driver-pve
71
+
uiPlugin:
72
+
endpoint: >-
73
+
<YOUR URL>/ui-extension
74
+
```
75
+
27
76
### Docker/Rancher Machine
28
77
29
78
Download `docker-machine-driver-pve` from [latest release](https://github.com/Stellatarum/docker-machine-driver-pve/releases/latest) and put it in your `PATH`.
0 commit comments