Skip to content

Commit

Permalink
Merge pull request #4 from alexander-demichev/manifests
Browse files Browse the repository at this point in the history
UPSTREAM: <carry>: update operator components
  • Loading branch information
openshift-merge-robot committed Feb 23, 2022
2 parents a3267c1 + e20b21a commit 55efc39
Showing 1 changed file with 48 additions and 39 deletions.
87 changes: 48 additions & 39 deletions openshift/operator-components.yaml
Expand Up @@ -938,6 +938,12 @@ spec:
of the container arg `--sync-period` if both are defined.
The same holds for `ManagerSpec.FeatureGates` and `--feature-gates`.
type: object
command:
description: Command allows override container's entrypoint
array.
items:
type: string
type: array
env:
description: List of environment variables to set in the
container.
Expand Down Expand Up @@ -1257,11 +1263,6 @@ spec:
of version) would be `ReplicaSet.apps`."
type: object
type: object
debug:
default: false
description: Debug, if set, will override a set of fields with
opinionated values for a debugging session. (Verbosity=5, ProfilerAddress=localhost:6060)
type: boolean
featureGates:
additionalProperties:
type: boolean
Expand Down Expand Up @@ -1344,9 +1345,8 @@ spec:
- retryPeriod
type: object
maxConcurrentReconciles:
default: 10
description: MaxConcurrentReconciles is the maximum number of
concurrent Reconciles which can be run. Defaults to 10.
concurrent Reconciles which can be run.
minimum: 1
type: integer
metrics:
Expand Down Expand Up @@ -1411,6 +1411,8 @@ spec:
version:
description: Version indicates the provider version.
type: string
required:
- version
type: object
status:
description: BootstrapProviderStatus defines the observed state of BootstrapProvider.
Expand Down Expand Up @@ -2419,6 +2421,12 @@ spec:
of the container arg `--sync-period` if both are defined.
The same holds for `ManagerSpec.FeatureGates` and `--feature-gates`.
type: object
command:
description: Command allows override container's entrypoint
array.
items:
type: string
type: array
env:
description: List of environment variables to set in the
container.
Expand Down Expand Up @@ -2738,11 +2746,6 @@ spec:
of version) would be `ReplicaSet.apps`."
type: object
type: object
debug:
default: false
description: Debug, if set, will override a set of fields with
opinionated values for a debugging session. (Verbosity=5, ProfilerAddress=localhost:6060)
type: boolean
featureGates:
additionalProperties:
type: boolean
Expand Down Expand Up @@ -2825,9 +2828,8 @@ spec:
- retryPeriod
type: object
maxConcurrentReconciles:
default: 10
description: MaxConcurrentReconciles is the maximum number of
concurrent Reconciles which can be run. Defaults to 10.
concurrent Reconciles which can be run.
minimum: 1
type: integer
metrics:
Expand Down Expand Up @@ -2892,6 +2894,8 @@ spec:
version:
description: Version indicates the provider version.
type: string
required:
- version
type: object
status:
description: ControlPlaneProviderStatus defines the observed state of
Expand Down Expand Up @@ -3900,6 +3904,12 @@ spec:
of the container arg `--sync-period` if both are defined.
The same holds for `ManagerSpec.FeatureGates` and `--feature-gates`.
type: object
command:
description: Command allows override container's entrypoint
array.
items:
type: string
type: array
env:
description: List of environment variables to set in the
container.
Expand Down Expand Up @@ -4219,11 +4229,6 @@ spec:
of version) would be `ReplicaSet.apps`."
type: object
type: object
debug:
default: false
description: Debug, if set, will override a set of fields with
opinionated values for a debugging session. (Verbosity=5, ProfilerAddress=localhost:6060)
type: boolean
featureGates:
additionalProperties:
type: boolean
Expand Down Expand Up @@ -4306,9 +4311,8 @@ spec:
- retryPeriod
type: object
maxConcurrentReconciles:
default: 10
description: MaxConcurrentReconciles is the maximum number of
concurrent Reconciles which can be run. Defaults to 10.
concurrent Reconciles which can be run.
minimum: 1
type: integer
metrics:
Expand Down Expand Up @@ -4373,6 +4377,8 @@ spec:
version:
description: Version indicates the provider version.
type: string
required:
- version
type: object
status:
description: CoreProviderStatus defines the observed state of CoreProvider.
Expand Down Expand Up @@ -5381,6 +5387,12 @@ spec:
of the container arg `--sync-period` if both are defined.
The same holds for `ManagerSpec.FeatureGates` and `--feature-gates`.
type: object
command:
description: Command allows override container's entrypoint
array.
items:
type: string
type: array
env:
description: List of environment variables to set in the
container.
Expand Down Expand Up @@ -5700,11 +5712,6 @@ spec:
of version) would be `ReplicaSet.apps`."
type: object
type: object
debug:
default: false
description: Debug, if set, will override a set of fields with
opinionated values for a debugging session. (Verbosity=5, ProfilerAddress=localhost:6060)
type: boolean
featureGates:
additionalProperties:
type: boolean
Expand Down Expand Up @@ -5787,9 +5794,8 @@ spec:
- retryPeriod
type: object
maxConcurrentReconciles:
default: 10
description: MaxConcurrentReconciles is the maximum number of
concurrent Reconciles which can be run. Defaults to 10.
concurrent Reconciles which can be run.
minimum: 1
type: integer
metrics:
Expand Down Expand Up @@ -5854,6 +5860,8 @@ spec:
version:
description: Version indicates the provider version.
type: string
required:
- version
type: object
status:
description: InfrastructureProviderStatus defines the observed state of
Expand Down Expand Up @@ -6108,22 +6116,13 @@ spec:
control-plane: controller-manager
spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
- args:
- --metrics-bind-addr=127.0.0.1:8080
- --leader-elect
command:
- /manager
image: gcr.io/openshift-gce-devel/cluster-api-operator-amd64:dev
image: gcr.io/k8s-staging-cluster-api/cluster-api-operator-amd64:dev
imagePullPolicy: IfNotPresent
name: manager
resources:
limits:
Expand All @@ -6132,6 +6131,16 @@ spec:
requests:
cpu: 100m
memory: 100Mi
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit 55efc39

Please sign in to comment.