소스 검색

Open ports for cadvisor and CVO metrics - this is master-internal

Vadim Rutkovsky 6 년 전
부모
커밋
a73e385411
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      roles/openshift_gcp/defaults/main.yml

+ 4 - 0
roles/openshift_gcp/defaults/main.yml

@@ -91,11 +91,15 @@ openshift_gcp_firewall_rules:
           - '2379'
           - '2380'
           - '4001'
+          #kube-system/kubelet:cadvisor
+          - '4193'
           - "{{ openshift_gcp_kubernetes_api_port }}"
           - "{{ internal_console_port }}"
           - '8053'
           - '8444'
           - "{{ openshift_gcp_master_healthcheck_port }}"
+          # openshift-cluster-version/cluster-version-operator:metrics
+          - '9090'
           - '10250'
           - '10255'
           - '24224'