Skip to content

License Issue Banner Shows up in Error #8665

@ElioDiNino

Description

@ElioDiNino

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.
Screenshot 2023-07-21 at 3 25 19 PM

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:

  1. Start with Coder deployed with Helm on Kubernetes
  2. Redeploy (with values.yaml changes) or upgrade the instance with Helm (so that a new instance is booted up)
  3. Open the Coder dashboard once the new instance has started and observe the banner

Metadata

Metadata

Assignees

Labels

s2Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions