Skip to content

'istioctl verify-install' doesn't work with dev builds #26070

@esnible

Description

@esnible

(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 installationarea/user experiencelifecycle/automatically-closedIndicates 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 while

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions