Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/druid/quickstart/mysql-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-demo
namespace: demo
spec:
version: "9.1.0"
version: "9.7.1"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mariadb/initialization/git-sync-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- --root=/root
# terminate after one successful sync
- --one-time
version: "12.1.2"
version: "12.3.2"
storage:
accessModes:
- ReadWriteOnce
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mariadb/restart/MariaDB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mariadb
namespace: demo
spec:
version: "12.1.2"
version: "12.3.2"
replicas: 3
storageType: Durable
storage:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mariadb/scaling/md-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: md-replication
namespace: demo
spec:
version: "12.1.2"
version: "11.8.5"
replicas: 3
topology:
mode: MariaDBReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mariadb/volume-expansion/md-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: md-replication
namespace: demo
spec:
version: "12.1.2"
version: "11.8.5"
replicas: 3
topology:
mode: MariaDBReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/Initialization/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-init-script
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/cli/mysql-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-demo
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/clustering/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/configuration/mysql-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: custom-mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
configuration:
secretName: my-custom-config
storage:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/configuration/mysql-misc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-misc-config
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storageType: "Durable"
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/custom-rbac/my-custom-db-two.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: minute-mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storageType: Durable
podTemplate:
spec:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/custom-rbac/my-custom-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: quick-mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storageType: Durable
podTemplate:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/migration/sample-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sample-mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/monitoring/builtin-prom-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: builtin-prom-mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
deletionPolicy: WipeOut
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/monitoring/coreos-prom-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: coreos-prom-mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
deletionPolicy: WipeOut
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/private-registry/demo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-pvt-reg
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/quickstart/demo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-quickstart
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/restart/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/tls/tls-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group-tls
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/tls/tls-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-standalone-tls
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/verticalscaling/group_replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/verticalscaling/standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-standalone
namespace: demo
spec:
version: "9.6.0"
version: "9.7.1"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/proxysql/demo-my-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "9.1.0"
version: "9.7.1"
replicas: 3
topology:
mode: GroupReplication
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/druid/backup/application-level/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Here, we have to use service `sample-druid-routers` and secret `sample-druid-aut
```bash
kubectl get mysql,zk -n demo
NAME VERSION STATUS AGE
mysql.kubedb.com/sample-druid-mysql-metadata 9.1.0 Ready 6m31s
mysql.kubedb.com/sample-druid-mysql-metadata 9.7.1 Ready 6m31s

NAME TYPE VERSION STATUS AGE
zookeeper.kubedb.com/sample-druid-zk kubedb.com/v1alpha2 3.7.2 Ready 6m31s
Expand All @@ -184,7 +184,7 @@ Verify that the `AppBinding` has been created successfully using the following c
$ kubectl get appbindings -n demo
NAME TYPE VERSION AGE
sample-druid kubedb.com/druid 36.0.0 4m7s
sample-druid-mysql-metadata kubedb.com/mysql 9.1.0 6m31s
sample-druid-mysql-metadata kubedb.com/mysql 9.7.1 6m31s
sample-druid-zk kubedb.com/zookeeper 3.7.2 6m34s
```

Expand Down Expand Up @@ -718,7 +718,7 @@ Verify the dependencies have been restored:
```bash
$ kubectl get mysql,zk -n dev
NAME VERSION STATUS AGE
mysql.kubedb.com/restored-druid-mysql-metadata 9.1.0 Ready 2m52s
mysql.kubedb.com/restored-druid-mysql-metadata 9.7.1 Ready 2m52s

NAME TYPE VERSION STATUS AGE
zookeeper.kubedb.com/restored-druid-zk kubedb.com/v1alpha2 3.7.2 Ready 2m42s
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/druid/backup/cross-ns-dependencies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Here, we have to use service `sample-druid-routers` and secret `sample-druid-aut
```bash
$ kubectl get mysql -n dev1
NAME VERSION STATUS AGE
mysql.kubedb.com/my-dev1 9.1.0 Ready 6m31s
mysql.kubedb.com/my-dev1 9.7.1 Ready 6m31s

$ kubectl get zk -n dev
NAME TYPE VERSION STATUS AGE
Expand All @@ -203,7 +203,7 @@ sample-druid kubedb.com/druid 36.0.0 4m7s

$ kubectl get appbindings -n dev1
NAME TYPE VERSION AGE
my-dev1 kubedb.com/mysql 9.1.0 6m31s
my-dev1 kubedb.com/mysql 9.7.1 6m31s

$ kubectl get appbindings -n dev
NAME TYPE VERSION AGE
Expand Down Expand Up @@ -817,7 +817,7 @@ Verify the dependencies have been restored:
```bash
$ $ kubectl get mysql -n dev1
NAME VERSION STATUS AGE
mysql.kubedb.com/my-dev1 9.1.0 Ready 6m30s
mysql.kubedb.com/my-dev1 9.7.1 Ready 6m30s

$ kubectl get zk -n dev
NAME TYPE VERSION STATUS AGE
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/druid/backup/logical/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Verify that the `AppBinding` has been created successfully using the following c
$ kubectl get appbindings -n demo
NAME TYPE VERSION AGE
sample-druid kubedb.com/druid 36.0.0 2m26s
sample-druid-mysql-metadata kubedb.com/mysql 9.1.0 5m40s
sample-druid-mysql-metadata kubedb.com/mysql 9.7.1 5m40s
sample-druid-zk kubedb.com/zookeeper 3.7.2 5m43s
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/druid/clustering/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Spec:
Name: druid-cluster-mysql-metadata
Namespace: demo
Type: MySQL
Version: 9.1.0
Version: 9.7.1
Topology:
Brokers:
Pod Template:
Expand Down Expand Up @@ -568,7 +568,7 @@ Spec:
Name: druid-cluster-mysql-metadata
Namespace: demo
Type: MySQL
Version: 9.1.0
Version: 9.7.1
Topology:
Brokers:
Pod Template:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/druid/quickstart/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Spec:
Name: druid-quickstart-mysql-metadata
Namespace: demo
Type: MySQL
Version: 9.1.0
Version: 9.7.1
Service Templates:
Alias: primary
Metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sample-mariadb
namespace: demo
spec:
version: "12.1.2"
version: "12.3.2"
replicas: 3
storageType: Durable
storage:
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/mariadb/autoscaler/compute/cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here, we are going to deploy a `MariaDB` Cluster using a supported version by `K

#### Deploy MariaDB Cluster

In this section, we are going to deploy a MariaDB Cluster with version `12.1.2`. Then, in the next section we will set up autoscaling for this database using `MariaDBAutoscaler` CRD. Below is the YAML of the `MariaDB` CR that we are going to create,
In this section, we are going to deploy a MariaDB Cluster with version `12.3.2`. Then, in the next section we will set up autoscaling for this database using `MariaDBAutoscaler` CRD. Below is the YAML of the `MariaDB` CR that we are going to create,
> If you want to autoscale MariaDB `Standalone`, Just remove the `spec.Replicas` from the below yaml and rest of the steps are same.

```yaml
Expand All @@ -52,7 +52,7 @@ metadata:
name: sample-mariadb
namespace: demo
spec:
version: "12.1.2"
version: "12.3.2"
replicas: 3
storageType: Durable
storage:
Expand Down Expand Up @@ -88,7 +88,7 @@ Now, wait until `sample-mariadb` has status `Ready`. i.e,
```bash
$ kubectl get mariadb -n demo
NAME VERSION STATUS AGE
sample-mariadb 11.8.5 Ready 14m
sample-mariadb 12.3.2 Ready 14m
```

Let's check the Pod containers resources,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sample-mariadb
namespace: demo
spec:
version: "12.1.2"
version: "12.3.2"
replicas: 3
storageType: Durable
storage:
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/mariadb/autoscaler/storage/cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Now, we are going to deploy a `MariaDB` replicaset using a supported version by

#### Deploy MariaDB Cluster

In this section, we are going to deploy a MariaDB replicaset database with version `12.1.2`. Then, in the next section we will set up autoscaling for this database using `MariaDBAutoscaler` CRD. Below is the YAML of the `MariaDB` CR that we are going to create,
In this section, we are going to deploy a MariaDB replicaset database with version `12.3.2`. Then, in the next section we will set up autoscaling for this database using `MariaDBAutoscaler` CRD. Below is the YAML of the `MariaDB` CR that we are going to create,

> If you want to autoscale MariaDB `Standalone`, Just remove the `spec.Replicas` from the below yaml and rest of the steps are same.

Expand All @@ -69,7 +69,7 @@ metadata:
name: sample-mariadb
namespace: demo
spec:
version: "12.1.2"
version: "12.3.2"
replicas: 3
storageType: Durable
storage:
Expand All @@ -94,7 +94,7 @@ Now, wait until `sample-mariadb` has status `Ready`. i.e,
```bash
$ kubectl get mariadb -n demo
NAME VERSION STATUS AGE
sample-mariadb 11.8.5 Ready 3m46s
sample-mariadb 12.3.2 Ready 3m46s
```

Let's check volume size from petset, and from the persistent volume,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: sample-mariadb
namespace: demo
spec:
version: 12.1.2
version: 12.3.2
replicas: 3
storageType: Durable
storage:
Expand Down
Loading
Loading