|
|
@@ -91,28 +91,6 @@ Esto hay que ponerlo en el fichero (para curl las que valen son las mayúsculas)
|
|
|
|
|
|
/etc/environment
|
|
|
|
|
|
-## Instalación en Rocky Linux
|
|
|
-
|
|
|
-
|
|
|
- # Rocky instructions
|
|
|
- # stop the software firewall
|
|
|
- systemctl stop firewalld
|
|
|
- systemctl disable firewalld
|
|
|
-
|
|
|
- # get updates, install nfs, and apply
|
|
|
- yum install -y nfs-utils cryptsetup iscsi-initiator-utils
|
|
|
-
|
|
|
- # enable iscsi for Longhorn
|
|
|
- systemctl start iscsid.service
|
|
|
- systemctl enable iscsid.service
|
|
|
-
|
|
|
- # update all the things
|
|
|
- yum update -y
|
|
|
-
|
|
|
- # clean up
|
|
|
- yum clean all
|
|
|
-
|
|
|
-
|
|
|
### Instalar RKE2
|
|
|
|
|
|
#### Proxy
|