Skip to content

Commit a44b47f

Browse files
infraqKasten Production
and
Kasten Production
authored
Kanister docs update to version 0.68.0 (#1103)
Co-authored-by: Kasten Production <infra@kasten.io>
1 parent 6a30be6 commit a44b47f

File tree

54 files changed

+113
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+113
-113
lines changed

examples/aws-rds/postgresql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This example is to demonstrate how Kanister can be integrated with AWS RDS insta
99
## Prerequisites
1010

1111
- Kubernetes 1.10+
12-
- Kanister controller version 0.67.0 installed in your cluster
12+
- Kanister controller version 0.68.0 installed in your cluster
1313
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)
1414

1515
## Create RDS instance on AWS

examples/aws-rds/postgresql/rds-postgres-blueprint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actions:
1313
- func: KubeTask
1414
name: backupSnapshots
1515
args:
16-
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.67.0"
16+
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.68.0"
1717
namespace: "{{ .Object.metadata.namespace }}"
1818
command:
1919
- bash
@@ -49,7 +49,7 @@ actions:
4949
- func: KubeTask
5050
name: restoreSnapshots
5151
args:
52-
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.67.0"
52+
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.68.0"
5353
namespace: "{{ .Object.metadata.namespace }}"
5454
command:
5555
- bash
@@ -86,7 +86,7 @@ actions:
8686
- func: KubeTask
8787
name: restoreSnapshots
8888
args:
89-
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.67.0"
89+
image: "ghcr.io/kanisterio/postgres-kanister-tools:0.68.0"
9090
namespace: "{{ .Namespace.Name }}"
9191
command:
9292
- bash

examples/aws-rds/postgresql/rds-postgres-dump-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ actions:
6464
name: deleteBackup
6565
args:
6666
namespace: "{{ .Namespace.Name }}"
67-
image: ghcr.io/kanisterio/kanister-tools:0.67.0
67+
image: ghcr.io/kanisterio/kanister-tools:0.68.0
6868
command:
6969
- bash
7070
- -o

examples/etcd/etcd-in-cluster/k8s/etcd-incluster-blueprint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ actions:
1212
- func: KubeTask
1313
name: takeSnapshot
1414
args:
15-
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.67.0
15+
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.68.0
1616
command:
1717
- sh
1818
- -o
@@ -37,7 +37,7 @@ actions:
3737
- func: KubeTask
3838
name: uploadSnapshot
3939
args:
40-
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.67.0
40+
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.68.0
4141
command:
4242
- sh
4343
- -o
@@ -55,7 +55,7 @@ actions:
5555
- func: KubeTask
5656
name: removeSnapshot
5757
args:
58-
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.67.0
58+
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.68.0
5959
command:
6060
- sh
6161
- -o
@@ -74,7 +74,7 @@ actions:
7474
name: deleteFromObjectStore
7575
args:
7676
namespace: "{{ .Namespace.Name }}"
77-
image: "ghcr.io/kanisterio/kanister-tools:0.67.0"
77+
image: "ghcr.io/kanisterio/kanister-tools:0.68.0"
7878
command:
7979
- bash
8080
- -o

examples/etcd/etcd-in-cluster/ocp/etcd-incluster-ocp-blueprint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ actions:
1212
- func: KubeTask
1313
name: takeSnapshot
1414
args:
15-
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.67.0
15+
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.68.0
1616
command:
1717
- sh
1818
- -o
@@ -35,7 +35,7 @@ actions:
3535
- func: KubeTask
3636
name: uploadSnapshot
3737
args:
38-
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.67.0
38+
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.68.0
3939
command:
4040
- sh
4141
- -o
@@ -53,7 +53,7 @@ actions:
5353
- func: KubeTask
5454
name: removeSnapshot
5555
args:
56-
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.67.0
56+
image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.68.0
5757
command:
5858
- sh
5959
- -o
@@ -72,7 +72,7 @@ actions:
7272
name: deleteFromObjectStore
7373
args:
7474
namespace: "{{ .Namespace.Name }}"
75-
image: "ghcr.io/kanisterio/kanister-tools:0.67.0"
75+
image: "ghcr.io/kanisterio/kanister-tools:0.68.0"
7676
command:
7777
- bash
7878
- -o

