반응형 IT148 가상머신에 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. Artifact Registry repo에 이미지 Push 안될때 (IAM 권한 다 있어도) # gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin 2024. 10. 24. Airflow 유저 접속 안될때 확인 방법 유저 리스트 확인gcloud composer environments run [composer 명] —location asia-northeast3 users list유저 삭제gcloud composer environments run [composer 명] —location asia-northeast3 users delete — —email [gcp iam 계정] 2024. 10. 24. 이전 1 2 3 4 ··· 37 다음 반응형