-
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
Updates to dynamic flags are not effective #289
Comments
kubectl get svc -n mau-exp
Set the The wal_ttl is still 14400 while it's 300 at CRD. Here is how the value is set |
Here is the operator log from a brand new cluster: nebula-operator-controller-manager-deployment-768d9f7ff5-zqrd7-mau-expt.txt Again, |
I can reproduce the issue when creating nebulacluster, I will submit a PR to fix it. |
first operator log: This time nebulacluster status was not ready ----- graphd scale out ------ I0921 15:33:15.377704 1 graphd_cluster.go:242] graphd pod [mau-comm/mau-comm-graphd-67] scheduled on node ip-10-92-150-167.ec2.internal in zone us-east-1b ------ storage scale out ------ ------- stoage scale in ------ ---- storage status -----
Desired replicas 16 |
Verified working by customer! Thank you so much! @MegaByte875 |
Version used: “RUN git clone --single-branch --branch release-1.6 --depth 1 https://github.com/vesoft-inc/nebula-operator/” and chart version 1.6.0
All updates to dynamic flags are not applied. E.g., Here is the nc:
But the gflags received from graphd is:
Here is a full list of crd config and flags:
nc.yaml.txt
graphd_flags.txt
metad-flags.txt
storaged-flags.txt
Please make sure all configs in crd can take effect.
The text was updated successfully, but these errors were encountered: