TIPS Kubernates Project e TIPS Appunti Cluster Kuber: differenze tra le pagine

Da GazziNet.
(Differenze fra le pagine)
Vai alla navigazione Vai alla ricerca
(Creata pagina con "Prereq project: - Virtual Machine Linux - Docker Framework Docker Framework: https://docs.docker.com/engine/install/centos/")
 
(Creata pagina con "From Oracle Linux 8.x yum remove buildah skopeo podman containers-common atomic-registries docker container-tools -y cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf br_netfilter EOF cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 EOF sudo sysctl --system")
 
Riga 1: Riga 1:
Prereq project:
From Oracle Linux 8.x


- Virtual Machine Linux
- Docker Framework


yum remove buildah skopeo podman containers-common atomic-registries docker container-tools -y


Docker Framework: https://docs.docker.com/engine/install/centos/
 
cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf
br_netfilter
EOF
 
cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
EOF
sudo sysctl --system

Versione delle 00:31, 6 mar 2022

From Oracle Linux 8.x


yum remove buildah skopeo podman containers-common atomic-registries docker container-tools -y


cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf
br_netfilter
EOF
cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
EOF
sudo sysctl --system