Skip to content

Commit bc43c68

Browse files
dayakar349Dayakar Maruboena
andauthored
opendatahub: Create OCP 4.20 cluster pool (#77557)
Add new opendatahub-ocp-4-20-amd64-aws cluster pool to resolve 4.19 cert rotation regression causing ServiceAccount controller failures. Pool configuration: - Version: 4.20 (imageSet: ocp-release-4.20.17-multi) - Size: 12 clusters, maxSize: 40, runningCount: 2 - Region: us-east-1 (AWS) - Hibernation resume timeout: 20m This creates the pool but does not switch CI jobs to use it yet. A follow-up PR will update ci-operator config to use version 4.20 after the pool is ready. Co-authored-by: Dayakar Maruboena <dmaruboe@dmaruboe-thinkpadp1gen7.rht.csb>
1 parent cec9854 commit bc43c68

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
apiVersion: hive.openshift.io/v1
2+
kind: ClusterPool
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
architecture: amd64
7+
cloud: aws
8+
owner: opendatahub
9+
product: ocp
10+
region: us-east-1
11+
version: "4.20"
12+
version_lower: 4.20.0-0
13+
version_stream: 4-stable
14+
version_upper: 4.21.0-0
15+
name: opendatahub-ocp-4-20-amd64-aws
16+
namespace: opendatahub-cluster-pool
17+
spec:
18+
baseDomain: openshift-ci-aws.rhaiseng.com
19+
hibernationConfig:
20+
resumeTimeout: 20m0s
21+
imageSetRef:
22+
name: ocp-release-4.20.17-multi-for-4.20.0-0-to-4.21.0-0
23+
installAttemptsLimit: 1
24+
installConfigSecretTemplateRef:
25+
name: opendatahub-install-config-aws
26+
labels:
27+
tp.openshift.io/owner: opendatahub
28+
maxSize: 40
29+
platform:
30+
aws:
31+
credentialsSecretRef:
32+
name: opendatahub-aws-credentials
33+
region: us-east-1
34+
pullSecretRef:
35+
name: pull-secret
36+
runningCount: 2
37+
size: 12
38+
skipMachinePools: true
39+
status:
40+
ready: 0
41+
size: 0
42+
standby: 0

0 commit comments

Comments
 (0)