[BUG] Pod is not re-created although deployment replicas = 1 #571
-
What did you doFollows instruction here to setup kyma on k3d: https://github.com/kyma-incubator/local-kyma Next, follows "Getting started" document from Kyma here: https://kyma-project.io/docs/1.21/root/getting-started/ till step 5 below After pod is deleted, I have waited for a long time (more than half an hour) but still don't see new pod is re-created. Below is script Deployment I use: Which OS & Architecture
Which version of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
UPDATE: solved itself Hi @lanphan 👋 |
Beta Was this translation helpful? Give feedback.
UPDATE: solved itself
Hi @lanphan 👋
I doubt that this is actually a bug in k3d, as k3d doesn't handle anything related to pods. So it would rather be an issue with k3s run by k3d 😬
However, I can try to help you debug this.. Can you please paste the output of
kubectl get pods
andkubectl describe deployment <name>
in the correct namespace and with the replaced name of the deployment here?Additionally, it would be good to have the output of
docker logs k3d-kyma-server-0
(I think that's what the cluster is called)?