Giter VIP home page Giter VIP logo

Comments (9)

rohanKanojia avatar rohanKanojia commented on June 18, 2024

@vantonov1 Do you think this is related to #1179 ?

from jkube.

vantonov1 avatar vantonov1 commented on June 18, 2024

Yes, it is related. But #1179 was closed with "you could switch it off, if you know."
Problem is - no one knows :).
So, people get problems in production again and again. It is good functionality, but please, switch it off by default.

from jkube.

manusa avatar manusa commented on June 18, 2024

To disable the enricher you should configure the plugin as:

<plugin>
    <groupId>org.eclipse.jkube</groupId>
    <artifactId>kubernetes-maven-plugin</artifactId>
    <version>1.14.0</version>
    <configuration>
        <enricher>
            <excludes>
                <exclude>jkube-volume-permission</exclude>
            </excludes>
        </enricher>
    </configuration>
</plugin>

The other option would be to switch the permission enricher base image to something else that has the chmod command tool available and which is not subject to pull rate-limits.

from jkube.

rohanKanojia avatar rohanKanojia commented on June 18, 2024

@manusa : I think @vantonov1 is requesting to remove this enricher from the default profile as it can cause issues in production.

from jkube.

vantonov1 avatar vantonov1 commented on June 18, 2024

Yes, exactly. You could disable the enricher. AFTER you have failed release )

from jkube.

rohanKanojia avatar rohanKanojia commented on June 18, 2024

AFTER you have failed release

Could you please elaborate on this point?

from jkube.

vantonov1 avatar vantonov1 commented on June 18, 2024

I have dozens of services and decided to mount a volume to all. Everything was good on stage, but deployed to production we get couple of pod in ImagePullBackOff state - just because busybox could not be downloaded (rate limit, yes)

from jkube.

manusa avatar manusa commented on June 18, 2024

As a workaround for this very specific problem, we could consider using something different than busybox as the image for the volume-permission enricher init container that is not rate-limited by Docker.

from jkube.

manusa avatar manusa commented on June 18, 2024

I believe that this can be closed by #2570

from jkube.

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.