fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

A kubernetes operator for FoundationDB

Results 242 fdb-kubernetes-operator issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

technical-debt

# 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...

bug

# 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...

question

### 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...

technical-debt

# 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...

bug

# 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...