Replies: 1 comment
-
Hi, I'm using kustomize: Base config in
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks, curious how users of Runner Scale Sets (RSS) are managing these objects. We use Flux v2 for GitOps and therefore define a
HelmRelease
for each RSS.We're running into some administration headaches around the values passed into this chart:
org
mode, therefore we have multiple RSS(s) per org (size, architecture, etc).PodSpec
with an init container, resource requests, container images, etc. This means the helm value overrides are over 100 lines long.As you can probably guess, this is ripe for configuration skew. We've tried Kustomize and are now looking into getting clever with helm.
How are you managing multiple RSS? Any suggestions? I think if ARC had the capability to 'merge' overrides to the PodSpec then some of these painpoints would be avoided. With our current approach, we need to also keep a close eye on any changes to the pod spec (e.g. Docker socket location).
Beta Was this translation helpful? Give feedback.
All reactions