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

# 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.* This adds...

### What would you like to be added/changed? We should allow the operator to restart processes that contain an error message for a given period e.g. 12h. Initially we should...

enhancement

### What would you like to be added/changed? When a user calls `spec.GetProcessSettings("stateless")` the pod template will contain a volumeClaimTemplate which will be ignored in a later state (here: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/internal/pod_models.go#L332-L345)...

enhancement

### What happened? In https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/fdbclient/common.go#L112 we added support for reading the connection string from `\xff\xff/connection_string`. This will only return the value of the cluster file without checking if the connection...

bug

# Description Update strategy in some cases may be to aggressive deleting pods. This is because the Fault Tolerance check is not very restrictive. Checking only the status json for...

# Description Upgrading go to 1.18.5 to match upstream dependencies and adding some documentation steps for testing the operator locally. Fixes: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1289 ## Type of change *Please select one of...

### What would you like to be added/changed? In our CI pipeline we have a race condition when we apply changes to the CRD in our local kind cluster: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1301#pullrequestreview-1057010675....

technical-debt

# 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.* This allows...

### What would you like to be added/changed? In order to better express the timeout duration we should change the timeout to time.Duration and convert it in the corresponding calls...

technical-debt

### What would you like to be added/changed? I think it would be useful to provide this information in our status of the cluster resource and show it when using...

enhancement