website/content/ja/docs/tutorials/clusters
Thomas Balthazar 7bc5e5e3ab Update deprecated kubectl command in apparmor doc
This PR updates example `kubectl exec` commands to avoid warnings.
It is a follow-up PR to #37221 that also updates the localizations.

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-11-07 12:14:30 +01:00
..
_index.md [ja] Remove exec permission on markdown files 2021-06-22 18:22:52 +09:00
apparmor.md Update deprecated kubectl command in apparmor doc 2022-11-07 12:14:30 +01:00