This directory contains the default Istio installation configuration in several different flavors. Also contained is the script for updating it.
The updateVersion.sh script is used to update image versions in ../istio.VERSION and the istio installation yaml files.
-p <hub>,<tag>
new pilot image-x <hub>,<tag>
new mixer image-c <hub>,<tag>
new citadel image-a <hub>,<tag>
specifies same hub and tag for pilot, mixer, proxy, and citadel containers-o <hub>,<tag>
new proxy image-n <namespace>
namespace in which to install Istio control plane components (defaults to istio-system)-P
URL to download pilot debian packages-d <dir>
directory to store updated/generated files (optional, defaults to source code tree)-D
enable debug for proxy (optional, default is false)
Default values for the -p
, -x
, -c
, -o
, and -a
options are as specified in istio.VERSION
(i.e., they are left unchanged).
Update the pilot and istioctl:
./updateVersion.sh -p "docker.io/istio,2017-05-09-06.14.22"