Wrong syntax with TCP healthcheck #30
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
After using the following label:
katenary.io/healthcheck: tcp://localhost:3306
The generated output is the following:
However the syntax is:
tcpSocket
(https://kubernetes.io/fr/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#d%C3%A9finir-une-tcp-liveness-probe)Hello,
I reproduce the issue and confirm the fix is correct.
Thanks!