File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
keps/sig-node/2727-grpc-probe Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,17 @@ and `StartupProbe`. Example:
69
69
70
70
This will result in the use of gRPC (using HTTP/2 over TLS) to use the
71
71
standard healthcheck service to determine the health of the
72
- container. As spec'd, the ` kublet ` probe will not allow use of client
72
+ container. As spec'd, the ` kubelet ` probe will not allow use of client
73
73
certificates nor verify the certificate on the container. We do not
74
74
support other protocols for the time being (unencrypted HTTP/2, QUIC).
75
75
76
+ Note that `readinessProbe.grpc.service` may be confusing, some
77
+ alternatives :
78
+
79
+ - ` serviceName`
80
+ - ` healthCheckServiceName`
81
+ - ` grpcService`
82
+ - ` grpcServiceName`
76
83
77
84
These options can be added in Beta with user feedback.
78
85
You can’t perform that action at this time.
0 commit comments