centos9 Kubernetes install in CentOS 7.8 * Kubernetes Install in CentOS 7.8 - 서버 구성 Name IP Role master 10.0.0.5 master worker 10.0.0.4 worker OS 설정 ### hosts 등록 $ vim /etc/hosts 10.0.0.8 master 10.0.0.4 worker ### Selinux 비활성화 $ vim /etc/selinux/config SELINUX=disabled ### 방화벽 중지 $ systemctl stop firewalld $ systemctl disable firewalld ### Swap 메모리 OFF $ swapoff -a ### 커널 설정 변경 $ yum install bash-completion rsync git vim net-tools tre.. 2023. 8. 10. 이전 1 2 3 다음