Skip to content

Commit 7662eec

Browse files
authored
Distributed MariaDB (#798)
Signed-off-by: SK Ali Arman <[email protected]>
1 parent 348621e commit 7662eec

File tree

12 files changed

+966
-0
lines changed

12 files changed

+966
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
kubectl create -f https://github.com/fluxcd/helm-controller/raw/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
6868
kubectl create -f https://github.com/fluxcd/source-controller/raw/main/config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml
6969
kubectl create -f https://github.com/appscode-cloud/catalog/raw/master/crds/catalog.appscode.com_redisbindings.yaml
70+
# distributed crds
71+
kubectl create -f https://github.com/kube-slice/apis/raw/release-v2025.7.31/crd/controller.kubeslice.io_clusters.yaml
72+
kubectl create -f https://github.com/kube-slice/apis/raw/release-v2025.7.31/crd/controller.kubeslice.io_projects.yaml
73+
kubectl create -f https://github.com/kube-slice/apis/raw/release-v2025.7.31/crd/controller.kubeslice.io_sliceconfigs.yaml
74+
kubectl create -f https://github.com/kubeops/petset/raw/master/crds/apps.k8s.appscode.com_placementpolicies.yaml
75+
kubectl create -f https://github.com/open-cluster-management-io/api/raw/main/operator/v1/0000_00_operator.open-cluster-management.io_klusterlets.crd.yaml
7076
7177
- name: Check codespan schema
7278
run: |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Distributed MariaDB
3+
menu:
4+
docs_{{ .version }}:
5+
identifier: guides-mariadb-distributed
6+
name: MariaDB Distributed
7+
parent: guides-mariadb
8+
weight: 30
9+
menu_name: docs_{{ .version }}
10+
---

0 commit comments

Comments
 (0)