From 04e5b599efe4556ee53bb9c06d2ca955bb95eab6 Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Tue, 5 Nov 2024 13:07:36 +0800 Subject: [PATCH] fix code block error Signed-off-by: Alex Wu --- docs/community/troubleshoot.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/troubleshoot.rst b/docs/community/troubleshoot.rst index 70a1b4630b..fc9ab1ebcb 100644 --- a/docs/community/troubleshoot.rst +++ b/docs/community/troubleshoot.rst @@ -185,6 +185,7 @@ This issue is caused by TLS being disabled in your Kubernetes cluster. You can r Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in order to expose gRPC service at 443 port: .. code-block:: yaml + ingress: host: separateGrpcIngress: true @@ -200,6 +201,7 @@ Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in ord Disable ``insecure`` in your ``flytectl`` client config.yaml: .. code-block:: yaml + admin: endpoint: dns:///example.com authType: Pkce