Prometheus is receiving a SIGTERM and it exists. check `kubectl describe pod <prom_pod_name> -n <prom_pod_namespace>` if there are any events else check kubelet logs.
On Wed, Jun 24, 2020 at 1:08 PM Devops Engineers <[email protected]> wrote: > Hello Everyone , > > I am trying deploy prometheus operator while deploy i am getting below > error , cay any one help me on this to fix the issue > > Containers: > prometheus: > Container ID: > docker://68000ba65483853f2763712f2db3ca545b8dc943c938477b631f774ce > Image: quay.io/prometheus/prometheus:v2.15.2 > Image ID: docker-pullable:// > quay.io/prometheus/prometheus@sha256:91452sd38cf76a15a6aaeac069fcb445ce8fb125113d1bc5b15854bc1e8b6353 > Port: 9090/TCP > Host Port: 0/TCP > Args: > --web.console.templates=/etc/prometheus/consoles > --web.console.libraries=/etc/prometheus/console_libraries > --config.file=/etc/prometheus/config_out/prometheus.env.yaml > --storage.tsdb.path=/prometheus > --storage.tsdb.retention.time=30d > --web.enable-lifecycle > --storage.tsdb.no-lockfile > --web.external-url= > --web.route-prefix=/ > State: Running > Started: Wed, 24 Jun 2020 11:01:02 +0000 > * Ready: False* > > level=info ts=2020-06-23T17:09:11.182Z caller=head.go:632 component=tsdb > msg="WAL segment loaded" segment=33778 maxSegment=34083 > level=warn ts=2020-06-23T17:09:11.095Z caller=main.go:494 msg="Received > SIGTERM, exiting gracefully..." > level=info ts=2020-06-23T17:09:11.265Z caller=main.go:517 msg="Stopping > scrape discovery manager..." > level=info ts=2020-06-23T17:09:11.388Z caller=main.go:531 msg="Stopping > notify discovery manager..." > level=info ts=2020-06-23T17:09:11.388Z caller=main.go:553 msg="Stopping > scrape manager..." > level=info ts=2020-06-23T17:09:11.536Z caller=main.go:527 msg="Notify > discovery manager stopped" > level=info ts=2020-06-23T17:09:11.388Z caller=main.go:513 msg="Scrape > discovery manager stopped" > level=info ts=2020-06-23T17:09:11.871Z caller=main.go:547 msg="Scrape > manager stopped" > > level=info ts=2020-06-23T17:09:28.209Z caller=manager.go:814 > component="rule manager" msg="Stopping rule manager..." > level=info ts=2020-06-23T17:09:28.212Z caller=manager.go:820 > component="rule manager" msg="Rule manager stopped" > ts=2020-06-23T17:09:28.214Z caller=dedupe.go:111 component=remote > level=info remote_name=c16b16 url=http://metrics-adapter/v1/api/write > msg="Stopping remote storage..." > ts=2020-06-23T17:09:28.293Z caller=dedupe.go:111 component=remote > level=error remote_name=c16b16 url=http://metrics-adapter/v1/api/write > msg="error tailing WAL" err="readCheckpoint: readCheckpoint wasn't able to > read all data from the checkpoint > /prometheus/wal/checkpoint.032992/00000000, size: 134217728, totalRead: > 15204220" > ts=2020-06-23T17:09:28.294Z caller=dedupe.go:111 component=remote > level=info remote_name=c16b16 url=http://metrics-adapter/v1/api/write > msg="WAL watcher stopped" queue=c16b16 > ts=2020-06-23T17:09:28.389Z caller=dedupe.go:111 component=remote > level=info remote_name=c16b16 url=http://metrics-adapter/v1/api/write > msg="Remote storage stopped." > level=info ts=2020-06-23T17:09:28.389Z caller=notifier.go:598 > component=notifier msg="Stopping notification manager..." > level=info ts=2020-06-23T17:09:28.556Z caller=main.go:718 msg="Notifier > manager stopped" > level=info ts=2020-06-23T17:09:53.472Z caller=main.go:663 > fs_type=EXT4_SUPER_MAGIC > level=info ts=2020-06-23T17:09:53.472Z caller=main.go:664 msg="TSDB > started" > level=info ts=2020-06-23T17:09:53.472Z caller=main.go:730 msg="See you > next time!" > rpc error: code = Unknown desc = Error: No such container: > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/2157f4dd-c6c8-4ef3-9bc4-f277b7b01a1eo%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-users/2157f4dd-c6c8-4ef3-9bc4-f277b7b01a1eo%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CALnV8WiDy9yPwGtW-1Dz%3DFb8pSH8kDj5Tg9meaZGkYbM3MNNZQ%40mail.gmail.com.

