The Quick Start on Docker guide instructs the user to execute
docker-compose -f install/consul/istio.yaml up -d
however install/consul/istio.yaml
does not exist in the code base.
The file install/consul/templates/istio.yaml.tmpl
does exist, but there are no instructions to generate istio.yaml
from istio.yaml.tmpl
. Can the documentation please be updated to allow beginners to get started?
@sabrehagen you might want to submit an issue in GitHub at https://github.com/istio/istio.io. That’s the repository used to serve the content for istio.io
After curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.1.7 sh -
I see an install/consul/istio.yaml. The Quick Start guide refers to that file, which is generated from the template.
The README.md does refer to the non-existant file. Created https://github.com/istio/istio/issues/14527