Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the change
Adds the ability to run Kiali locally.
Steps to test the PR
make build-ui
. At least in this POC, you need to build the ui first before running.hack/run-integration-tests.sh --test-suite backend --setup-only true
. Only using this to setup the environment. You can delete the Kiali in the cluster after the script finishes to prove a point.go run kiali.go open
go run kiali.go --help open
to see options. You can provide a Kiali kubeconfig file to set any options.Also works with multi-cluster. Sometimes the
CLUSTER_ID
in istio does not match the name in your kubeconfig. For these cases you can provide aliases in the Kiali config file.hack/run-integration-tests.sh --test-suite frontend-multi-primary --setup-only true
. Again you can delete the Kiali.go run kiali.go -remote-cluster-contexts kind-west -config kiali-config.yaml open
Automation testing
N/A - POC
Issue reference
POC for #8263