일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- EC2
- IAM
- 클라우드자격증
- AWSCloudPractitioner
- SQL
- Identity and access management
- RDBMS
- SQLD
- AWS자격증
- CLF-01
- MFA
- 리눅스
- 파이썬
- 코딩테스트
- 프로그래머스
- 데이터베이스
- 클라우드컴퓨팅
- 빅데이터실무자격증
- CCA131
- hive
- Multi Factor Authentication
- hadoop
- 쉘스크립트
- CCAAdministrator
- 하둡
- programmers
- sql자격증
- 빅데이터
- mysql
- 클라우데라자격증
- Today
- Total
Sherry IT Blog
https://www.suse.com/suse-rke2/support-matrix/all-supported-versions/rke2-v1-24/ 참고 url Support matrix | SUSE www.suse.com
1. RPM 설치파일 다운로드 OS 버전 : centos 7.9 https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ Index of linux/centos/7/x86_64/stable/Packages/ download.docker.com 파일명 : containerd.io-1.6.6-3.1.el7.x86_64.rpm docker-ce-20.10.9-3.el7.x86_64.rpm docker-ce-cli-20.10.9-3.el7.x86_64.rpm docker-ce-rootless-extras-20.10.9-3.el7.x86_64.rpm docker-scan-plugin-0.9.0-3.el7.x86_64.rpm docker-compose-..
### 0. 설치 전 확인 $ nproc #코어 확인 $ free -h #메모리 확인 $ ifconfig -a #Mac 확인 $ sudo cat /sys/class/dmi/id/product_uuid #product_uuid 확인 ### 1. swap 메모리 비활성화 $ swapoff -a $ free -m #swap 메모리가 0인지 확인 ### 2. 방화벽 설정 $ yum install firewalld $ systemctl start firewalld $ systemctl enable firewalld $ firewall-cmd --permanent --add-service=http $ firewall-cmd --permanent --add-service=https ### master node $ f..