Cambiando el nombre del link para regresar al índice.
This commit is contained in:
@ -30,7 +30,7 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: nfs-vol
|
- name: nfs-vol
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: pvc-nfs-synology
|
claimName: pvc-nfs-test #Cambia de nombre del PVC al que definiste anteriormente.
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -31,4 +31,4 @@ users:
|
|||||||
token: "AQUI_VA_EL_TOKEN_COPIADO_DEL_PASO_7.2.2"
|
token: "AQUI_VA_EL_TOKEN_COPIADO_DEL_PASO_7.2.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -14,4 +14,4 @@ sudo systemctl start qemu-guest-agent
|
|||||||
ping google.com
|
ping google.com
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -11,4 +11,4 @@ sudo chown -f -R $USER ~/.kube
|
|||||||
newgrp microk8s
|
newgrp microk8s
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -13,4 +13,4 @@ kubectl label node worker node-role.kubernetes.io/worker=""
|
|||||||
kubectl taint nodes master node-role.kubernetes.io/master=:NoSchedule
|
kubectl taint nodes master node-role.kubernetes.io/master=:NoSchedule
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -17,4 +17,4 @@ source ~/.bashrc
|
|||||||
kubectl get nodes
|
kubectl get nodes
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
- 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)
|
- 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.
|
- Al momento de la instalación, agrega microk8s para pruebas.
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
@ -20,4 +20,4 @@ microk8s join 10.193.246.117:25000/da161908973ee3cfa5391df5fee8dcfa/a336d9e7b90a
|
|||||||
microk8s kubectl get nodes
|
microk8s kubectl get nodes
|
||||||
```
|
```
|
||||||
|
|
||||||
[Volver al README principal](../../Readme.md)
|
[Volver al Índice](../../Readme.md)
|
||||||
|
Reference in New Issue
Block a user