Eliminado archivos de documentacion duplicados.
This commit is contained in:
@ -32,3 +32,5 @@ spec:
|
||||
persistentVolumeClaim:
|
||||
claimName: pvc-nfs-synology
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -30,3 +30,5 @@ users:
|
||||
user:
|
||||
token: "AQUI_VA_EL_TOKEN_COPIADO_DEL_PASO_7.2.2"
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -13,3 +13,5 @@ sudo systemctl start qemu-guest-agent
|
||||
# Verifica la conectividad
|
||||
ping google.com
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -10,3 +10,5 @@ sudo chown -f -R $USER ~/.kube
|
||||
# Cierra sesión y vuelve a entrar, o ejecuta:
|
||||
newgrp microk8s
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -12,3 +12,5 @@ kubectl label node worker node-role.kubernetes.io/worker=""
|
||||
# Para que el master no ejecute workloads, aplica el taint:
|
||||
kubectl taint nodes master node-role.kubernetes.io/master=:NoSchedule
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -16,3 +16,5 @@ source ~/.bashrc
|
||||
# Prueba el alias
|
||||
kubectl get nodes
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -3,3 +3,5 @@
|
||||
- Descarga el ISO de Ubuntu Server LTS ([https://ubuntu.com/download/server](https://ubuntu.com/download/server))
|
||||
- Instala Ubuntu server en Virtual Box o cualquier VM Manager. En el caso del taller usaré 2 VMs: un master node y un worker. (Nota: recomiendo instalar la versión minimalista para que no use muchos recursos)
|
||||
- Al momento de la instalación, agrega microk8s para pruebas.
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
@ -19,3 +19,5 @@ microk8s join 10.193.246.117:25000/da161908973ee3cfa5391df5fee8dcfa/a336d9e7b90a
|
||||
# Verifica el estado desde el master
|
||||
microk8s kubectl get nodes
|
||||
```
|
||||
|
||||
[Volver al README principal](../../README.md)
|
||||
|
Reference in New Issue
Block a user