We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to deploy kiail for kubeflow dashboard
I deployed kiail, but mtls and fetch did not work, so the following picture appears.
Is there a solution?
Kiail was deployed using the following command, and node forwarding was done as follows.
for ADDON in kiali jaeger prometheus grafana do ADDON_URL="https://raw.githubusercontent.com/istio/istio/release-1.20/samples/addons/$ADDON.yaml" kubectl apply -f $ADDON_URL done
kubectl port-forward svc/kiali 20001:20001 -n istio-system
The text was updated successfully, but these errors were encountered:
May I inquire what is the use case you are trying to solve? Please provide a description of the use case.
Sorry, something went wrong.
No branches or pull requests
I want to deploy kiail for kubeflow dashboard
I deployed kiail, but mtls and fetch did not work, so the following picture appears.

Is there a solution?
Kiail was deployed using the following command, and node forwarding was done as follows.
kial install
for ADDON in kiali jaeger prometheus grafana
do
ADDON_URL="https://raw.githubusercontent.com/istio/istio/release-1.20/samples/addons/$ADDON.yaml"
kubectl apply -f $ADDON_URL
done
port-forwarding
kubectl port-forward svc/kiali 20001:20001 -n istio-system
The text was updated successfully, but these errors were encountered: