Kubernetes

Ubuntu Docker: "Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.39"

라이프노트 2020. 5. 22. 13:29

Ubuntu에서 Docker API version 오류가 발생하면

아래와 같이 downgrades를 이용해 버전을 맞추면 해결될 가능성 있음

 

sudo apt-get install -y --allow-downgrades docker-ce-cli=5:19.03.8~3-0~ubuntu-$(lsb_release -cs)

 

kubesplay를 이용해 여러 인스턴스에 쿠버네티스 클러스터를 생성하는 경우, 모든 인스턴스의 docker 버전을 다운그레이드 해야 함

 

 

'Kubernetes' 카테고리의 다른 글

Kubernetes 기본 명령어와 replicasets, deploy  (0) 2020.05.29
Deploy an app  (0) 2020.05.27
Simple service echoserver  (0) 2020.05.22
Kubernetes ETCD 이름의 유래  (0) 2020.05.07
AWS Lightsail 쿠버네티스 실습 #1  (0) 2019.10.17