You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The windows installer and linux configuration.sh both create scripts that use --server-comms-port "10943" without allowing for --server-comms-address to be specified.
Copy the generated installer scripts and modify the register-with (or register-worker) command to use --server-comms-address instead of --server-comms-port
LukeButters
changed the title
Add Support for Polling 443 Tentacles to Windows Installer & Linux configure-tentacle.sh
Add Support for Polling 443 on a different address to the Windows Tentacle Manager & Linux configure-tentacle.sh
Feb 6, 2024
LukeButters
changed the title
Add Support for Polling 443 on a different address to the Windows Tentacle Manager & Linux configure-tentacle.sh
Add Support for Polling 443 on a different address to the Windows Tentacle Manager
Feb 6, 2024
Team
What happened?
Currently the Tentacle installers don't support the new feature Polling Tentacles over Standard Ports: https://octopus.com/docs/infrastructure/deployment-targets/tentacle/polling-tentacles-over-port-443
The windows installer and linux configuration.sh both create scripts that use
--server-comms-port "10943"
without allowing for--server-comms-address
to be specified.The linux work is split out to: #793
Reproduction
Use the Windows Installer or Linux configure-tentacle.sh to configure a Polling Tentacle and see
--server-comms-port
used in the generated scriptsError and Stacktrace
More Information
Slack - Internal
Workaround
Copy the generated installer scripts and modify the
register-with
(orregister-worker
) command to use--server-comms-address
instead of--server-comms-port
E.g. https://octopus.com/docs/infrastructure/deployment-targets/tentacle/polling-tentacles-over-port-443#registering-a-new-tentacle
Feel free to reach out to [email protected] with any questions!
The text was updated successfully, but these errors were encountered: