fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
A kubernetes operator for FoundationDB
We currently use the IncorrectPodSpec condition for multiple different scenarios - incorrect pod metadata, incorrect pod specs, and incorrect config maps. This can be confusing when looking at the cluster...
# Description Improving operator logging around pvc deletion from debug to info. ## Type of change *Please select one of the options below.* - Other ## Discussion *Are there any...
### What happened? See: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1994#issuecomment-2074090975 ### What did you expect to happen? The test should pass or retry in case of an error. ### How can we reproduce it (as...
# Description *Please include a summary of the change and which issue is addressed. If this change resolves an issue, please include the issue number in the description.* ## Type...
### What happened? I run a cluster with separate coordinator pods which is using an older FoundationDB version e.g. `7.1.17`. Once I set the version to latest `7.3.27`, operator never...
### What would you like to be added/changed? In our backup code in `func (configuration *BlobStoreConfiguration) getURL(backup string, bucket string) string {` we currently put a raw string together. Instead...
# Description Prevent cases where two concurrent test suites will choose the same random namespace and cluster name. This change will make sure that only one test suite will take...
Make sure to test if the fdb-kubernetes-monitor is able to update the annotation after the partition
# Description e2e test update for: https://github.com/apple/foundationdb/pull/11486 ## Type of change *Please select one of the options below.* - Other ## Discussion - ## Testing Ran the test manually: ```text...
# Description These changes add `get`, `watch`, and `list` permissions to the `fdb-operator` helm chart. These permissions are required to detect `taints` on nodes and enable the rotation of `FDB`...
# Description Fixes: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/2088 ## Type of change *Please select one of the options below.* - New feature (non-breaking change which adds functionality) ## Discussion The current implementation will not...