And Brain said,

CI/CD Argonautica - Troubleshooting 본문

IT/CICD Argonautica

CI/CD Argonautica - Troubleshooting

The Man 2023. 9. 14. 16:37
반응형

CI/CD Argonautica

Docker, 선박
Kubernetes, 조타수 Harbor, 항구
Helm, 타륜
Istio, 돛
Jenkins, 선장
ArgoCD, 출항

1장/ Loki, Trickster

Troubleshooting

 

https://theworldaswillandidea.tistory.com/190

 

The connection to the server HOST:6443 was refused - did you specify the right host or port?

kubectl 명령어 실행 시 아래의 에러 메시지를 만난다면, The connection to the server HOST:6443 was refused - did you specify the right host or port? 다음과 같은 명령어들을 실행해주시면 됩니다. containerd config default |

theworldaswillandidea.tistory.com

https://theworldaswillandidea.tistory.com/194

 

가상머신 사용 시 K8s 클러스터 노드 간 내부 IP 수정하기

VirtualBox 같은 가상머신을 사용한다면, 여러분들은 Vm의 IP NAT 네트워크 IP 주소가 동일한 경우를 흔히 접하실 수 있으실 겁니다. 이는 내부망을 사용한다면, 이 NAT 네트워크를 수정하지 않아도 전

theworldaswillandidea.tistory.com

https://theworldaswillandidea.tistory.com/195

 

가상머신 사용 시 Calico CNI IP 자동감지 인터페이스 변경

K8s 클러스터에 CNI를 Calico Plugin으로 설정한 후 뭔가 이상한 낌새를 느껴 calico-node의 상태를 확인했더니 아니나 다를까 Ready 상태가 아니었다. calico/node is not ready: BIRD is not ready: BGP not established with

theworldaswillandidea.tistory.com

https://theworldaswillandidea.tistory.com/220

 

[Error] 쿠버네티스 Unimplemented desc = unknown service runtime.v1.RuntimeService

쿠버네티스 워커 노드를 클러스터에 편입시키는 도중에 위와 같은 에러를 마주한다면, containerd 설정이 문제이므로, sudo rm /etc/containerd/config.toml sudo systemctl restart containerd containerd 설정을 삭제한

theworldaswillandidea.tistory.com

 

반응형

'IT > CICD Argonautica' 카테고리의 다른 글

CI/CD Argonautica - ArgoCD, 출항  (0) 2023.09.26
CI/CD Argonautica - Jenkins, 선장  (0) 2023.09.19
CI/CD Argonautica - Istio, 돛  (0) 2023.09.14
CI/CD Argonautica - Helm, 타륜  (0) 2023.09.12
CI/CD Argonautica - Harbor, 항구  (0) 2023.09.11
Comments