Funcionando

This commit is contained in:
trigkeyb
2025-01-09 17:56:26 +01:00
parent f4163df97b
commit d0e9cf2f29

View File

@@ -1,5 +1,4 @@
# Crea variables # Crea variables
# ID de VM # ID de VM
VMID="919200" VMID="919200"
@@ -11,7 +10,8 @@ VMSTORAGE="local"
### VMNET="k8s" ### VMNET="k8s"
VMNET="vmbr0" VMNET="vmbr0"
./k8s.sh # Genera la configuracion inicial de CLoudInit
./genera_yaml_k8s.sh
# apaga y borra la VM si existe antes # apaga y borra la VM si existe antes
qm stop $VMID qm stop $VMID