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

br barkup in k8s always report error #221

Closed
jinyingsunny opened this issue Jul 24, 2023 · 1 comment
Closed

br barkup in k8s always report error #221

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

Comments

@jinyingsunny
Copy link

with follow full brbackup config,report error
image

br-config file:

containers:
        - image: reg.vesoft-inc.com/cloud-dev/br-ent:v3.5.1
          imagePullPolicy: Always
          name: backup
          command:
            - /bin/sh
            - -ecx
            - exec /usr/local/bin/br-ent backup full --meta 10.244.3.107:9559 --storage s3://test-qa
            - --s3.access_key 4ZExgdMpxdkIZZIj2sJO
            - --s3.secret_key 9s38kN6Tdy5sa1yjl4wtg6Mgro0toslEUyrThXo9
            - --s3.region us-west-2
            - --s3.endpoint https://minio.vesoft-inc.com/

when i set meta and storage to 1 line, as follows,then,another error reported:
image

command:
            - /bin/sh
            - -ecx
            - exec /usr/local/bin/br-ent backup full --meta nebula-metad-0.nebula-metad-headless.nebula.svc.cluster.local:9559 --storage s3://test-qa
            - --s3.access_key minio
            - --s3.secret_key minio123
            - --s3.region us-west-2
            - --s3.endpoint http://192.168.8.202:32000/

kevin explain as the line feed not be handled correctly

Your Environments (required)

agent:
image: reg.vesoft-inc.com/cloud-dev/nebula-agent
version: v3.5.0

br:
image: reg.vesoft-inc.com/cloud-dev/br-ent:v3.5.1

Expected behavior
not report error

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

升级 nebula-operator后,已解决。

@github-actions github-actions bot added the process/fixed Process of bug label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none 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