Skip to content

Commit 0c07ce4

Browse files
Merge pull request #225270 from schaffererin/aks-apparmor-update
Updating AppArmor pod status output...
2 parents 1d15758 + 28e444d commit 0c07ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/operator-best-practices-cluster-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ AppArmor profiles are added using the `apparmor_parser` command.
152152
command: [ "sh", "-c", "echo 'Hello AppArmor!' && sleep 1h" ]
153153
```
154154

155-
1. With the pod deployed, verify the *hello-apparmor* pod shows a *blocked* status by running the following command:
155+
2. With the pod deployed, run the following command and verify the *hello-apparmor* pod shows a *Running* status:
156156

157157
```
158158
kubectl get pods
159159
160160
NAME READY STATUS RESTARTS AGE
161161
aks-ssh 1/1 Running 0 4m2s
162-
hello-apparmor 0/1 Blocked 0 50s
162+
hello-apparmor 0/1 Running 0 50s
163163
```
164164

165165
For more information about AppArmor, see [AppArmor profiles in Kubernetes][k8s-apparmor].

0 commit comments

Comments
 (0)