Skip to content

Commit

Permalink
Merge pull request kubernetes#17109 from YangLu1031/master
Browse files Browse the repository at this point in the history
Update the wmi exporter binary
  • Loading branch information
k8s-ci-robot committed Apr 7, 2020
2 parents bc7f71e + 31602ac commit 711c9dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/jobs/kubernetes/sig-windows/windows-gce.yaml
Expand Up @@ -405,8 +405,10 @@ periodics:
- /workspace/scenarios/kubernetes_e2e.py
image: gcr.io/k8s-testimages/kubekins-e2e:v20200404-7b4af8e-master
env:
- name: CL2_CONTAINER_IMAGE
value: "gcr.io/gke-release/pause-win:1.2.1"
- name: CL2_WMI_EXPORTER_URL
value: "https://github.com/YangLu1031/wmi_exporter/releases/download/v0.10.3-alpha/wmi_exporter.exe"
value: "https://github.com/martinlindhe/wmi_exporter/releases/download/v0.11.0/wmi_exporter-0.11.0-amd64.exe"
- name: CL2_WMI_EXPORTER_ENABLED_COLLECTORS
value: "process,cs"
args:
Expand Down Expand Up @@ -460,11 +462,11 @@ periodics:
- name: CL2_CONTAINER_IMAGE
value: "mcr.microsoft.com/windows/servercore/iis"
- name: CL2_WMI_EXPORTER_URL
value: "https://github.com/YangLu1031/wmi_exporter/releases/download/v0.10.3-alpha/wmi_exporter.exe"
value: "https://github.com/martinlindhe/wmi_exporter/releases/download/v0.11.0/wmi_exporter-0.11.0-amd64.exe"
- name: CL2_WMI_EXPORTER_ENABLED_COLLECTORS
value: "process,cs"
- name: CL2_POD_COUNT
value: "20"
value: "40"
args:
- --check-leaked-resources
- --cluster=
Expand Down

0 comments on commit 711c9dd

Please sign in to comment.