-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Kiali deployment instructions in getting-started guide to spec… #16887
New issue
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
Update Kiali deployment instructions in getting-started guide to spec… #16887
Conversation
…ify the correct YAML file
😊 Welcome! This is either your first contribution to the Istio documentation repo, or
Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @onurkanbakirci. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
Please run |
… the specific Kiali YAML file
done @kfaseela |
Fix incorrect YAML file reference in the
getting-started
guide.The command was referencing the entire
samples/addons
directory instead of the specificsamples/addons/kiali.yaml
file needed for the Kiali installation step.This change ensures users can properly follow the dashboard installation instructions by specifying the correct YAML file path.
Description
Reviewers