Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tentacle container cannot be used to register a polling tentacle with multiple Octopus server nodes #356

Open
coryreid opened this issue Feb 14, 2022 · 2 comments

Comments

@coryreid
Copy link

The tentacle container is built to support a single instance, and allows configuring registration with a single server URL. Unfortunately, the tentacle can't be configured to poll multiple nodes in an HA setup, due to not having systemd to support service installation/restarts required to pick up the additional configuration changes.

More context available in Slack

@clain23
Copy link

clain23 commented Dec 30, 2022

We really want this feature to deploy our workers in k8s.

@coryreid
Copy link
Author

coryreid commented Jan 3, 2023

Hey @clain23 - there is a native fix being worked on internally for this. However, at the time of this issue, I was able to create a workaround with a custom Tentacle image. It certainly won't work for all use cases, but you're more than welcome to give it a shot and modify further if it'll give you some immediate lift - the image is provided as-is, but if you run into any major issues, I can try to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants