Git Product home page Git Product logo

Comments (4)

imtzer avatar imtzer commented on July 21, 2024

spec. template. driver.env is set by webhook which listen port 8080, one way to fix this is use default port setting in values.yaml like:

webhook:
  enable: true 
  port: 8080

the other way is to set spark operator param '--webhook-port' to your port 443

from spark-operator.

RyanZotti avatar RyanZotti commented on July 21, 2024

@imtzer I updated the port to point to 8080 like you described, but I'm still not seeing the environment variables added. What's the reason for updating the port?

from spark-operator.

imtzer avatar imtzer commented on July 21, 2024

@imtzer I updated the port to point to 8080 like you described, but I'm still not seeing the environment variables added. What's the reason for updating the port?

spec.template.driver.env is patched in webhook,webhook default port is 8080,or you can remove webhook.port to use default value
Also, you have set webhook.namespaceSelector, this will lead to webhook only run on object having the same key=value label, if you do not need the feature, you can remove it and webhook will run on everything

from spark-operator.

RyanZotti avatar RyanZotti commented on July 21, 2024

@imtzer That was it! The problem was the namespaceSelector. When I took that out the environment variables showed up. Thank you so much!

from spark-operator.

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.