We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacc2a7 commit c5177cdCopy full SHA for c5177cd
1 file changed
kubernetes.md
@@ -2,13 +2,28 @@
2
3
## CLUSTER
4
5
+<details><summary>GOCV</summary>
6
+
7
+### UPLOAD OVA TO VCENTER
8
9
+```bash
10
+wget https://cloud-images.ubuntu.com/plucky/current/plucky-server-cloudimg-amd64.ova
11
12
+export GOVC_URL="https://${VCENTER_USER}:${VCENTER_PASSWORD}@${VCENTER_FQDN}/sdk"
13
14
+govc import.ova -folder /LabUL/vm/stuttgart-things/vm-templates \
15
+-ds "ESX03-Local" \
16
+-pool "/LabUL/host/Cluster-V6.7/Resources" \
17
+./plucky-server-cloudimg-amd64.ova
18
+```
19
20
+</details>
21
22
<details><summary>TALOS (VMWARE)</summary>
23
24
[TALOS DOCS (VMWARE)
25
](https://www.talos.dev/v1.9/talos-guides/install/virtualized-platforms/vmware/)
26
-### UPLOAD OVA TO VCENTER
-
27
```bash
28
# SET GOVC VARS
29
export GOVC_INSECURE='TRUE'
0 commit comments