Skip to content

Commit

Permalink
Update Istio installation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Nov 26, 2018
1 parent afe4ba0 commit 2377d46
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Template
metadata:
name: istio-removal-job
name: istio-operator-job
parameters:
- displayName: Master Public URL
description: The public URL for master
Expand All @@ -10,7 +10,7 @@ parameters:
- displayName: OpenShift Release
description: The version of the OpenShift release.
name: OPENSHIFT_RELEASE
value: v3.10.0
value: v3.11.0
required: true
- displayName: Istio Operator Namespace
description: The namespace for the Istio operator
Expand All @@ -24,7 +24,7 @@ parameters:
- displayName: Default Version
description: The default image version for istio deployments
name: OPENSHIFT_ISTIO_VERSION
value: 0.1.0
value: 0.5.0
- displayName: Default Deployment Type
description: The default deployment type for istio deployments
name: OPENSHIFT_DEPLOYMENT_TYPE
Expand All @@ -43,7 +43,7 @@ objects:
scope: Namespaced
version: v1alpha1
- kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: istio-operator
rules:
Expand Down Expand Up @@ -76,7 +76,7 @@ objects:
verbs:
- "*"
- kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: default-account-istio-operator
subjects:
Expand Down Expand Up @@ -116,7 +116,7 @@ objects:
spec:
containers:
- name: istio-operator
image: ${OPENSHIFT_ISTIO_PREFIX}istio-operator:${OPENSHIFT_ISTIO_VERSION}
image: ${OPENSHIFT_ISTIO_PREFIX}istio-operator-centos7:${OPENSHIFT_ISTIO_VERSION}
ports:
- containerPort: 60000
name: metrics
Expand All @@ -128,7 +128,7 @@ objects:
- "--istioPrefix=${OPENSHIFT_ISTIO_PREFIX}"
- "--istioVersion=${OPENSHIFT_ISTIO_VERSION}"
- "--deploymentType=${OPENSHIFT_DEPLOYMENT_TYPE}"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 2377d46

Please sign in to comment.