Johannes Scheuermann
Johannes Scheuermann
Hi, when I create a CronJob with the following spec: ```yaml apiVersion: batch/v1beta1 kind: CronJob metadata: name: sleepy spec: schedule: "*/2 * * * *" jobTemplate: spec: template: spec: containers:...
We should add a ready endpoint to signal if a Pod is in a good state or not.
## Expected Behavior I found in the knative docs the following build example: ```bash apiVersion: build.knative.dev/v1alpha1 kind: Build metadata: name: example-build spec: steps: - name: ubuntu-second image: ubuntu args: ['echo',...
# Description Otherwise the timeout check doesn't work. ## Type of change *Please select one of the options below.* - Bug fix (non-breaking change which fixes an issue) ## Discussion...
### What would you like to be added/changed? Currently we maintain two docker files one for the normal image and one for the distroless image. We should merge those images...
# Description Add support for server side apply. Fixes: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/1278 ## Type of change *Please select one of the options below.* - New feature (non-breaking change which adds functionality) ##...
### What would you like to be added/changed? I have this idea for a long time and I will try to find some time in the next weeks to write...
### What would you like to be added/changed? Currently the operator directly stops if it hits the maximum number of replacements https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/internal/replacements/replace_failed_process_groups.go#L66 instead of directly stopping we should iterate over...
### 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...
### 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)...