-
Notifications
You must be signed in to change notification settings - Fork 30
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
how to set storage class for aliyun, and hope to support minikube for test and learning #21
Comments
Hi, if you use ACK, you only need change the storageClassName 'gp2' to 'alicloud-disk-ssd',please read the instructions Use dynamically provisioned disks for stateful applications. |
by the way, If the reason you used minikube is for test/playground purposes, you could try https://github.com/wey-gu/nebula-operator-kind , it's a toy project to help create a nebula-operator sample cluster in one line, please note it's not for the production of course. |
@MegaByte875 @wey-gu |
You need to install dependencies first, here the error refers to cert-manager CRD cannot be recognized, that is cert-manager is not installed :-) ref: https://github.com/vesoft-inc/nebula-operator/blob/master/doc/user/install_guide.md
|
NAME READY STATUS RESTARTS AGE |
please show me the output "kubectl describe pod nebula-storaged-0" and "kubectl get pod nebula-storaged-0 -oyaml" @wangqia0309 |
@MegaByte875
and yaml
|
@wangqia0309 Hi, Can you provide some log?
kubectl exec -it nebula-storaged-0 -- cat logs/nebula-storaged.INFO
kubectl exec -it nebula-metad-0 -- cat logs/nebula-metad.INFO |
these services were not running,no container |
@wangqia0309 Emm, I'll create a cluster with aliyun. And which version of kubernetes? |
Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.8-aliyun.1", GitCommit:"2cbb16c", GitTreeState:"", BuildDate:"2021-01-27T02:20:04Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"} |
Can you provide the following information?
kubectl get pv,pvc
kubectl describe pvc storaged-nebula-storaged-0 |
@wangqia0309
See https://partners-intl.aliyun.com/help/doc-detail/25513.htm for details. |
@wangqia0309 There is an example to create Nebula Cluster on aliyun. Hope it is useful to you. Create a Kubernetes and wait for ready.Setup
|
@veezhang i found the error log, i don't know why the address can't be resolved |
@veezhang 应该是域名解析的问题,我们这边的k8s有自己的设置,需要是svc.gsvc.glx.local这样的后缀格式,但是你们的镜像里启动时候,写死了 |
@wangqia0309 I've create a PR #29 After merged, please configure Notes:
|
The outcome of this thread is gold, @veezhang thanks! And it could end up a quite reusable experience/blog post on nebula-operators on top of aliyun. @QingZ11 Thanks @wangqia0309 for your time exploring and helping to improve the nebula graph :-). |
thanks for all, this is the best experience i had been with outer community, hope for the better nebula |
@wangqia0309 Thanks! |
config/samples/apps_v1alpha1_nebulacluster.yaml
please add more examples
The text was updated successfully, but these errors were encountered: