istio.io: Installation documentation refers to file which does not exist (crds.yaml)
In the 1.1 docs, both the K8S Quick Start and Minimal Install pages instruct to:
Install Istio’s Custom Resource Definitions via kubectl apply, and wait a few seconds for the CRDs to be committed in Kubernetes API server:
$ kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml
However this file no longer exists in v1.1. I am not sure if this has changed so that this step is longer needed or the file has just moved.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 3
- Comments: 18 (12 by maintainers)
Looks like
kubectl apply -f install/kubernetes/helm/istio-init/files
works.