Mbruzek Kubernetes Master

Channel Revision Published Runs on
latest/stable 4 19 Mar 2021
Ubuntu 14.04
latest/edge 4 19 Mar 2021
Ubuntu 14.04
juju deploy mbruzek-kubernetes-master
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • apiserver-cert | string

    The ssl certificate to use for tls communication to the Kubernetes api server. If this value is empty a self signed certificate and key will be generated.

  • apiserver-key | string

    The private key to use for tls communication to the Kubernetes api server. If this value is empty a key and certificate will be generated.

  • password | string

    The password for the kubernetes basic authentication. If this value is empty, a password will be generated at random for the username.

  • username | string

    Default: admin

    The initial user for the kubernetes basic authentication file.

  • version | string

    Default: v1.0.0

    The kubernetes release to use in this charm. The binary files are compiled from the source identified by this tag in github. Using the value of "source" will use the master kubernetes branch when compiling the binaries.