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

Use cluster role for the SDK deployment when running in EC #4952

Closed divolgin closed 1 month ago

divolgin commented 1 month ago

What this PR does / why we need it:

In EC installs, Replicated SDK is not being granted cluster level access, which limits its functionality resulting in bad data being reported.

Relevant Replicated SDK PR: https://github.com/replicatedhq/replicated-sdk/pull/218

Which issue(s) this PR fixes:

https://app.shortcut.com/replicated/story/114128/replicated-sdk-reports-k0s-when-installed-in-embedded-cluster-causing-distribution-to-flip-flop-in-events-view

Does this PR require a test?

Does this PR require a release note?

When included, Replicated SDK will be deployed with the same ClusterRole as the Admin Console.

Does this PR require documentation?