You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There seems to be a race condition with the config.yaml generation in the k9s/cluster/../../config.yaml
To Reproduce
Steps to reproduce the behavior:
Using launch configuration from Warp (terminal) for example opening 4 or more k9s processes in separate panels for different resources/namespaces like:
k9s -n x1 -c dp
k9s -n x1 -c po
k9s -n x2 -c po
etc
Doing it multiple times breaks the config.yaml and k9s no longer works for that cluster until the config.yaml is manually deleted. There is an error message for config validation.
Screenshots
Versions (please complete the following information):
OS: OSX
K9s: 0.31.7
K8s: 1.28.3
The text was updated successfully, but these errors were encountered:
Describe the bug
There seems to be a race condition with the config.yaml generation in the k9s/cluster/../../config.yaml
To Reproduce
Steps to reproduce the behavior:
Using launch configuration from Warp (terminal) for example opening 4 or more k9s processes in separate panels for different resources/namespaces like:
Doing it multiple times breaks the config.yaml and k9s no longer works for that cluster until the config.yaml is manually deleted. There is an error message for config validation.
Screenshots
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: