Skip to content

Commit

Permalink
Merge pull request #106 from Ximinhan/master
Browse files Browse the repository at this point in the history
OCPBUGS-29567: Apply hypershift cluster-profile for ibm-cloud-managed
  • Loading branch information
openshift-merge-bot[bot] committed Feb 27, 2024
2 parents 9bfb5df + b8e5c64 commit ad45d57
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/01_storage_migration_crd.yaml
Expand Up @@ -4,6 +4,7 @@ metadata:
name: storageversionmigrations.migration.k8s.io
annotations:
"api-approved.kubernetes.io": "https://github.com/kubernetes/community/pull/2524"
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
spec:
Expand Down
1 change: 1 addition & 0 deletions manifests/01_storage_state_crd.yaml
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes/enhancements/pull/747
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
name: storagestates.migration.k8s.io
Expand Down
1 change: 1 addition & 0 deletions manifests/02_namespace.yaml
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Namespace
metadata:
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
openshift.io/node-selector: ""
Expand Down
1 change: 1 addition & 0 deletions manifests/03_configmap.yaml
Expand Up @@ -4,6 +4,7 @@ metadata:
namespace: openshift-kube-storage-version-migrator-operator
name: config
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
data:
Expand Down
1 change: 1 addition & 0 deletions manifests/04_serviceaccount.yaml
Expand Up @@ -6,5 +6,6 @@ metadata:
labels:
app: kube-storage-version-migrator-operator
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
1 change: 1 addition & 0 deletions manifests/05_roles.yaml
Expand Up @@ -3,6 +3,7 @@ kind: ClusterRoleBinding
metadata:
name: system:openshift:operator:kube-storage-version-migrator-operator
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
roleRef:
Expand Down
1 change: 1 addition & 0 deletions manifests/06_operatorconfig.yaml
Expand Up @@ -3,6 +3,7 @@ kind: KubeStorageVersionMigrator
metadata:
name: cluster
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/create-only: "true"
Expand Down
1 change: 1 addition & 0 deletions manifests/07_deployment-ibm-cloud-managed.yaml
Expand Up @@ -3,6 +3,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
labels:
app: kube-storage-version-migrator-operator
Expand Down
1 change: 1 addition & 0 deletions manifests/08_service.yaml
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
service.alpha.openshift.io/serving-cert-secret-name: serving-cert
Expand Down
1 change: 1 addition & 0 deletions manifests/09_clusteroperator.yaml
Expand Up @@ -3,6 +3,7 @@ kind: ClusterOperator
metadata:
name: kube-storage-version-migrator
annotations:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
spec: {}
Expand Down
1 change: 1 addition & 0 deletions profile-patches/ibm-cloud-managed/07_deployment.yaml-patch
@@ -1,6 +1,7 @@
- op: replace
path: /metadata/annotations
value:
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
- op: remove
path: /spec/template/spec/nodeSelector

0 comments on commit ad45d57

Please sign in to comment.