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

k8s with enable_graph_ssl and enableBR, then graph start failed #224

Closed
jinyingsunny opened this issue Jul 26, 2023 · 1 comment
Closed
Labels
affects/master PR/issue: this bug affects master version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@jinyingsunny
Copy link

with graph config as follows:

spec:
  agent:
    image: reg.vesoft-inc.com/cloud-dev/nebula-agent
    version: v3.5.1
  enableBR: true
  enablePVReclaim: true
  sslCerts:
    serverSecret: "server-s"
    clientSecret: "client-s"
    caSecret: "ca-s"
    caCert: "tls.crt"
    insecureSkipVerify: false
  graphd:
    config:
      enable_graph_ssl: "true"
    image: reg.vesoft-inc.com/rc/nebula-graphd-ent

nebula-graph start failed

root@k8s-master:/home/sunny.liu/k8s_file# kubectl   -n nebula-ent-sc get sts
NAME                     READY   AGE
nebula-ent-sc-graphd     0/1     103m
nebula-ent-sc-metad      1/1     107m
nebula-ent-sc-storaged   1/1     107m 

kubectl -n nebula-ent-sc get sts nebula-ent-sc-metad -o yaml ,show errors:

 create Pod nebula-ent-sc-graphd-0 in StatefulSet nebula-ent-sc-graphd failed error: Pod "nebula-ent-sc-graphd-0" is invalid: [spec.containers[1].volumeMounts[0].name: Not found: "client-crt", spec.containers[1].volumeMounts[1].name: Not found: "client-key", spec.containers[1].volumeMounts[2].name: Not found: "client-ca-crt"]

Your Environments (required)
nebulaOperator:
image: reg.vesoft-inc.com/cloud-dev/nebula-operator:snap-1.2
nebula:
image: reg.vesoft-inc.com/rc/nebula-graphd-ent:v3.5.0-sc
agent:
image: reg.vesoft-inc.com/cloud-dev/nebula-agent:v3.5.1

Expected behavior

start succeed

@jinyingsunny jinyingsunny added type/bug Type: something is unexpected affects/master PR/issue: this bug affects master version. labels Jul 26, 2023
@github-actions github-actions bot added the severity/none Severity of bug label Jul 26, 2023
@jinyingsunny
Copy link
Author

#223

@github-actions github-actions bot added the process/fixed Process of bug label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/master PR/issue: this bug affects master version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

1 participant