Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demand of providing OceanBase CloudImage in this repo #4

Open
allencloud opened this issue May 10, 2022 · 5 comments · May be fixed by #5
Open

Demand of providing OceanBase CloudImage in this repo #4

allencloud opened this issue May 10, 2022 · 5 comments · May be fixed by #5
Assignees

Comments

@allencloud
Copy link
Member

allencloud commented May 10, 2022

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
Copy link

/cc @chris-sun-star

@fanux
Copy link
Collaborator

fanux commented May 10, 2022

Done:

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

@kakaZhou719
Copy link
Member

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

@Stevent-fei
Copy link
Collaborator

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
Copy link
Collaborator

@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

@allencloud allencloud linked a pull request May 14, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants