Weblogic e TIPS Appunti Cluster Kuber: differenze tra le pagine

Da GazziNet.
(Differenze fra le pagine)
Vai alla navigazione Vai alla ricerca
(Creata pagina con "Macchina virtuale consigliata: Oracle Linux Server release 8.5 /dev/sda1 1014M 318M 697M 32% /boot /dev/mapper/vg-root 20470M 5563M 14908M 28% / /dev/mapper/vg-u01 16374M 147M 16228M 1% /u01 /dev/mapper/vg-u02 8182M 90M 8093M 2% /u02 Swap device di 16Gbyte")
 
(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:
Macchina virtuale consigliata: Oracle Linux Server release 8.5
From Oracle Linux 8.x


/dev/sda1              1014M  318M      697M  32% /boot
/dev/mapper/vg-root    20470M  5563M    14908M  28% /
/dev/mapper/vg-u01    16374M  147M    16228M  1% /u01
/dev/mapper/vg-u02      8182M    90M    8093M  2% /u02


Swap device di 16Gbyte
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

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