Welcome to the Linux Foundation Forum!

Lab 9.1

Step 5
create the pod by:
kubectl create -f simpleshell.yaml

after that find out the pod is kept in the status "ContainerCreating" for long time, and then the pod resource auto disappear.
kubectl get pods

Any idea?

Best Regards,

Comments

  • serewicz
    serewicz Posts: 1,000

    Hello,

    Without any output or errors it is difficult to troubleshoot. Look at events and pod logs. Any obvious errors?

    Any errors when you run the create command? Go through the output of a describe command on the pod after in detail, anything look out of place?

    Regards,

  • whpv
    whpv Posts: 6

    i see some error left at the end of "kubectl describe" command

  • whpv
    whpv Posts: 6
    edited June 2019

    pretty sure it is some networking issue, I also saw that

  • whpv
    whpv Posts: 6

    thx serewicz; It seems the system come back to normal only after a reboot


  • serewicz
    serewicz Posts: 1,000

    Hello,
    Glad it is working.

    If you read the steps in the book you will note the reference to restarting the calico pods. A reboot would also cause this to happen.

    Regards,

Categories

Upcoming Training