-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
area/environments/operatorIssues related to Operator or installationIssues related to Operator or installationarea/user experiencelifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Description
(using istioctl from ~/go/src/istio.io/istio/out/darwin_amd64
$ istioctl verify-install
Error: stat manifests/charts/addons/grafana: no such file or directory
$ istioctl verify-install -f /tmp/issue25848.yaml
Error: compiled in charts not found in this development build, use --manifests with local charts instead (e.g. istioctl install --manifests manifests/) or run make gen-charts and rebuild istioctl
$ istioctl verify-install -f /tmp/issue25848.yaml --manifests manifests/
Error: compiled in charts not found in this development build, use --manifests with local charts instead (e.g. istioctl install --manifests manifests/) or run make gen-charts and rebuild istioctl
It looks like two different problems. The first and last error messages are the problems.
Metadata
Metadata
Labels
area/environments/operatorIssues related to Operator or installationIssues related to Operator or installationarea/user experiencelifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while