Giter Club home page Giter Club logo

Comments (6)

scotty-c avatar scotty-c commented on September 15, 2024 1

@nickperry This is an interesting one. Let me think of a way we can add it to the module neatly. I will update this issue when I have some ideas and run it past you.

from puppetlabs-kubernetes.

Zetten avatar Zetten commented on September 15, 2024 1

This should be made possible by #89 which solves the same problem in my environment.

In my case I want the system CA bundles, since my dex server is exposed with a Let's Encrypt certificate, so I need to fix the broken symlinks from my host's /etc/ssl/certs. But mounting a specific dir/file would be possible too.

from puppetlabs-kubernetes.

nickperry avatar nickperry commented on September 15, 2024

Currently getting by with:

File <| title == '/etc/kubernetes/pki' |> {
} ->

file{'/etc/kubernetes/pki/dex-ca.crt':
ensure => file,
content => hiera('profile_kubernetes::dex_ca_crt')
}

class {'kubernetes':
bootstrap_controller_ip => $bootstrap_controller_ip,
controller => true,
bootstrap_controller => true,
}

from puppetlabs-kubernetes.

gennady-voronkov avatar gennady-voronkov commented on September 15, 2024

sorry for silly question, but where do you take this params - bootstrap_controller_ip, bootstrap_controller.
i have not seen this params in kubernetes classes

from puppetlabs-kubernetes.

nickperry avatar nickperry commented on September 15, 2024

@gennady-voronkov they were from an old version of the module.

from puppetlabs-kubernetes.

davejrt avatar davejrt commented on September 15, 2024

Closing as this was made possible in #89

from puppetlabs-kubernetes.

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.