You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to verify that the grpc service of flyteadmin works as expected (#5958)
* add tls config setting related information to troubleshoot doc
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
* fix some information in the doc
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
* fix code block error
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
* minor fix to make the information more clear
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
* highlight the config.yaml
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
---------
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
Copy file name to clipboardExpand all lines: docs/community/troubleshoot.rst
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -176,3 +176,34 @@ Please add ``spark`` to the list of `enabled-plugins` in the config yaml file. F
176
176
default-for-task-types:
177
177
- container: container
178
178
- container_array: K8S-ARRAY
179
+
180
+
``authentication handshake failed: x509: "Kubernetes Ingress Controller Fake Certificate" certificate isnot trusted"`` when deploying flyte-core to your own kubernetes cluster
0 commit comments