sealerio / applications

distributed applications repo of sealer's Cluster Image format, mostly open source applications which you could just take away
Apache License 2.0
12 stars 5 forks source link

Demand of providing OceanBase CloudImage in this repo #4

Open allencloud opened 2 years ago

allencloud commented 2 years ago

OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.

And OceanBase has already adopted docker, Kubernetes and operators, plz refer to https://github.com/oceanbase/ob-operator .

We wish the sealer community could provide the OceanBase CloudImage and Kubefile.

/cc @longdafeng

longdafeng commented 2 years ago

/cc @chris-sun-star

fanux commented 2 years ago

Done:

sealer run oceanbase:v0.0.1 -m x.x.x.x -n x.x.x.x -p ssh-passwd
kakaZhou719 commented 2 years ago

@Stevent-fei, could you pls pr the related build context at this repo?

Stevent-fei commented 2 years ago

Done:

sealer run oceanbase:v0.0.1 -m x.x.x.x -n x.x.x.x -p ssh-passwd

sealer run registry.cn-qingdao.aliyuncs.com/sealer-io/oceanbase:v0.0.1 -m x.x.x.x -n x.x.x.x -p ssh-passwd

Stevent-fei commented 2 years ago

@Stevent-fei, could you pls pr the related build context at this repo?

Kubefile: FROM kubernetes:v1.19.8 COPY openebs-operator.yaml etc/ COPY cstor-operator.yaml etc/ COPY crd.yaml etc/ COPY operator.yaml etc/ COPY obcluster.yaml etc/ COPY imageList manifests CMD kubectl apply -f etc/openebs-operator.yaml CMD kubectl apply -f etc/cstor-operator.yaml CMD kubectl apply -f etc/crd.yaml CMD kubectl apply -f etc/operator.yaml CMD kubectl apply -f etc/obcluster.yaml

imageList: docker.io/openebs/provisioner-localpv:3.2.0 docker.io/openebs/node-disk-manager:1.9.0 docker.io/openebs/node-disk-exporter:1.9.0 docker.io/openebs/node-disk-operator:1.9.0 docker.io/openebs/cspc-operator:3.2.0 docker.io/openebs/cvc-operator:3.2.0 docker.io/openebs/cstor-webhook:3.2.0 docker.io/openebs/cstor-csi-driver:3.2.0 k8s.gcr.io/sig-storage/csi-resizer:v1.2.0 k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3 k8s.gcr.io/sig-storage/snapshot-controller:v3.0.3 k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 k8s.gcr.io/sig-storage/csi-attacher:v3.1.0 k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0