Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/kubelet/enable-anonymous-auth-for-non-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: nsenter
image: alpine
image: mcr.microsoft.com/azure-policy/alpine:prod_20200505.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion examples/kubelet/kubelet-parameters-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
echo "kube-api-burst parameter has been added to kubelet configuration"
fi
while true; do sleep 100000; done
image: alpine
image: mcr.microsoft.com/azure-policy/alpine:prod_20200505.1
imagePullPolicy: IfNotPresent
name: kubelet-parameters
resources:
Expand Down
2 changes: 1 addition & 1 deletion examples/runc/downgraderunc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: nsenter
image: alpine
image: mcr.microsoft.com/azure-policy/alpine:prod_20200505.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Loading