Git Product home page Git Product logo

pg-wal-demo's Introduction

helm pull oci://ghcr.io/appscode-charts/kubedb --version v2023.12.11

helm pull oci://ghcr.io/appscode-charts/kubestash --version v2023.12.1

helm pull oci://ghcr.io/appscode-charts/sidekick --version v2023.12.11

kubedb v2023.12.11 kubestash v2023.12.1 sidekick v2023.12.11 external0-snapshotter

helm upgrade -i sidekick sidekick-v2023.12.11.tgz
-n kubedb --create-namespace
--wait --burst-limit=10000 --debug

helm upgrade -i kubestash kubestash-v2023.12.1.tgz
--namespace kubedb
--set-file global.license=/path/to/the/license.txt
--wait --burst-limit=10000 --debug

helm uninstall kubedb -n kubedb

kubectl apply -f https://github.com/kubedb/installer/raw/v2023.12.11/crds/kubedb-catalog-crds.yaml

helm upgrade -i kubedb kubedb-v2023.12.11.tgz
--namespace kubedb
--set kubedb-kubestash-catalog.enabled=true
--set-file global.license=/path/to/the/license.txt
--wait --burst-limit=10000 --debug

https://github.com/kubernetes-csi/external-snapshotter/tree/release-5.0

wget https://github.com/kubernetes-csi/external-snapshotter/archive/refs/tags/v5.0.1.zip

unzip v5.0.1.zip
cd 

kubectl kustomize client/config/crd | kubectl create -f -
kubectl -n kube-system kustomize deploy/kubernetes/snapshot-controller | kubectl create -f -
kubectl kustomize deploy/kubernetes/csi-snapshotter | kubectl create -f -

pg-wal-demo's People

Contributors

tamalsaha avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.