Add service for Istio CA health check probe.#3793
Add service for Istio CA health check probe.#3793istio-merge-robot merged 1 commit intoistio:masterfrom
Conversation
ldemailly
left a comment
There was a problem hiding this comment.
cool, so we won't need https://github.com/istio/istio/blob/master/install/kubernetes/mesh-expansion.yaml#L65 anymore ?
|
/lgtm please fix the ingress issue as it will eventually hide a bug |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ldemailly The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
|
@ldemailly we still need https://github.com/istio/istio/blob/master/install/kubernetes/mesh-expansion.yaml#L65 for the mesh expansion. this PR adds a CA internal service (not external service), for health check probe to be able to find the service. |
With the service "istio-ca", Istio CA health check probe is able to call the Istio CA gRPC service though the service name "istio-ca".