Merge pull request #22768 from inductor/feautre/tiny_fix
translation fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Podについての概観(Pod Overview)
|
||||
title: Podの概観
|
||||
content_type: concept
|
||||
weight: 10
|
||||
card:
|
||||
@@ -8,7 +8,7 @@ card:
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
このページでは、Kubernetesのオブジェクトモデルにおいて、デプロイ可能な最小単位のオブジェクトである`Pod`に関して概観します。
|
||||
このページでは、Kubernetesのオブジェクトモデルにおいて、デプロイ可能な最小単位のオブジェクトである`Pod`に関して説明します。
|
||||
|
||||
|
||||
<!-- body -->
|
||||
|
||||
@@ -5,7 +5,7 @@ weight: 10
|
||||
card:
|
||||
name: tasks
|
||||
weight: 20
|
||||
title: Install kubectl
|
||||
title: kubectlのインストール
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
@@ -143,7 +143,7 @@ macOSで[Homebrew](https://brew.sh/)パッケージマネージャーを使用
|
||||
1. インストールコマンドを実行してください:
|
||||
|
||||
```
|
||||
brew install kubectl
|
||||
brew install kubectl
|
||||
```
|
||||
または
|
||||
|
||||
|
||||
Reference in New Issue
Block a user