Welcome to the Linux Foundation Forum!

K8s Crashback loop

Hi

I am currently going through the Kubernetes Chapter and I am running into an issue with the deployment. The prometheus container keeps going into a crashbackloop.

  1. Normal Pulled 10m (x5 over 11m) kubelet, vagrant Container image "prom/prometheus:v2.1.0" already present on machine
  2. Normal Created 10m (x5 over 11m) kubelet, vagrant Created container prometheus
  3. Warning BackOff 83s (x49 over 11m) kubelet, vagrant Back-off restarting failed container

It comes and then all the services shutdown

  1. level=info ts=2019-04-25T12:59:17.96088709Z caller=web.go:383 component=web msg="Start listening for connections" address=:9090
  2. level=info ts=2019-04-25T12:59:17.960921987Z caller=main.go:499 msg="Starting TSDB ..."
  3. level=info ts=2019-04-25T12:59:17.961378121Z caller=main.go:386 msg="Stopping scrape discovery manager..."
  4. level=info ts=2019-04-25T12:59:17.961462142Z caller=main.go:400 msg="Stopping notify discovery manager..."
  5. level=info ts=2019-04-25T12:59:17.961534296Z caller=main.go:424 msg="Stopping scrape manager..."
  6. level=info ts=2019-04-25T12:59:17.961598612Z caller=manager.go:460 component="rule manager" msg="Stopping rule manager..."
  7. level=info ts=2019-04-25T12:59:17.961702813Z caller=manager.go:466 component="rule manager" msg="Rule manager stopped"
  8. level=info ts=2019-04-25T12:59:17.961739804Z caller=notifier.go:493 component=notifier msg="Stopping notification manager..."
  9. level=info ts=2019-04-25T12:59:17.961767336Z caller=main.go:382 msg="Scrape discovery manager stopped"
  10. level=info ts=2019-04-25T12:59:17.961870772Z caller=main.go:396 msg="Notify discovery manager stopped"
  11. level=info ts=2019-04-25T12:59:17.961972292Z caller=manager.go:59 component="scrape manager" msg="Starting scrape manager..."
  12. level=info ts=2019-04-25T12:59:17.962012646Z caller=main.go:418 msg="Scrape manager stopped"
  13. level=info ts=2019-04-25T12:59:17.962037506Z caller=main.go:570 msg="Notifier manager stopped"
  14. level=error ts=2019-04-25T12:59:17.96406764Z caller=main.go:579 err="Opening storage failed mkdir data/: permission denied"
  15. level=info ts=2019-04-25T12:59:17.964102554Z caller=main.go:581 msg="See you next time!"

Anyone else bump into this issue?

Running K8s 1.14.1, with containerd as my runtime.

Comments

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training