Best pratice to deploy multiple scale sets with different image in a single cluster #3680
Replies: 1 comment
-
It's caused by the proxy and does nothing to do with the multiple scale sets |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a beginner for ARC and I'm trying to deploy multiple scale sets in a single cluster to allow selecting different runner environment in workflow. For example, I can configure
run-on
toself-hosted-arc-ubuntu-22.04
for one job andself-hosted-arc-ubuntu-20.04
for another.I tried to deploy a second scale set with the different
INSTALLATION_NAME
after successfully deployed the first one. But the listener pod of the sencond continue throwing an error and restarting:I have no idea whether my operation is the right way to create multiple scale sets. Are there any document or discussions about how to do it?`
Beta Was this translation helpful? Give feedback.
All reactions