Skip to content

Commit

Permalink
Rename file istio-auth-with-cluster-ca.
Browse files Browse the repository at this point in the history
Former-commit-id: 104ba22
  • Loading branch information
myidpt committed May 12, 2017
1 parent 7b9e676 commit 0c89701
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: mixer
image: docker.io/istio/mixer:0.1.0
image: docker.io/istio/mixer:0.1.1
imagePullPolicy: Always
ports:
- containerPort: 9091
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
serviceAccountName: istio-manager-service-account
containers:
- name: discovery
image: docker.io/istio/manager:2017-05-10-07.01.02
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["discovery", "-v", "2"]
ports:
Expand All @@ -106,7 +106,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: apiserver
image: docker.io/istio/manager:2017-05-10-07.01.02
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["apiserver", "-v", "2"]
ports:
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: docker.io/istio/proxy_debug:2017-05-10-07.01.02
image: docker.io/istio/proxy_debug:0.1.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: Always
ports:
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
spec:
containers:
- name: proxy
image: docker.io/istio/proxy_debug:2017-05-10-07.01.02
image: docker.io/istio/proxy_debug:0.1.1
imagePullPolicy: Always
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
4 changes: 2 additions & 2 deletions updateVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function merge_files() {
AUTH_SRC=$SRC/istio-auth
ISTIO=$ROOT/install/kubernetes/istio.yaml
ISTIO_AUTH=$ROOT/install/kubernetes/istio-auth.yaml
ISTIO_AUTH_PER_CLUSTER_CA=$ROOT/install/kubernetes/templates/istio-auth/isio-auth-per-cluster-ca.yaml
ISTIO_AUTH_WITH_CLUSTER_CA=$ROOT/install/kubernetes/templates/istio-auth/istio-auth-with-cluster-ca.yaml

echo "# GENERATED FILE. Use with Kubernetes 1.5+" > $ISTIO
echo "# TO UPDATE, modify files in install/kubernetes/templates and run updateVersion.sh" >> $ISTIO
Expand All @@ -118,7 +118,7 @@ function merge_files() {
sed -i "s/# authPolicy: MUTUAL_TLS/authPolicy: MUTUAL_TLS/" $ISTIO_AUTH
cat $AUTH_SRC/istio-ingress-auth.yaml >> $ISTIO_AUTH
cat $AUTH_SRC/istio-egress-auth.yaml >> $ISTIO_AUTH
cp $ISTIO_AUTH $ISTIO_AUTH_PER_CLUSTER_CA
cp $ISTIO_AUTH $ISTIO_AUTH_WITH_CLUSTER_CA
cat $AUTH_SRC/istio-namespace-ca.yaml >> $ISTIO_AUTH
}

Expand Down

0 comments on commit 0c89701

Please sign in to comment.