반응형 Tech62 가상머신에 k8s 설치하기 (Google Compute Engine - Ubuntu 20.04 LTS) Docker 설치 - https://docs.docker.com/engine/install/ubuntu/ 접속 1. 도커 키링(GPG-key) 설치 # Add Docker's official GPG key: # apt-get update # apt-get install ca-certificates curl # install -m 0755 -d /etc/apt/keyrings # curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc # chmod a+r /etc/apt/keyrings/docker.asc 2. 리포지토리 추가 # echo \ "deb [arch=$(dpkg --print-archite.. 2024. 11. 26. k8s 설치간 error 모음 (계속 업뎃중) error: could not find a JWS signature in the cluster-info ConfigMap for token ID 해결방법 1. kubeadm token list -> 안나오는 경우도 있음 2. kubeadm token create -> 새로 만들어줌 3. kubadm join... 재실행 2024. 11. 26. Zabbix 버전별 설치 및 마이그레이션 * 신규설치는 사용할 각 버전부터 시작하면 된다. * 마이그레이션은 이미 사용중인 버전을 업그레이드시 진행 3.2 버전 설치 - yum -y install mariadb mariadb-server - yum install http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm - yum -y install zabbix-server-mysql zabbix-web-mysql - systemctl start mariadb - mysql mysql> update user set password=password('root패스워드') where user='root'; mysql>create database 자빅스디비명 c.. 2020. 12. 1. centos7에서 git 2.x 버전 설치하기 - yum -y remove git* - yum -y install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm - yum -y install git 2020. 10. 16. 이전 1 2 3 4 ··· 16 다음 반응형