Skip to content

Commit

Permalink
Merge pull request kubernetes#35007 from fenggw-fnst/typo
Browse files Browse the repository at this point in the history
[ja] Fix typo in secret.md
  • Loading branch information
k8s-ci-robot authored Jul 14, 2022
2 parents e396a65 + 37cbff9 commit 098a22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/configuration/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ kubectl create secret tls my-tls-secret \

Bootstrap token Secretは、Secretの`type`を`bootstrap.kubernetes.io/token`に明示的に指定することで作成できます。このタイプのSecretは、ノードのブートストラッププロセス中に使用されるトークン用に設計されています。よく知られているConfigMapに署名するために使用されるトークンを格納します。

Bootstrap toke Secretは通常、`kube-system`namespaceで作成され`bootstrap-token-<token-id>`の形式で名前が付けられます。ここで`<token-id>`はトークンIDの6文字の文字列です。
Bootstrap token Secretは通常、`kube-system`namespaceで作成され`bootstrap-token-<token-id>`の形式で名前が付けられます。ここで`<token-id>`はトークンIDの6文字の文字列です。

Kubernetesマニフェストとして、Bootstrap token Secretは次のようになります。

Expand Down

0 comments on commit 098a22a

Please sign in to comment.