-
I'm studing k8s operator by practicing the project :https://github.com/kubernetes-operators-book/chapters.git,after runing the following step: word dir: chapter/03 k create -f etcd-operator-crd.yaml
it seems like the dns record did't set correctly,cause the pod stuck at init stage while check-dns,i'm new to k8s,is there anyone has the same issuse and fix it T-T,any help will be thankful I have tried upgrade the etcd and operator version but did'nt help,some people has the same issuse while using high version busybox,and someone has the same issue but can't reproduce:sensu/sensu-operator#5 expecting any kind of help T-T |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was recently answered on the etcd slack: https://kubernetes.slack.com/archives/C3HD8ARJ5/p1682967067395069?thread_ts=1682947519.378839&cid=C3HD8ARJ5
Ideally we would refresh an update the etcd operator referenced however this would need a lot of effort, as a short term alternative you may be able to create an older kubernetes version cluster via minikube etc in order to complete the chapter. |
Beta Was this translation helpful? Give feedback.
This was recently answered on the etcd slack: https://kubernetes.slack.com/archives/C3HD8ARJ5/p1682967067395069?thread_ts=1682947519.378839&cid=C3HD8ARJ5
Ideally we would refresh an update the etcd operator referenced however this would need a lot of effort, as a short term alternative you may be able to create an older kubernetes version cluster via minikube etc in order to complete the chapter.