Is your feature request related to a problem ?
Due to how k8s implements these probes, having both probes ON will result in two connections being established every time
2024-09-02 14:14:04.818363053 Connection closed by 10.11.0.129 port 52982
2024-09-02 14:14:04.821413032 Connection closed by 10.11.0.129 port 52984
Describe the solution you'd like.
Have option to configure which probe to use
Describe alternatives you've considered.
There is no way to change probe settings
Additional context.
Having excessive probing creates unnecessary logs that make it difficult to actually debug when actual SSH connection is performed
Is your feature request related to a problem ?
Due to how k8s implements these probes, having both probes ON will result in two connections being established every time
Describe the solution you'd like.
Have option to configure which probe to use
Describe alternatives you've considered.
There is no way to change probe settings
Additional context.
Having excessive probing creates unnecessary logs that make it difficult to actually debug when actual SSH connection is performed