JKrehling
JKrehling
Is their any current workaround to being able to deploy the statefulsets with propagated labels? I liked the solution proposed in #3186 but it sounds like it never got merged...
allowPrivilegeEscalation: false capabilities: drop: - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true This is the common list that most operators i have used are using.
Looks like this was mentioned in the past for the kubernetes side https://github.com/bitnami/charts/issues/8500 Unsure what business demand would be but there will probably be more asks for the common set...
@javsalgar Thanks for the reply. I can work around this if I build it myself because for at least postgresql it only writes the conf directory on startup from what...
It wouldn't take much to write one but there isn't that much yaml to this anyways. Most of it is just the configmap. The rest is a single deployment unless...
@cgchinmay I'm running into a similar issue with my initcontainer. Is there any update on this?
I do have a PR in place to add SC to all pods with minimal permissions. https://github.com/apache/airflow/pull/47356 I can add logic to that as @deveshgoyal1000 above mentions from the same...
I'm still trying to get this working. I think part of my problem might be the kafka-connect jar from apicurio being stuck in 3.6.1 [INFO] +- io.apicurio:apicurio-registry-utils-converter:jar:2.5.11.Final:compile [INFO] | +-...
Ok this does appear to have fixed it for me. I don't have a great way of building this project and importing it so i deleted the apicurio jars and...
When i tried this it would open the browser in the chiaki window and i couldn't see the url. It never opened an external browser window. I have no idea...