Code Monkey home page Code Monkey logo

Comments (6)

mentlak0 avatar mentlak0 commented on August 23, 2024 1

Yeah I agree. We have automated chart upgrades for our external charts. So we upgrade to latest version once every week.

I can see this possibly 'defeating' the purpose. But it fixes for now to maintain uptime. Going to look into the changes soon.

from charts.

juan131 avatar juan131 commented on August 23, 2024 1

Hi everyone! I just created a PR to address this issues so it's possible to install custom plugins without reverting security defaults.

from charts.

mentlak0 avatar mentlak0 commented on August 23, 2024

Hi,

Just had a similar issue with helm chart version 13.0.0. The below may help?

It looks like some default values have been added to the statefulset and when deployed it was crashing one of my nodes.

This is what has changed:

image

I added this to my values (which it was previously) and it has fixed it:

containerSecurityContext:
  readOnlyRootFilesystem: false
  runAsGroup: 0

from charts.

pidge-raman avatar pidge-raman commented on August 23, 2024

Thanks, This fixes the issue.
Reason we are using 13.0.0 release is the security improvements we got, this might defeat the purpose.

from charts.

FraPazGal avatar FraPazGal commented on August 23, 2024

Hello @pidge-raman, this is indeed an issue introduced in the new major which I could reproduce locally:

$ kubectl logs rabbitmq-0
...
rabbitmq 16:35:09.70 INFO  ==> Validating settings in RABBITMQ_* env vars..
rabbitmq 16:35:09.71 INFO  ==> Initializing RabbitMQ...
rabbitmq 16:35:09.71 DEBUG ==> Downloading custom plugins...

Thanks for the proposed workaround @mentlak0, we appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

from charts.

semakBetterMe avatar semakBetterMe commented on August 23, 2024

The same issue after some digging:
/opt/bitnami/rabbitmq/plugins is under root:root permission even volumePermissions.enable = true not change it
so when we specify communityPlugins rabbitmq try download and put plugin into this directory and don't have permission with exitCode: 23

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.