We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the method in https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/fdbclient/admin_client.go#L353-L361 doesn't return the correct result, as the key is incorrect. As long as the operator caches the status, this is not problematic (default behaviour). Only if a user makes use of this method directly they will notice this issue.
We have two options:
Range limited to 10000 keys `\xff\xff/management/maintenance/testing' is `59999743'
healthyZone
fdb> get \xff\x02/healthyZone `\xff\x02/healthyZone' is `\x01\x00\x01b\xb0\x00\xdb\x0f\x07\x00\x00\x00testingy\xd3\x8a\xf3\x10<\x00\x00'
The method should return the current maintenance zone if active.
Use the method mentioned above.
$ kubectl fdb version # paste output here
$ kubectl version # paste output here
The text was updated successfully, but these errors were encountered:
We will wait until we have 7.1 as the minimum version and then take the approach with the management API.
Sorry, something went wrong.
johscheuer
No branches or pull requests
What happened?
Currently the method in https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/fdbclient/admin_client.go#L353-L361 doesn't return the correct result, as the key is incorrect. As long as the operator caches the status, this is not problematic (default behaviour). Only if a user makes use of this method directly they will notice this issue.
We have two options:
healthyZone
and decoding the value:What did you expect to happen?
The method should return the current maintenance zone if active.
How can we reproduce it (as minimally and precisely as possible)?
Use the method mentioned above.
Anything else we need to know?
FDB Kubernetes operator
Kubernetes version
Cloud provider
The text was updated successfully, but these errors were encountered: