Update content/ja/docs/concepts/workloads/controllers/daemonset.md

Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
pull/39693/head
ziyi-xie 2023-03-07 17:53:50 +09:00 committed by GitHub
parent 307c08071b
commit 20a3712cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ DaemonSetのいくつかの典型的な使用例は以下の通りです。
YAMLファイルに基づいてDaemonSetを作成します。 YAMLファイルに基づいてDaemonSetを作成します。
``` ```
kubectl apply -f https://k8s.io/examples/controllers/daemonset.yal kubectl apply -f https://k8s.io/examples/controllers/daemonset.yaml
``` ```
### 必須のフィールド ### 必須のフィールド