Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
update charts and deployment spec to match most recent nmi and mic ve…
Browse files Browse the repository at this point in the history
…rsions (#151)
  • Loading branch information
khenidak authored Feb 1, 2019
1 parent dfd8365 commit 63756d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions charts/aad-pod-identity/templates/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.3"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.4"
imagePullPolicy: Always
args:
- nmi
- "--host-ip=$(HOST_IP)"
- "--node=$(NODE_NAME)"
env:
Expand Down Expand Up @@ -146,9 +147,10 @@ spec:
{{- end }}
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.3"
imagePullPolicy: Always
args:
- mic
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
Expand All @@ -173,4 +175,4 @@ spec:
hostPath:
path: /etc/kubernetes/azure.json
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/os: linux
8 changes: 5 additions & 3 deletions deploy/infra/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.4"
imagePullPolicy: Always
args:
- nmi
- "--host-ip=$(HOST_IP)"
- "--node=$(NODE_NAME)"
env:
Expand Down Expand Up @@ -184,9 +185,10 @@ spec:
serviceAccountName: aad-pod-id-mic-service-account
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.3"
imagePullPolicy: Always
args:
- mic
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
volumeMounts:
Expand All @@ -198,4 +200,4 @@ spec:
hostPath:
path: /etc/kubernetes/azure.json
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/os: linux
8 changes: 5 additions & 3 deletions deploy/infra/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ spec:
name: iptableslock
containers:
- name: nmi
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.3"
image: "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.4"
imagePullPolicy: Always
args:
- nmi
- "--host-ip=$(HOST_IP)"
- "--node=$(NODE_NAME)"
env:
Expand Down Expand Up @@ -99,9 +100,10 @@ spec:
spec:
containers:
- name: mic
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.2"
image: "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.3"
imagePullPolicy: Always
args:
- mic
- "--kubeconfig=/etc/kubernetes/kubeconfig/kubeconfig"
- "--cloudconfig=/etc/kubernetes/azure.json"
- "--logtostderr"
Expand All @@ -126,4 +128,4 @@ spec:
hostPath:
path: /etc/kubernetes/azure.json
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/os: linux

0 comments on commit 63756d2

Please sign in to comment.