question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Watching stops working after 10 minutes

See original GitHub issue

Watching a set of configmaps fails to be alerted of new changes after 10 minutes of no changes.

##Repro steps

  1. Install the following configmap into a cluster
apiVersion: v1
kind: ConfigMap
metadata:
  name: grafana-test-dashboard
  labels:
    grafana_dashboard: "1"
data:
  cm-test.json: {}
  1. Install the sidecar into the cluster
apiVersion: v1
kind: Pod
metadata:
  name: test
spec:
  containers:
    - env:
        - name: METHOD
        - name: LABEL
          value: grafana_dashboard
        - name: FOLDER
          value: /tmp/dashboards
        - name: RESOURCE
          value: both
      image: kiwigrid/k8s-sidecar:0.1.178
      imagePullPolicy: IfNotPresent
      name: grafana-sc-dashboard
  1. Wait 10 minutes
  2. Make a change to the config map and update in the cluster

Expected Behaviour

Will see a modification occur

Actual Behaviour

Nothing


Done on AKS with kubernetes version 1.16.10

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:13
  • Comments:44 (16 by maintainers)

github_iconTop GitHub Comments

43reactions
bergerxcommented, Feb 11, 2021

Cross posting from kubernetes/kube-state-metrics#694:

I started to think this issue to be mainly happening on to hosted Kubernetes services like AKS and EKS. There are many here using it without any issue, and there is another set of users who are repeatedly experiencing issues.

Also see this weird issue stops suddenly stopping for some set of users in a python implementation. kiwigrid/k8s-sidecar#85

Maybe the issue is lying in the way how the apiserver is hosted behind a managed load balancer.

Actually lets do do the same quick poll here among AKS/EKS users, can you vote this entry with:

  • upvote (+1 ) if you are experiencing issue on AKS/EKS
  • downvote (-1 ) if you are not experincing this issue on AKS/EKS
8reactions
stale[bot]commented, Sep 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Videos stop playing after 8 to 10 minutes and have to start it from
I understand that you face the problem with win 10 whenever you watch a video after it plays for 8 to 10 minutes...
Read more >
5 Reasons Your Watch Stopped Working - Long's Jewelers
The most common reason why quartz watches stop working is that the battery is dead. Not all fine watches use batteries, but when...
Read more >
Plex stops playing after 10 minutes, claims my "connection to ...
A Windows PC is running the Plex server. videos are stored on an NAS and there's an ethernet connection to my Shield. Everything...
Read more >
Prime Video stops after ten minutes of viewing on a consistent ...
Here are some troubleshooting steps that you can follow: Power cycle your TV by unplugging and re-plugging back to the power source. With...
Read more >
General Wristwatch Troubleshooter - Watch Repair & Co
It is likely because you're not wearing or winding the watch enough. Automatic watches gain power from manually winding it, or from the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found