docs: rename the gateway's keep alive values to health check - #3451
Merged
Conversation
flin-8
commented
Sep 7, 2026
flin-8
commented
Sep 7, 2026
|
Pull request environment is available at https://stoctodocspr3451.z22.web.core.windows.net/. You can view the ephemeral environment status in Octopus Deploy. This environment will be automatically deprovisioned when the pull request is closed, or after 7 days of inactivity. |
tleed5
reviewed
Sep 8, 2026
…check-values # Conflicts: # src/pages/docs/packaging-applications/build-servers/buildkite.md
octopus-grpc 0.5.1 logs "Health check failed - cancelling subscribers"; the old "keep alive check failed" string is what operators were told to grep for. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The --set flag would not parse, and it named the gateway's value key on the monitor's page. Monitor values are nested under kubernetesMonitor when the agent chart deploys the monitor as a subchart. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
tleed5
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows the gateway chart rename in octopus-argocd-gateway#276:
gateway.octopus.keepAlive.{intervalSeconds,maxConsecutiveFailures}becamegateway.octopus.healthCheck.{interval,giveUpAfter}, and both are now duration strings rather than integers.--setexample carries the unit (interval="15s")The quoted log line becomes
Health check failed - cancelling subscriberson both this page and the Kubernetes monitor's troubleshooting page. octopus-grpc#11 renamed the library's log lines, released asgo/v0.5.1, so the old string no longer appears in either pod's logs once their pins move (lobster-watcher#366, gateway#276).