Skip to content

Commit b4c11fe

Browse files
dragoneena12kakts
andauthored
Update content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
Co-authored-by: Kei Ak <[email protected]>
1 parent 999fb12 commit b4c11fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Horizontal Pod Autoscalerは、Deployment、ReplicaSetまたはStatefulSetとい
1313
## {{% heading "前提条件" %}}
1414

1515
この例ではバージョン1.2以上の動作するKubernetesクラスターおよびkubectlが必要です。
16-
[Metrics server](https://github.com/kubernetes-sigs/metrics-server)によるモニタリングが[Metrics API](https://github.com/kubernetes/metrics)を通じてクラスター内にデプロイされている必要があります
16+
[Metrics API](https://github.com/kubernetes/metrics)を介してメトリクスを提供するために、[Metrics server](https://github.com/kubernetes-sigs/metrics-server)によるモニタリングがクラスター内にデプロイされている必要があります
1717
Horizontal Pod Autoscalerはメトリクスを収集するためにこのAPIを利用します。metrics-serverをデプロイする方法を知りたい場合は[metrics-server ドキュメント](https://github.com/kubernetes-sigs/metrics-server#deployment)をご覧ください。
1818

1919
Horizontal Pod Autoscalerで複数のリソースメトリクスを利用するためには、バージョン1.6以上のKubernetesクラスターおよびkubectlが必要です。カスタムメトリクスを使えるようにするためには、あなたのクラスターがカスタムメトリクスAPIを提供するAPIサーバーと通信できる必要があります。
@@ -400,4 +400,4 @@ kubectl create -f https://k8s.io/examples/application/hpa/php-apache.yaml
400400

401401
```
402402
horizontalpodautoscaler.autoscaling/php-apache created
403-
```
403+
```

0 commit comments

Comments
 (0)