You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system and processor architecture are you using (kubectl version)?
kubectl version Output
$ kubectl version
Client Version: v1.31.3
Kustomize Version: v5.4.2
Server Version: v1.29.11
WARNING: version difference between client (1.31) and server (1.29) exceeds the supported minor version skew of +/-1
What did you do?
kubectl apply -f my-redis-replication.yml
What did you expect to see?
The podSecurityContext is persisted, the statefulset contain also the portion of configuration
What did you see instead?
The podSecurityContext is erased and i have to patch the RedisReplication object to have the param
sogos
changed the title
[redis-replication] podSecurityContext in yaml is removed from RedisReplication object (then in Statelfulset)
[redis-replication] On create podSecurityContext is removed from RedisReplication object (then in Statelfulset)
Dec 23, 2024
redis-operator chart: 0.18.5
redis-operator version: 0.18.1
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
OutputWhat did you do?
kubectl apply -f my-redis-replication.yml
What did you expect to see?
The podSecurityContext is persisted, the statefulset contain also the portion of configuration
What did you see instead?
The podSecurityContext is erased and i have to patch the RedisReplication object to have the param
kubectl patch redisreplication redis-replication -n XXX --type=merge -p '{"spec":{"podSecurityContext":{"runAsUser":1000,"fsGroup":1000}}}'
The text was updated successfully, but these errors were encountered: