metadata: annotations: prow.k8s.io/context: pull-machine-controller-e2e-gce prow.k8s.io/job: pull-machine-controller-e2e-gce creationTimestamp: "2026-05-22T12:05:11Z" generation: 5 labels: created-by-prow: "true" event-GUID: 7a1d0300-55d6-11f1-97ad-14adf2b234a9 preset-docker-mirror: "true" preset-e2e-ssh: "true" preset-gce: "true" preset-goproxy: "true" preset-hetzner: "true" preset-kind-volume-mounts: "true" preset-kubeconfig-ci: "true" preset-rhel: "true" prow.k8s.io/build-id: "2057794904720936960" prow.k8s.io/context: pull-machine-controller-e2e-gce prow.k8s.io/id: f9252ca8-e7fa-4930-b109-9dc977f973fc prow.k8s.io/is-optional: "false" prow.k8s.io/job: pull-machine-controller-e2e-gce prow.k8s.io/refs.base_ref: v1.64 prow.k8s.io/refs.org: kubermatic prow.k8s.io/refs.pull: "2026" prow.k8s.io/refs.repo: machine-controller prow.k8s.io/type: presubmit name: f9252ca8-e7fa-4930-b109-9dc977f973fc namespace: prow resourceVersion: "1779452777561311000" uid: 9444ef10-2e50-44b6-8524-5ba0c58cdb7f spec: agent: kubernetes cluster: default context: pull-machine-controller-e2e-gce decoration_config: gcs_configuration: bucket: prow-dev-public-data default_org: kubernetes default_repo: kubernetes path_strategy: legacy gcs_credentials_secret: prow-sidecar-public-gcp-serviceaccount grace_period: 5m0s ssh_host_fingerprints: - github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk= ssh_key_secrets: - kubermatic-bot-ssh-key timeout: 2h0m0s utility_images: clonerefs: us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20260113-898377d8b entrypoint: us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20260113-898377d8b initupload: us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20260113-898377d8b sidecar: us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20260113-898377d8b job: pull-machine-controller-e2e-gce namespace: default pod_spec: containers: - args: - TestGCEProvisioningE2E command: - ./hack/ci/run-e2e-tests.sh env: - name: CLOUD_PROVIDER value: gce - name: GOCACHE_MINIO_ADDRESS valueFrom: secretKeyRef: key: address name: gocache - name: GOCACHE_ACCESS_KEY valueFrom: secretKeyRef: key: accessKey name: gocache - name: GOCACHE_SECRET_KEY valueFrom: secretKeyRef: key: secretKey name: gocache - name: PUSHGATEWAY_ADDRESS valueFrom: configMapKeyRef: key: PUSHGATEWAY_ADDRESS name: cluster-config - name: CLUSTER_BASE_DOMAIN valueFrom: configMapKeyRef: key: BASE_DOMAIN name: cluster-config - name: KUBERMATIC_DOMAIN valueFrom: configMapKeyRef: key: BASE_DOMAIN name: cluster-config - name: CLUSTER_NAME valueFrom: configMapKeyRef: key: CLUSTER_NAME name: cluster-config - name: DOWNLOAD_CACHE_HOST valueFrom: configMapKeyRef: key: DOWNLOAD_CACHE_HOST name: cluster-config - name: GOPROXY valueFrom: configMapKeyRef: key: GOPROXY name: cluster-config - name: GOOGLE_SERVICE_ACCOUNT valueFrom: secretKeyRef: key: serviceAccount name: e2e-gce - name: KUBEONE_GOOGLE_SERVICE_ACCOUNT valueFrom: secretKeyRef: key: kubeoneServiceAccount name: e2e-gce - name: HZ_E2E_TOKEN valueFrom: secretKeyRef: key: k1token name: e2e-hetzner - name: RHEL_SUBSCRIPTION_MANAGER_USER valueFrom: secretKeyRef: key: user name: redhat-subscription - name: RHEL_SUBSCRIPTION_MANAGER_PASSWORD valueFrom: secretKeyRef: key: password name: redhat-subscription - name: REDHAT_SUBSCRIPTIONS_OFFLINE_TOKEN valueFrom: secretKeyRef: key: offlineToken name: redhat-subscription - name: AZURE_RHEL_IMAGE_ID valueFrom: secretKeyRef: key: azureRhelImageID name: redhat-subscription - name: E2E_SSH_PUBKEY valueFrom: secretKeyRef: key: pubkey name: e2e-machine-controller-ssh-key - name: KUBECONFIG value: /etc/kubeconfig/kubeconfig - name: DOCKER_REGISTRY_MIRROR_ADDR valueFrom: configMapKeyRef: key: DOCKER_REGISTRY_MIRROR_ADDR name: cluster-config image: quay.io/kubermatic/build:go-1.25-node-22-kind-0.30-6 name: "" resources: limits: memory: 7Gi requests: cpu: "2" memory: 7Gi securityContext: privileged: true volumeMounts: - mountPath: /root/.ssh/id_rsa name: e2e-ssh-key-key readOnly: true subPath: key - mountPath: /root/.ssh/id_rsa.pub name: e2e-ssh-key-pubkey readOnly: true subPath: pubkey - mountPath: /etc/kubeconfig name: kubeconfig readOnly: true - mountPath: /lib/modules name: modules readOnly: true - mountPath: /sys/fs/cgroup name: cgroup - mountPath: /var/lib/docker name: var-lib-docker volumes: - name: e2e-ssh-key-pubkey secret: defaultMode: 256 secretName: e2e-machine-controller-ssh-key - name: e2e-ssh-key-key secret: defaultMode: 256 secretName: e2e-machine-controller-ssh-key - name: kubeconfig secret: defaultMode: 256 secretName: kubeconfig-ci-worker - hostPath: path: /lib/modules type: Directory name: modules - hostPath: path: /sys/fs/cgroup type: Directory name: cgroup - emptyDir: {} name: var-lib-docker prowjob_defaults: tenant_id: GlobalDefaultID refs: base_link: https://github.com/kubermatic/machine-controller/commit/410e2bc83caa20ba307e062152d4618d40a29364 base_ref: release/v1.64 base_sha: 410e2bc83caa20ba307e062152d4618d40a29364 clone_uri: ssh://git@github.com/kubermatic/machine-controller.git org: kubermatic path_alias: k8c.io/machine-controller pulls: - author: kron4eg author_link: https://github.com/kron4eg commit_link: https://github.com/kubermatic/machine-controller/pull/2026/commits/0b97b40160b3586ea97fe5b63aa1ed842546fbb6 head_ref: v1.64-x-crypto-net-upgrade link: https://github.com/kubermatic/machine-controller/pull/2026 number: 2026 sha: 0b97b40160b3586ea97fe5b63aa1ed842546fbb6 title: '[release/v1.64] Update golang.org/x/crypto v0.52.0, golang.org/x/net v0.55.0' repo: machine-controller repo_link: https://github.com/kubermatic/machine-controller report: true rerun_command: /test pull-machine-controller-e2e-gce type: presubmit status: build_id: "2057794904720936960" completionTime: "2026-05-22T12:26:16Z" pendingTime: "2026-05-22T12:05:12Z" pod_name: f9252ca8-e7fa-4930-b109-9dc977f973fc prev_report_states: github-reporter: success startTime: "2026-05-22T12:05:11Z" state: success url: https://public-prow.loodse.com/view/gs/prow-dev-public-data/pr-logs/pull/kubermatic_machine-controller/2026/pull-machine-controller-e2e-gce/2057794904720936960