website/content/en/docs/tutorials
Thomas Balthazar 0e31a40737
Update deprecated kubectl command in apparmor doc
Running `kubectl exec <pod_name> <command>` is deprecated:
```
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead
```
It should be: `kubectl exec <pod_name> -- <command>`
2022-10-08 11:31:58 +02:00
..
configuration Batch fix links (4) 2022-07-06 09:43:15 +08:00
kubernetes-basics fix: CSS inconsistencies between docs/tutorials/kubernetes-basics and… (#34188) 2022-10-02 09:40:13 -07:00
security Update deprecated kubectl command in apparmor doc 2022-10-08 11:31:58 +02:00
services Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-22 08:35:18 -04:00
stateful-application Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
stateless-application minor wording fix 2022-03-12 01:22:10 -05:00
_index.md Merge the tutorials under tutorials->clusters into tutorials->security 2022-01-09 21:31:20 +00:00
hello-minikube.md Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00