File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ weight: 10
18
18
19
19
- JSONではなくYAMLを使って設定ファイルを書いてください。これらのフォーマットはほとんどすべてのシナリオで互換的に使用できますが、YAMLはよりユーザーフレンドリーになる傾向があります。
20
20
21
- - 意味がある場合は常に、関連オブジェクトを単一ファイルにグループ化します。多くの場合、1つのファイルの方が管理が簡単です。例として[ guestbook-all-in-one.yaml] (https://github.com/kubernetes/examples/tree/{{ < param "githubbranch" >}} /guestbook/all-in-one/guestbook-all-in-one.yaml)ファイルを参照してください。
21
+ - 意味がある場合は常に、関連オブジェクトを単一ファイルにグループ化します。多くの場合、1つのファイルの方が管理が簡単です。例として[ guestbook-all-in-one.yaml] ( https://github.com/kubernetes/examples/tree/master /guestbook/all-in-one/guestbook-all-in-one.yaml ) ファイルを参照してください。
22
22
23
23
- 多くの` kubectl ` コマンドがディレクトリに対しても呼び出せることも覚えておきましょう。たとえば、設定ファイルのディレクトリで ` kubectl apply ` を呼び出すことができます。
24
24
You can’t perform that action at this time.
0 commit comments