浏览代码

GCP: open port on masters to collect cadvisor metrics

Vadim Rutkovsky 6 年之前
父节点
当前提交
956276bd2a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      roles/openshift_gcp/defaults/main.yml

+ 1 - 2
roles/openshift_gcp/defaults/main.yml

@@ -98,8 +98,7 @@ openshift_gcp_firewall_rules:
           - '8053'
           - '8444'
           - "{{ openshift_gcp_master_healthcheck_port }}"
-          # openshift-cluster-version/cluster-version-operator:metrics
-          - '9090'
+          - '9100'
           - '10250'
           - '10255'
           - '24224'