Browse Source

GCP: open port on masters to collect cadvisor metrics

Vadim Rutkovsky 6 years ago
parent
commit
956276bd2a
1 changed files with 1 additions and 2 deletions
  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'