Skip to content

Conversation

@sebhoss
Copy link

@sebhoss sebhoss commented Jul 30, 2025

This gates the .spec.hostUsers field behind a semver version check which verifies that a Kubernetes cluster is at least on version 1.33. If that is the case, it sets the field to true which disables user namespaces by default because cluster administrators need to prepare their cluster nodes first, before they are able to switch on user namespaces.

Fixes #78

This gates the `.spec.hostUsers` field behind a semver version check which verifies that a Kubernetes cluster is at least on version 1.33. If that is the case, it sets the field to `true` which disables user namespaces by default because cluster administrators need to prepare their cluster nodes first, before they are able to switch on user namespaces.

Fixes db-operator#78

Signed-off-by: Sebastian Hoß <[email protected]>
@allanger
Copy link
Member

Hi, you also need to bump the version in the /charts./db-operator/Chart.yaml, I would suggest a minor one

@sebhoss
Copy link
Author

sebhoss commented Jul 30, 2025

Ok, done

@allanger allanger merged commit 8ac0cf3 into db-operator:main Jul 30, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow enabling user namespaces in helm chart

2 participants