Skip to content

Commit

Permalink
Merge pull request #8892 from sbueringer/pr-sync-im-cc
Browse files Browse the repository at this point in the history
🌱 test/e2e/in-memory: sync in-memory provider ClusterClass with test
  • Loading branch information
k8s-ci-robot authored Jun 20, 2023
2 parents 6173c33 + 62fbff7 commit 2c446da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ hack/tools/bin
# E2E test templates
test/e2e/data/infrastructure-docker/**/cluster-template*.yaml
test/e2e/data/infrastructure-inmemory/**/cluster-template*.yaml

# Output of Makefile targets using sed on MacOS systems
*.yaml-e

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ metadata:
name: in-memory-quick-start
spec:
controlPlane:
metadata:
annotations:
# The in-memory provider currently does not support looking up coredns
# and kube-proxy information and leads to reconcile errors in KCP.
# With these annotations KCP will skip processing those steps.
controlplane.cluster.x-k8s.io/skip-coredns: ""
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
machineInfrastructure:
ref:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
Expand Down Expand Up @@ -97,4 +104,4 @@ spec:
nodeRegistration:
criSocket: unix:///var/run/containerd/containerd.sock
kubeletExtraArgs:
eviction-hard: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
eviction-hard: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%

0 comments on commit 2c446da

Please sign in to comment.