Skip to content
Snippets Groups Projects
Verified Commit 39922f85 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(rook): Switch to self-hosted ceph images

This aptch should move the ceph images used in the cluster to the
internal registry, preventing issues with quay.io to cause problems in
the cluster.
parent 7f767952
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ spec: ...@@ -33,7 +33,7 @@ spec:
requests: requests:
storage: 10Gi storage: 10Gi
cephVersion: cephVersion:
image: quay.io/ceph/ceph:v16.2.5 image: image-registry.openshift-image-registry.svc:5000/rook-ceph/ceph:v16.2.5
allowUnsupported: false allowUnsupported: false
skipUpgradeChecks: false skipUpgradeChecks: false
continueUpgradeAfterChecksEvenIfNotHealthy: false continueUpgradeAfterChecksEvenIfNotHealthy: false
......
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
name: ceph
namespace: rook-ceph
spec:
lookupPolicy:
local: false
tags:
- name: v16.2.5
annotations: null
from:
kind: DockerImage
name: 'quay.io/ceph/ceph:v16.2.5'
importPolicy:
scheduled: true
referencePolicy:
type: Source
...@@ -6,5 +6,6 @@ resources: ...@@ -6,5 +6,6 @@ resources:
- https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/common.yaml - https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/common.yaml
- https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/operator-openshift.yaml - https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/operator-openshift.yaml
- https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/csi/rbd/snapshotclass.yaml - https://git.shivering-isles.com/github-mirror/rook/rook/-/raw/v1.7.1/cluster/examples/kubernetes/ceph/csi/rbd/snapshotclass.yaml
- imagestream.yaml
- cluster-on-pvc.yaml - cluster-on-pvc.yaml
- storageclass.yaml - storageclass.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment