Skip to content

Commit c5177cd

Browse files
Update kubernetes.md
1 parent dacc2a7 commit c5177cd

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

kubernetes.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@
22

33
## CLUSTER
44

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+
522
<details><summary>TALOS (VMWARE)</summary>
623

724
[TALOS DOCS (VMWARE)
825
](https://www.talos.dev/v1.9/talos-guides/install/virtualized-platforms/vmware/)
926

10-
### UPLOAD OVA TO VCENTER
11-
1227
```bash
1328
# SET GOVC VARS
1429
export GOVC_INSECURE='TRUE'

0 commit comments

Comments
 (0)