Skip to content

Commit

Permalink
kubeadm: add test workflow for testing ControlPlaneKubeletLocalMode f…
Browse files Browse the repository at this point in the history
…eature gate
  • Loading branch information
chrischdi committed Jul 1, 2024
1 parent 9e090f7 commit f2695f9
Showing 1 changed file with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# AUTOGENERATED by https://git.k8s.io/kubeadm/kinder/ci/tools/update-workflows
periodics:

- name: ci-kubernetes-e2e-kubeadm-kinder-control-plane-kubelet-local-mode-latest
cluster: eks-prow-build-cluster
interval: 2h
decorate: true
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-kubeadm
testgrid-tab-name: kubeadm-kinder-control-plane-kubelet-local-mode-latest
testgrid-alert-email: [email protected]
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster using the ControlPlaneKubeletLocalMode feature gate and run the kubeadm-e2e and the conformance suites"
testgrid-num-columns-recent: "20"
testgrid-num-failures-to-alert: "8"
testgrid-alert-stale-results-hours: "16"
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: kubeadm
base_ref: main
path_alias: k8s.io/kubeadm
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240611-597c402033-master
command:
- runner.sh
- "../kubeadm/kinder/ci/kinder-run.sh"
args:
- "control-plane-local-kubelet-mode-latest"
securityContext:
privileged: true
resources:
limits:
memory: "9000Mi"
cpu: 2000m
requests:
memory: "9000Mi"
cpu: 2000m

0 comments on commit f2695f9

Please sign in to comment.