如何在 minishift 上启用指标?
How can I enable metrics on minishift?
我的 minishift 版本是 v1.16.1+d9a86c9 我是 运行 openshift origin 3.9.
我想在 minishift 中使用水平 pod 自动缩放器,为此我需要安装指标 pods。我搜索了 minishift 文档,但没有关于如何安装 hauwkular 指标的信息。
显然 minishift start --metrics
曾经有效,但它不再是有效的标志。
它确实已从 Minishift 中删除,参见 https://github.com/minishift/minishift/pull/2241 (and same for the command-line tool oc cluster up
: https://github.com/openshift/origin/pull/19209 )
但是,您仍然可以使用 ansible 剧本通过一些额外的步骤安装 Hawkular:请参阅 https://docs.openshift.com/container-platform/3.9/install_config/cluster_metrics.html#deploying-the-metrics-components
您现在可以使用 -extra-clusterup-flags "--metrics" 和 minishift,将标志传递给 oc集群起来.
我的 minishift 版本是 v1.16.1+d9a86c9 我是 运行 openshift origin 3.9.
我想在 minishift 中使用水平 pod 自动缩放器,为此我需要安装指标 pods。我搜索了 minishift 文档,但没有关于如何安装 hauwkular 指标的信息。
显然 minishift start --metrics
曾经有效,但它不再是有效的标志。
它确实已从 Minishift 中删除,参见 https://github.com/minishift/minishift/pull/2241 (and same for the command-line tool oc cluster up
: https://github.com/openshift/origin/pull/19209 )
但是,您仍然可以使用 ansible 剧本通过一些额外的步骤安装 Hawkular:请参阅 https://docs.openshift.com/container-platform/3.9/install_config/cluster_metrics.html#deploying-the-metrics-components
您现在可以使用 -extra-clusterup-flags "--metrics" 和 minishift,将标志传递给 oc集群起来.