Skip to content

Commit

Permalink
Remove all occurences of KubdeDB as it is not used nor supported anymore
Browse files Browse the repository at this point in the history
Issue: ZENKO-4848
  • Loading branch information
KillianG committed Aug 30, 2024
1 parent 94361c9 commit 345cffc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 360 deletions.
5 changes: 0 additions & 5 deletions docs/docsource/installation/install/install_xdm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ Deploy |product| Operator
.. parsed-literal::
/srv/scality/metalk8s-{{version-number}}/solutions.sh import --archive $ZENKO_BASE_ISO
sed "s/SOLUTION_ENV/zenko/g" /srv/scality/zenko-base-|version|/deploy/kubedb.yaml | kubectl apply -f -
kubectl -n zenko rollout status --timeout 10m deploy kubedb-operator
kubectl apply -f /srv/scality/zenko-base-|version|/deploy/kubedb-catalogs.yaml
sed "s/SOLUTION_ENV/zenko/g" /srv/scality/zenko-base-|version|/deploy/kafka.yaml | kubectl apply -f -
sed "s/SOLUTION_ENV/zenko/g" /srv/scality/zenko-base-|version|/deploy/zookeeper.yaml | kubectl apply -f -
Expand Down Expand Up @@ -238,13 +235,11 @@ Deploy |product|
version: |version|
replicas: 1
mongodb:
provider: KubeDB
persistence:
volumeClaimTemplate:
size: 300Gi
storageClassName: sc-300-g
redis:
provider: KubeDB
persistence:
volumeClaimTemplate:
size: 10Gi
Expand Down
1 change: 0 additions & 1 deletion docs/docsource/installation/upgrade/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ Upgrade
:maxdepth: 2

upgrade_zenko
xdm_migrate_from_kubedb_to_bitnami

This file was deleted.

5 changes: 0 additions & 5 deletions solution/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ redis:
image: redis
tag: 7.0.15
envsubst: REDIS_TAG
redis-kubedb:
sourceRegistry: kubedb
image: redis
tag: 5.0.3-v1
envsubst: REDIS_KUBEDB_TAG
redis_exporter:
sourceRegistry: oliver006
image: redis_exporter
Expand Down
1 change: 0 additions & 1 deletion solution/zenkoversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ spec:
exporter:
image: redis_exporter
tag: '${REDIS_EXPORTER_TAG}'
kubedb: '${REDIS_KUBEDB_TAG}'
featureFlags:
multipleColdLocations: true
backbeatGCVaultAuthorized: true

0 comments on commit 345cffc

Please sign in to comment.