replicatedhq / kots

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
https://kots.io
Apache License 2.0
902 stars 90 forks source link

fix(frontend): do not refetch join command on window focus #5005

Closed emosbaugh closed 4 days ago

emosbaugh commented 1 week ago

What this PR does / why we need it:

This change makes it so the join command is no longer regenerated on window focus and only there is a change in roles.

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?

The join command is no longer regenerated on window focus on the cluster configuration page.

Does this PR require documentation?