examples/kafka/adobe-s3-connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ During restore, topic messages are purged before the restore operation is perfor
66
## Prerequisites
77

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

1212
## Assumption

examples/kafka/confluent-s3-connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ During restore, topic messages are purged before the restore operation is perfor
1010
## Prerequisites
1111

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

1616
## Assumption

examples/stable/cassandra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ As the official documentation of [Cassandra](http://cassandra.apache.org/) says,
77
* Kubernetes 1.9+
88
* Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled
99
* PV support on the underlying infrastructure
10-
* Kanister controller version 0.67.0 installed in your cluster, let's say in namespace `<kanister-operator-namespace>`
10+
* Kanister controller version 0.68.0 installed in your cluster, let's say in namespace `<kanister-operator-namespace>`
1111
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)
1212

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

3434

3535
```

examples/stable/cassandra/cassandra-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ actions:
103103
name: restoreFromObjectStore
104104
args:
105105
namespace: "{{ .StatefulSet.Namespace }}"
106-
image: ghcr.io/kanisterio/kanister-tools:0.67.0
106+
image: ghcr.io/kanisterio/kanister-tools:0.68.0
107107
backupArtifactPrefix: "{{ .ArtifactsIn.params.KeyValue.backupPrefixLocation }}"
108108
pods: "{{ range .StatefulSet.Pods }} {{.}}{{end}}"
109109
restorePath: "{{ .ArtifactsIn.params.KeyValue.restorePathPrefix }}"

examples/stable/couchbase/blueprint-v2/couchbase-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ actions:
2121
namespace: "{{ .Object.metadata.namespace }}"
2222
args:
2323
namespace: "{{ .Object.metadata.namespace }}"
24-
image: ghcr.io/kanisterio/couchbase-tools:0.67.0
24+
image: ghcr.io/kanisterio/couchbase-tools:0.68.0
2525
command:
2626
- bash
2727
- -o

examples/stable/couchbase/couchbase-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ actions:
7979
name: deleteBackup
8080
args:
8181
namespace: "{{ .Namespace.Name }}"
82-
image: ghcr.io/kanisterio/kanister-tools:0.67.0
82+
image: ghcr.io/kanisterio/kanister-tools:0.68.0
8383
command:
8484
- bash
8585
- -o

examples/stable/elasticsearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you want to avoid doing that upgrade to Elasticsearch 5.6 first before moving
1313

1414
* Kubernetes 1.9+ with Beta APIs enabled.
1515
* PV support on the underlying infrastructure.
16-
* Kanister version 0.67.0 with `profiles.cr.kanister.io` CRD installed
16+
* Kanister version 0.68.0 with `profiles.cr.kanister.io` CRD installed
1717

1818
## StatefulSets Details
1919
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/

examples/stable/elasticsearch/blueprint-v2/elasticsearch-blueprint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ actions:
1515
name: backupToStore
1616
args:
1717
namespace: "{{ .StatefulSet.Namespace }}"
18-
image: "ghcr.io/kanisterio/es-sidecar:0.67.0"
18+
image: "ghcr.io/kanisterio/es-sidecar:0.68.0"
1919
command:
2020
- bash
2121
- -o
@@ -39,7 +39,7 @@ actions:
3939
name: restoreFromStore
4040
args:
4141
namespace: "{{ .StatefulSet.Namespace }}"
42-
image: "ghcr.io/kanisterio/es-sidecar:0.67.0"
42+
image: "ghcr.io/kanisterio/es-sidecar:0.68.0"
4343
command:
4444
- bash
4545
- -o

examples/stable/elasticsearch/elasticsearch-blueprint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actions:
1313
name: backupToObjectStore
1414
args:
1515
namespace: "{{ .StatefulSet.Namespace }}"
16-
image: "ghcr.io/kanisterio/es-sidecar:0.67.0"
16+
image: "ghcr.io/kanisterio/es-sidecar:0.68.0"
1717
command:
1818
- bash
1919
- -o
@@ -36,7 +36,7 @@ actions:
3636
name: restoreFromObjectStore
3737
args:
3838
namespace: "{{ .StatefulSet.Namespace }}"
39-
image: "ghcr.io/kanisterio/es-sidecar:0.67.0"
39+
image: "ghcr.io/kanisterio/es-sidecar:0.68.0"
4040
command:
4141
- bash
4242
- -o
@@ -55,7 +55,7 @@ actions:
5555
name: deleteFromObjectStore
5656
args:
5757
namespace: "{{ .Namespace.Name }}"
58-
image: "ghcr.io/kanisterio/es-sidecar:0.67.0"
58+
image: "ghcr.io/kanisterio/es-sidecar:0.68.0"
5959
command:
6060
- bash
6161
- -o

examples/stable/foundationdb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cluster.
2424
on you cluster.
2525
* Kubernetes 1.9+ with Beta APIs enabled.
2626
* PV support on the underlying infrastructure.
27-
* Kanister version 0.67.0 with `profiles.cr.kanister.io` CRD installed.
27+
* Kanister version 0.68.0 with `profiles.cr.kanister.io` CRD installed.
2828

2929
# Installation
3030

examples/stable/foundationdb/blueprint-v2/foundationdb-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ actions:
7777
name: deleteBackup
7878
args:
7979
namespace: "{{ .Namespace.Name }}"
80-
image: ghcr.io/kanisterio/kanister-tools:0.67.0
80+
image: ghcr.io/kanisterio/kanister-tools:0.68.0
8181
command:
8282
- bash
8383
- -o

examples/stable/maria/blueprint-v2/maria-blueprint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ actions:
1919
name: '{{ .StatefulSet.Name }}'
2020
namespace: '{{ .StatefulSet.Namespace }}'
2121
args:
22-
image: ghcr.io/kanisterio/mysql-sidecar:0.67.0
22+
image: ghcr.io/kanisterio/mysql-sidecar:0.68.0
2323
namespace: "{{ .StatefulSet.Namespace }}"
2424
command:
2525
- bash
@@ -53,7 +53,7 @@ actions:
5353
name: '{{ .StatefulSet.Name }}'
5454
namespace: '{{ .StatefulSet.Namespace }}'
5555
args:
56-
image: ghcr.io/kanisterio/mysql-sidecar:0.67.0
56+
image: ghcr.io/kanisterio/mysql-sidecar:0.68.0
5757
namespace: "{{ .StatefulSet.Namespace }}"
5858
command:
5959
- bash
@@ -76,7 +76,7 @@ actions:
7676
- func: KubeTask
7777
name: deleteFromStore
7878
args:
79-
image: ghcr.io/kanisterio/mysql-sidecar:0.67.0
79+
image: ghcr.io/kanisterio/mysql-sidecar:0.68.0
8080
namespace: "{{ .Namespace.Name }}"
8181
command:
8282
- bash

examples/stable/maria/maria-blueprint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ actions:
1717
name: '{{ .StatefulSet.Name }}'
1818
namespace: '{{ .StatefulSet.Namespace }}'
1919
args:
20-
image: ghcr.io/kanisterio/mysql-sidecar:0.67.0
20+
image: ghcr.io/kanisterio/mysql-sidecar:0.68.0
2121
namespace: "{{ .StatefulSet.Namespace }}"
2222
command:
2323
- bash
@@ -49,7 +49,7 @@ actions:
4949
name: '{{ .StatefulSet.Name }}'
5050
namespace: '{{ .StatefulSet.Namespace }}'
5151
args:
52-
image: ghcr.io/kanisterio/mysql-sidecar:0.67.0
52+
image: ghcr.io/kanisterio/mysql-sidecar:0.68.0
5353
namespace: "{{ .StatefulSet.Namespace }}"
5454
command:
5555
- bash
@@ -69,7 +69,7 @@ actions:
6969
- func: KubeTask
7070
name: deleteFromBlobStore
7171
args:
72-
image: ghcr.io/kanisterio/mysql-sidecar:0.67.0
72+
image: ghcr.io/kanisterio/mysql-sidecar:0.68.0
7373
namespace: "{{ .Namespace.Name }}"
7474
command:
7575
- bash

examples/stable/mongodb-deploymentconfig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cluster's DeploymentConfig resources.
1414

1515
- Setup OpenShift, you can follow steps mentioned below
1616
- PV provisioner support in the underlying infrastructure
17-
- Kanister controller version 0.67.0 installed in your cluster in namespace `kanister`
17+
- Kanister controller version 0.68.0 installed in your cluster in namespace `kanister`
1818
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)
1919

2020
**Note**

examples/stable/mongodb-deploymentconfig/blueprint-v2/mongo-dep-config-blueprint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ actions:
2020
namespace: "{{ .DeploymentConfig.Namespace }}"
2121
args:
2222
namespace: "{{ .DeploymentConfig.Namespace }}"
23-
image: ghcr.io/kanisterio/mongodb:0.67.0
23+
image: ghcr.io/kanisterio/mongodb:0.68.0
2424
command:
2525
- bash
2626
- -o
@@ -50,7 +50,7 @@ actions:
5050
namespace: "{{ .DeploymentConfig.Namespace }}"
5151
args:
5252
namespace: "{{ .DeploymentConfig.Namespace }}"
53-
image: ghcr.io/kanisterio/mongodb:0.67.0
53+
image: ghcr.io/kanisterio/mongodb:0.68.0
5454
command:
5555
- bash
5656
- -o
@@ -75,7 +75,7 @@ actions:
7575
name: deleteFromStore
7676
args:
7777
namespace: "{{ .Namespace.Name }}"
78-
image: ghcr.io/kanisterio/mongodb:0.67.0
78+
image: ghcr.io/kanisterio/mongodb:0.68.0
7979
command:
8080
- bash
8181
- -o

examples/stable/mongodb-deploymentconfig/mongo-dep-config-blueprint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ actions:
1818
namespace: "{{ .DeploymentConfig.Namespace }}"
1919
args:
2020
namespace: "{{ .DeploymentConfig.Namespace }}"
21-
image: ghcr.io/kanisterio/mongodb:0.67.0
21+
image: ghcr.io/kanisterio/mongodb:0.68.0
2222
command:
2323
- bash
2424
- -o
@@ -45,7 +45,7 @@ actions:
4545
namespace: "{{ .DeploymentConfig.Namespace }}"
4646
args:
4747
namespace: "{{ .DeploymentConfig.Namespace }}"
48-
image: ghcr.io/kanisterio/mongodb:0.67.0
48+
image: ghcr.io/kanisterio/mongodb:0.68.0
4949
command:
5050
- bash
5151
- -o
@@ -66,7 +66,7 @@ actions:
6666
name: deleteFromBlobStore
6767
args:
6868
namespace: "{{ .Namespace.Name }}"
69-
image: ghcr.io/kanisterio/mongodb:0.67.0
69+
image: ghcr.io/kanisterio/mongodb:0.68.0
7070
command:
7171
- bash
7272
- -o

examples/stable/mongodb-restic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Kubernetes 1.9+
88
* Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled
99
* PV support on the underlying infrastructure
10-
* Kanister controller version 0.67.0 installed in your cluster
10+
* Kanister controller version 0.68.0 installed in your cluster
1111
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)
1212

1313
## Chart Details
@@ -29,7 +29,7 @@ $ kubectl create namespace mongo-test
2929
$ helm install my-release bitnami/mongodb --namespace mongo-test \
3030
--set architecture="replicaset" \
3131
--set image.repository=ghcr.io/kanisterio/mongodb \
32-
--set image.tag=0.67.0
32+
--set image.tag=0.68.0
3333
```
3434

3535
The command deploys MongoDB on the Kubernetes cluster in the mongo-test namespace

examples/stable/mongodb-restic/mongodb-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ actions:
3939
name: restorePrimary
4040
args:
4141
namespace: "{{ .StatefulSet.Namespace }}"
42-
image: ghcr.io/kanisterio/kanister-tools:0.67.0
42+
image: ghcr.io/kanisterio/kanister-tools:0.68.0
4343
backupArtifactPrefix: "{{ .Profile.Location.Bucket }}/mongodb-backups/{{ .StatefulSet.Name }}/rs_backup"
4444
backupInfo: "{{ .ArtifactsIn.backupInfo.KeyValue.backupIdentifier }}"
4545

0 commit comments

Comments
 (0)