renombrado dir
This commit is contained in:
12
docker/k8s.sh
Executable file
12
docker/k8s.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp 50-cloud-init.yaml /etc/netplan/
|
||||
|
||||
# Actualización del sistema
|
||||
apt update
|
||||
|
||||
# Instalación del agente
|
||||
apt install qemu-guest-agent -y
|
||||
systemctl enable --now qemu-guest-agent
|
||||
apt upgrade
|
||||
reboot
|
||||
Reference in New Issue
Block a user