Describe the bug
With the current Ansible installer, you can't test it with daily builds or custom builds. No matter what build I download, it will always look at github istio latest release (at the moment, 0.8.0) and install this version.
Expected behavior
I should expect the installer to figure out what is the current release from the release tarball I downloaded, pull and install the related images.
Steps to reproduce the bug
Download latest daily build from https://gcsweb.istio.io/gcs/istio-prerelease/daily-build/ and follow the instructions at https://preliminary.istio.io/docs/setup/kubernetes/ansible-install.html - it doesn't matter if it is OpenShift or kubernetes
Version
$ istioctl version
Version: release-1.0-20180719-09-15
GitRevision: e695b0a289014e4e5ac08998dde70432d3acc46f
User: root@0681b4aee144
Hub: gcr.io/istio-release
GolangVersion: go1.10.1
BuildStatus: Clean
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.5", GitCommit:"32ac1c9073b132b8ba18aa830f46b77dcceb0723", GitTreeState:"clean", BuildDate:"2018-06-21T11:46:00Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.4", GitCommit:"bee2d1505c4fe820744d26d41ecd3fdd4a3d6546", GitTreeState:"clean", BuildDate:"2018-03-12T16:21:35Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
(istio-release-1.0-20180716-16-37)
$ minikube version
minikube version: v0.28.1
Is Istio Auth enabled or not?
It doesn't matter for this issue.
Environment
Running on Linux Fedora 28, minikube with KVM.
Describe the bug
With the current Ansible installer, you can't test it with daily builds or custom builds. No matter what build I download, it will always look at github istio latest release (at the moment, 0.8.0) and install this version.
Expected behavior
I should expect the installer to figure out what is the current release from the release tarball I downloaded, pull and install the related images.
Steps to reproduce the bug
Download latest daily build from https://gcsweb.istio.io/gcs/istio-prerelease/daily-build/ and follow the instructions at https://preliminary.istio.io/docs/setup/kubernetes/ansible-install.html - it doesn't matter if it is OpenShift or kubernetes
Version
$ istioctl version Version: release-1.0-20180719-09-15 GitRevision: e695b0a289014e4e5ac08998dde70432d3acc46f User: root@0681b4aee144 Hub: gcr.io/istio-release GolangVersion: go1.10.1 BuildStatus: Clean $ kubectl version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.5", GitCommit:"32ac1c9073b132b8ba18aa830f46b77dcceb0723", GitTreeState:"clean", BuildDate:"2018-06-21T11:46:00Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.4", GitCommit:"bee2d1505c4fe820744d26d41ecd3fdd4a3d6546", GitTreeState:"clean", BuildDate:"2018-03-12T16:21:35Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} (istio-release-1.0-20180716-16-37) $ minikube version minikube version: v0.28.1Is Istio Auth enabled or not?
It doesn't matter for this issue.
Environment
Running on Linux Fedora 28, minikube with KVM.