Update content/ja/blog/_posts/2024-03-07-cri-o-seccomp-oci-artifacts.md

Co-authored-by: atoato88 <akihito-inou@nec.com>
This commit is contained in:
Taisuke Okamoto - BigBaBy 2024-04-08 21:49:43 +09:00 committed by GitHub
parent edc732d369
commit 08b402339e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ allowed_annotations = [
これは、ソースからビルドするか、[静的バイナリバンドル](https://github.com/cri-o/packaging?tab=readme-ov-file#using-the-static-binary-bundles-directly)を使用するか、[プレリリースパッケージ](https://github.com/cri-o/packaging?tab=readme-ov-file#usage)を使用することで行うことができます。
これを実証するために、[`local-up-cluster.sh`](https://github.com/cri-o/cri-o?tab=readme-ov-file#running-kubernetes-with-cri-o)を使って単一ードのKubernetesクラスターをセットアップし、コマンドラインから`crio`バイナリを実行しました。
クラスターが起動して実行されているので、seccomp `Unconfined`として実行されているアノテーションのないポッドを試してみましょう:
クラスターが起動して実行されているので、seccomp `Unconfined`として実行されているアノテーションのないPodを試してみましょう:
```shell
cat pod.yaml