fix section 4. of 'Enable addons', Disable heapster to metrics-server

This commit is contained in:
Ryoko Tominaga
2020-06-01 10:39:14 +09:00
parent c43af3ab50
commit 271aa41c43
+3 -3
View File
@@ -225,16 +225,16 @@ Minikubeはビルトインのアドオンがあり、有効化、無効化、あ
service/monitoring-influxdb ClusterIP 10.111.169.94 <none> 8083/TCP,8086/TCP 26s service/monitoring-influxdb ClusterIP 10.111.169.94 <none> 8083/TCP,8086/TCP 26s
``` ```
4. `heapster`を無効化します: 4. `metrics-server`を無効化します:
```shell ```shell
minikube addons disable heapster minikube addons disable metrics-server
``` ```
出力は下記のようになります: 出力は下記のようになります:
```shell ```shell
heapster was successfully disabled etrics-server was successfully disabled
``` ```
## クリーンアップ ## クリーンアップ