Commit e63c0d5
committed
OCPBUGS-81627: Load ClusterResourceQuota CRD before CVO manifests
The CRD ClusterResourceQuota is required by kube-apiserver in order to
access any namespaced resource. Therefore, during bootstrapping it must
be applied prior to serveral of the resource manifests that are
contributed by the Cluster Version Operator, which (creates a Deployment
and several related resources in the cluster-version-operator
namespace). This can result in the apiserver failing its startup checks
before the ClusterResourceQuota is applied, and going into a failure
loop from which it never recovers.
Therefore rename the manifest file from 0000_03_config-operator_... to
0000_00_apiserver_... to ensure that it sorts before the
0000_00_cluster-version-operator_* manifests.1 parent f50e695 commit e63c0d5
7 files changed
Lines changed: 7 additions & 7 deletions
File tree
- hack
- payload-manifests/crds
- quota/v1
- zz_generated.crd-manifests
- zz_generated.featuregated-crd-manifests/clusterresourcequotas.quota.openshift.io
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments