3.6. 비용 운영자 확인

구성 YAML 파일을 보고 비용 관리 운영자가 작동하는지 확인합니다.

사전 요구 사항

  • OpenShift Container Platform 웹 콘솔에 액세스할 수 있습니다.
  • 설치된 Operator 탭을 찾아서 볼 수 있습니다.

프로세스

  1. Installed Operators(설치된 운영자 ) 탭을 클릭합니다.
  2. 설치된 운영자 목록에서 Cost Management Metrics Operator 항목을 클릭합니다.
  3. 지표 운영자 창이 열리면 CostManagementMetricsConfig 탭을 클릭하여 구성 파일 이름 목록을 표시합니다.
  4. 이름 목록에서 구성 파일을 클릭합니다. 기본 설치에서 파일 이름은 costmanagementmetricscfg -sample 입니다.
  5. Details(세부 정보) 창이 열리면 YAML 탭을 클릭합니다. 그러면 다음 항목을 시각적으로 확인합니다.

    1. Prometheus 구성 및 연결이 참입니다.

        prometheus:
          last_query_start_time: '2021-01-25T20:59:06Z'
          last_query_success_time: '2021-01-25T20:59:06Z'
          prometheus_configured: true
          prometheus_connected: true
          service_address: 'https://thanos-querier.openshift-monitoring.svc:9091'
          skip_tls_verification: false
    2. 업로드 정보는 수신 경로, 성공적인 업로드 및 시간, 허용된 상태를 표시합니다.

       upload:
          ingress_path: /api/ingress/v1/upload
          last_successful_upload_time: '2021-01-25T20:59:35Z'
          last_upload_status: 202 Accepted
          last_upload_time: '2021-01-25T20:59:35Z'
          upload: true
          upload_cycle: 360
          upload_wait: 28
          validate_cert: true