devpod
devpod copied to clipboard
Kubernetes Inactivity Timeout | Problems
What happened?
- Ran several pods with
InactivityTimeout: 1h
. - Pods without any active processes weren't stopped after 2 days
What did you expect to happen instead?
- Pods stopped after 1h
Local Environment:
- DevPod Version: 0.3.7
- Operating System: mac
- ARCH of the OS: ARM64
DevPod Provider:
- Cloud Provider: azure
- Kubernetes Provider: v1.25.6
- Local/remote provider: docker
- Custom provider: provide imported
provider.yaml
config file
Anything else we need to know?
Please explain how the inactivity timeout was intended to work. Did I miss something?
Hi @solesensei, sounds like a bug - we'll investigate
For the context: I used VSCode to connect to the pod. As far as I understand vscode uses the same ssh_config with devpod proxy, which restarts a stopped pod every time you reload the window / retry connection.
But when the laptop is closed, I think this shouldn't be a problem. So 2 days up time without processes is odd.