Description
Version: v0.27.1+65583ec
After upgrading my deployment through Helm (my deployment is on Kubernetes), the "License Issue" banner shows up complaining about replicas.
This is despite the fact that replicaCount
is only set to 1 in values.yaml
and I can see there is only 1 Coder deployment pod running. Another note is that I am still able to start and connect to workspaces fine (which contradicts the banner).
I suspect this is just a visual bug where when Helm deploys it creates a new instance and fully boots it up before shutting down the old one. In this time, Coder detects an additional instance so it reports the error. However, I also suspect the backend checks this again at later points to allow workspaces to boot up but the frontend is not updated. I could be wrong here though. Just odd that none of the prior Coder versions had this issue.
Reproduction Steps:
- Start with Coder deployed with Helm on Kubernetes
- Redeploy (with
values.yaml
changes) or upgrade the instance with Helm (so that a new instance is booted up) - Open the Coder dashboard once the new instance has started and observe the banner