Skip to content

Commit

Permalink
Kanister docs update to version 0.82.0 (#1626)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasten Production <infra@kasten.io>
Co-authored-by: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 8, 2022
1 parent 362c034 commit 4a0614a
Show file tree
Hide file tree
Showing 62 changed files with 135 additions and 135 deletions.
2 changes: 1 addition & 1 deletion examples/aws-rds/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This example is to demonstrate how Kanister can be integrated with AWS RDS insta
## Prerequisites

- Kubernetes 1.10+
- Kanister controller version 0.81.0 installed in your cluster
- Kanister controller version 0.82.0 installed in your cluster
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

## Create RDS instance on AWS
Expand Down
6 changes: 3 additions & 3 deletions examples/aws-rds/postgresql/rds-postgres-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ actions:
- func: KubeTask
name: backupSnapshots
args:
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.82.0"
namespace: "{{ .Object.metadata.namespace }}"
command:
- bash
Expand Down Expand Up @@ -49,7 +49,7 @@ actions:
- func: KubeTask
name: restoreSnapshots
args:
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.82.0"
namespace: "{{ .Object.metadata.namespace }}"
command:
- bash
Expand Down Expand Up @@ -86,7 +86,7 @@ actions:
- func: KubeTask
name: restoreSnapshots
args:
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.82.0"
namespace: "{{ .Namespace.Name }}"
command:
- bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ actions:
name: deleteBackup
args:
namespace: "{{ .Namespace.Name }}"
image: ghcr.io/kanisterio/kanister-tools:0.81.0
image: ghcr.io/kanisterio/kanister-tools:0.82.0
command:
- bash
- -o
Expand Down
4 changes: 2 additions & 2 deletions examples/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ As the official documentation of [Cassandra](http://cassandra.apache.org/) says,
* Kubernetes 1.9+
* Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled
* PV support on the underlying infrastructure
* Kanister controller version 0.81.0 installed in your cluster, let's say in namespace `<kanister-operator-namespace>`
* Kanister controller version 0.82.0 installed in your cluster, let's say in namespace `<kanister-operator-namespace>`
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

To install kanister and related tools you can follow [this](https://docs.kanister.io/install.html#install) link.
Expand All @@ -29,7 +29,7 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm repo update
# remove app-namespace with the namespace you want to deploy the Cassandra app in
$ kubectl create ns <app-namespace>
$ helm install cassandra bitnami/cassandra --namespace <app-namespace> --set image.repository=kanisterio/cassandra --set image.tag=0.81.0 --set cluster.replicaCount=2 --set image.registry=ghcr.io --set image.pullPolicy=Always
$ helm install cassandra bitnami/cassandra --namespace <app-namespace> --set image.repository=kanisterio/cassandra --set image.tag=0.82.0 --set cluster.replicaCount=2 --set image.registry=ghcr.io --set image.pullPolicy=Always


```
Expand Down
2 changes: 1 addition & 1 deletion examples/cassandra/cassandra-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ actions:
name: restoreFromObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: ghcr.io/kanisterio/kanister-tools:0.81.0
image: ghcr.io/kanisterio/kanister-tools:0.82.0
backupArtifactPrefix: "{{ .ArtifactsIn.params.KeyValue.backupPrefixLocation }}"
pods: "{{ range .StatefulSet.Pods }} {{.}}{{end}}"
restorePath: "{{ .ArtifactsIn.params.KeyValue.restorePathPrefix }}"
Expand Down
2 changes: 1 addition & 1 deletion examples/cockroachdb/cockroachdb-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ actions:
- func: KubeTask
name: deleteFromS3Store
args:
image: ghcr.io/kanisterio/kanister-tools:0.81.0
image: ghcr.io/kanisterio/kanister-tools:0.82.0
namespace: "{{ .Namespace.Name }}"
command:
- bash
Expand Down
6 changes: 3 additions & 3 deletions examples/couchbase/blueprint-v2/couchbase-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ actions:
namespace: "{{ .Object.metadata.namespace }}"
args:
namespace: "{{ .Object.metadata.namespace }}"
image: ghcr.io/kanisterio/couchbase-tools:0.81.0
image: ghcr.io/kanisterio/couchbase-tools:0.82.0
command:
- bash
- -o
Expand Down Expand Up @@ -58,7 +58,7 @@ actions:
namespace: "{{ .Object.metadata.namespace }}"
args:
namespace: "{{ .Object.metadata.namespace }}"
image: ghcr.io/kanisterio/couchbase-tools:0.81.0
image: ghcr.io/kanisterio/couchbase-tools:0.82.0
command:
- bash
- -o
Expand Down Expand Up @@ -89,7 +89,7 @@ actions:
name: deleteBackup
args:
namespace: "{{ .Namespace.Name }}"
image: ghcr.io/kanisterio/couchbase-tools:0.81.0
image: ghcr.io/kanisterio/couchbase-tools:0.82.0
command:
- bash
- -o
Expand Down
6 changes: 3 additions & 3 deletions examples/couchbase/couchbase-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actions:
namespace: "{{ .Object.metadata.namespace }}"
args:
namespace: "{{ .Object.metadata.namespace }}"
image: ghcr.io/kanisterio/couchbase-tools:0.81.0
image: ghcr.io/kanisterio/couchbase-tools:0.82.0
command:
- bash
- -o
Expand Down Expand Up @@ -53,7 +53,7 @@ actions:
namespace: "{{ .Object.metadata.namespace }}"
args:
namespace: "{{ .Object.metadata.namespace }}"
image: ghcr.io/kanisterio/couchbase-tools:0.81.0
image: ghcr.io/kanisterio/couchbase-tools:0.82.0
command:
- bash
- -o
Expand All @@ -79,7 +79,7 @@ actions:
name: deleteBackup
args:
namespace: "{{ .Namespace.Name }}"
image: ghcr.io/kanisterio/kanister-tools:0.81.0
image: ghcr.io/kanisterio/kanister-tools:0.82.0
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/csi-snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example demonstrates Kanister's ability to protect an application called Ti

- Helm 3 installed
- Kubernetes 1.16+ with Beta APIs enabled
- Kanister controller version 0.81.0 installed in the cluster, let's assume in namespace `kanister`
- Kanister controller version 0.82.0 installed in the cluster, let's assume in namespace `kanister`
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#install-the-tools)
- VolumeSnapshot CRDs, Snapshot Controller & a CSI Driver

Expand Down
2 changes: 1 addition & 1 deletion examples/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to avoid doing that upgrade to Elasticsearch 5.6 first before moving

* Kubernetes 1.9+ with Beta APIs enabled.
* PV support on the underlying infrastructure.
* Kanister version 0.81.0 with `profiles.cr.kanister.io` CRD installed
* Kanister version 0.82.0 with `profiles.cr.kanister.io` CRD installed

## StatefulSets Details
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ actions:
name: backupToStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "ghcr.io/kanisterio/es-sidecar:0.81.0"
image: "ghcr.io/kanisterio/es-sidecar:0.82.0"
command:
- bash
- -o
Expand All @@ -39,7 +39,7 @@ actions:
name: restoreFromStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "ghcr.io/kanisterio/es-sidecar:0.81.0"
image: "ghcr.io/kanisterio/es-sidecar:0.82.0"
command:
- bash
- -o
Expand Down
6 changes: 3 additions & 3 deletions examples/elasticsearch/elasticsearch-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ actions:
name: backupToObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "ghcr.io/kanisterio/es-sidecar:0.81.0"
image: "ghcr.io/kanisterio/es-sidecar:0.82.0"
command:
- bash
- -o
Expand All @@ -36,7 +36,7 @@ actions:
name: restoreFromObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "ghcr.io/kanisterio/es-sidecar:0.81.0"
image: "ghcr.io/kanisterio/es-sidecar:0.82.0"
command:
- bash
- -o
Expand All @@ -55,7 +55,7 @@ actions:
name: deleteFromObjectStore
args:
namespace: "{{ .Namespace.Name }}"
image: "ghcr.io/kanisterio/es-sidecar:0.81.0"
image: "ghcr.io/kanisterio/es-sidecar:0.82.0"
command:
- bash
- -o
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actions:
- func: KubeTask
name: takeSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -37,7 +37,7 @@ actions:
- func: KubeTask
name: uploadSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -55,7 +55,7 @@ actions:
- func: KubeTask
name: removeSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -74,7 +74,7 @@ actions:
name: deleteFromObjectStore
args:
namespace: "{{ .Namespace.Name }}"
image: "ghcr.io/kanisterio/kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/kanister-tools:0.82.0"
command:
- bash
- -o
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actions:
- func: KubeTask
name: takeSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -34,7 +34,7 @@ actions:
- func: KubeTask
name: uploadSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -50,7 +50,7 @@ actions:
- func: KubeTask
name: removeSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -73,7 +73,7 @@ actions:
- func: PrepareData
name: copyFromObjectStore
args:
image: "ghcr.io/kanisterio/kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/kanister-tools:0.82.0"
namespace: "{{ .Object.metadata.namespace }}"
podOverride:
nodeSelector:
Expand Down Expand Up @@ -108,7 +108,7 @@ actions:
name: deleteFromObjectStore
args:
namespace: "{{ .Object.metadata.namespace }}"
image: "ghcr.io/kanisterio/kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/kanister-tools:0.82.0"
command:
- bash
- -o
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actions:
- func: KubeTask
name: takeSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -35,7 +35,7 @@ actions:
- func: KubeTask
name: uploadSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -53,7 +53,7 @@ actions:
- func: KubeTask
name: removeSnapshot
args:
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.81.0
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.82.0
command:
- sh
- -o
Expand All @@ -72,7 +72,7 @@ actions:
name: deleteFromObjectStore
args:
namespace: "{{ .Namespace.Name }}"
image: "ghcr.io/kanisterio/kanister-tools:0.81.0"
image: "ghcr.io/kanisterio/kanister-tools:0.82.0"
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/foundationdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cluster.
on you cluster.
* Kubernetes 1.9+ with Beta APIs enabled.
* PV support on the underlying infrastructure.
* Kanister version 0.81.0 with `profiles.cr.kanister.io` CRD installed.
* Kanister version 0.82.0 with `profiles.cr.kanister.io` CRD installed.

# Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ actions:
name: deleteBackup
args:
namespace: "{{ .Namespace.Name }}"
image: ghcr.io/kanisterio/kanister-tools:0.81.0
image: ghcr.io/kanisterio/kanister-tools:0.82.0
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/k8ssandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ K8ssandra operator uses Medusa to backup and restore Cassandra data. Kanister ca

* Kubernetes 1.17+
* PV support on the underlying infrastructure
* Kanister controller version 0.81.0 installed in your cluster
* Kanister controller version 0.82.0 installed in your cluster
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)
* K8ssandra needs at least 4 cores and 8GB of RAM available to Docker and appropriate heap sizes for Cassandra and Stargate. If you don’t have those resources available, you can avoid deploying features such as monitoring, Reaper and Medusa, and also reduce the number of Cassandra nodes.

Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/adobe-s3-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ During restore, topic messages are purged before the restore operation is perfor
## Prerequisites

* Kubernetes 1.9+
* Kanister controller version 0.81.0 installed in the cluster in a namespace <kanister-operator-namespace>. This example uses `kanister` namespace
* Kanister controller version 0.82.0 installed in the cluster in a namespace <kanister-operator-namespace>. This example uses `kanister` namespace
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

## Assumption
Expand Down
6 changes: 3 additions & 3 deletions examples/maria/blueprint-v2/maria-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actions:
name: '{{ .StatefulSet.Name }}'
namespace: '{{ .StatefulSet.Namespace }}'
args:
image: ghcr.io/kanisterio/mysql-sidecar:0.81.0
image: ghcr.io/kanisterio/mysql-sidecar:0.82.0
namespace: "{{ .StatefulSet.Namespace }}"
command:
- bash
Expand Down Expand Up @@ -53,7 +53,7 @@ actions:
name: '{{ .StatefulSet.Name }}'
namespace: '{{ .StatefulSet.Namespace }}'
args:
image: ghcr.io/kanisterio/mysql-sidecar:0.81.0
image: ghcr.io/kanisterio/mysql-sidecar:0.82.0
namespace: "{{ .StatefulSet.Namespace }}"
command:
- bash
Expand All @@ -76,7 +76,7 @@ actions:
- func: KubeTask
name: deleteFromStore
args:
image: ghcr.io/kanisterio/mysql-sidecar:0.81.0
image: ghcr.io/kanisterio/mysql-sidecar:0.82.0
namespace: "{{ .Namespace.Name }}"
command:
- bash
Expand Down

0 comments on commit 4a0614a

Please sign in to comment.