Skip to content

Commit

Permalink
Remove capi-cluster-api-operator deployment from expected yaml test file
Browse files Browse the repository at this point in the history
  • Loading branch information
zioproto authored and k8s-infra-cherrypick-robot committed Apr 8, 2024
1 parent a0b1e3e commit f7f569d
Showing 1 changed file with 1 addition and 108 deletions.
109 changes: 1 addition & 108 deletions test/e2e/resources/feature-gates.yaml
Original file line number Diff line number Diff line change
@@ -1,111 +1,4 @@
---
# Source: cluster-api-operator/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: capi-cluster-api-operator
namespace: 'default'
labels:
app: cluster-api-operator
app.kubernetes.io/name: cluster-api-operator
app.kubernetes.io/instance: capi
app.kubernetes.io/component: "controller"
control-plane: controller-manager
clusterctl.cluster.x-k8s.io/core: capi-operator
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: cluster-api-operator
app.kubernetes.io/instance: capi
app.kubernetes.io/component: "controller"
control-plane: controller-manager
clusterctl.cluster.x-k8s.io/core: capi-operator
template:
metadata:
labels:
app: cluster-api-operator
app.kubernetes.io/name: cluster-api-operator
app.kubernetes.io/instance: capi
app.kubernetes.io/component: "controller"
control-plane: controller-manager
clusterctl.cluster.x-k8s.io/core: capi-operator
spec:
containers:
- args:
- --v=2
- --health-addr=:8081
- --metrics-bind-addr=127.0.0.1:8080
- --diagnostics-address=8443
- --leader-elect=true
command:
- /manager
image: "gcr.io/k8s-staging-capi-operator/cluster-api-operator:v0.9.1"
imagePullPolicy: IfNotPresent
name: manager
ports:
- containerPort: 9443
name: webhook-server
protocol: TCP
resources:
limits:
cpu: 100m
memory: 150Mi
requests:
cpu: 100m
memory: 100Mi
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
terminationGracePeriodSeconds: 10
volumes:
- name: cert
secret:
defaultMode: 420
secretName: capi-operator-webhook-service-cert
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
- arm64
- ppc64le
- key: kubernetes.io/os
operator: In
values:
- linux
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
---
# Source: cluster-api-operator/templates/addon.yaml
# Addon provider
---
# Source: cluster-api-operator/templates/bootstrap.yaml
# Bootstrap provider
---
# Source: cluster-api-operator/templates/control-plane.yaml
# Control plane provider
---
# Source: cluster-api-operator/templates/core-conditions.yaml
# Deploy core components if not specified
---
# Source: cluster-api-operator/templates/core.yaml
# Core provider
---
# Source: cluster-api-operator/templates/infra-conditions.yaml
# Deploy bootstrap, and infrastructure components if not specified
---
# Source: cluster-api-operator/templates/infra.yaml
# Infrastructure providers
---
# Source: cluster-api-operator/templates/addon.yaml
apiVersion: v1
kind: Namespace
Expand Down Expand Up @@ -227,4 +120,4 @@ spec:
MachinePool: true
configSecret:
name: aws-variables
namespace: default
namespace: default

0 comments on commit f7f569d

Please sign in to comment.