Skip to content

Commit 6a1810f

Browse files
committed
Applied review suggestion
1 parent d6e0655 commit 6a1810f

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

references/kubeflow-troubleshooting.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,28 @@ The `metadb` database is created by a post-install hook job. If the job failed,
7373
----
7474

7575
TensorBoard unavailable / controller CrashLoopBackOff::
76+
+
77+
--
7678
Check that the `tensorboard-controller-config` ConfigMap contains the following required keys:
79+
7780
* `ISTIO_HOST: "*"`
7881
* `ISTIO_GATEWAY: kubeflow/kubeflow-gateway` (must be in the `namespace/name` format)
79-
+
82+
8083
[source,bash,subs="+attributes"]
8184
----
8285
{prompt_user}kubectl get configmap -n kubeflow -l app=tensorboard-controller -o yaml | grep -A5 'data:'
8386
----
87+
--
88+
+
89+
If either the key is wrong or missing, upgrade the chart with the following overrides:
90+
+
91+
[source,bash,subs="+attributes"]
92+
----
93+
tensorboard-controller:
94+
configMapData:
95+
ISTIO_HOST: "*"
96+
ISTIO_GATEWAY: kubeflow/kubeflow-gateway
97+
----
8498
8599
KServe InferenceService not progressing::
86100
Verify that the `ClusterStorageContainer` CRD and a default object exist:

0 commit comments

Comments
 (0)