Tvansteenburgh Kubernetes Master

  • By Tim Van Steenburgh
  • Cloud
Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 16.04
juju deploy tvansteenburgh-kubernetes-master
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • allow-privileged | string

    Default: auto

    Allow kube-apiserver to run in privileged mode. Supported values are "true", "false", and "auto". If "true", kube-apiserver will run in privileged mode by default. If "false", kube-apiserver will never run in privileged mode. If "auto", kube-apiserver will not run in privileged mode by default, but will switch to privileged mode if gpu hardware is detected on a worker node.

  • dns_domain | string

    Default: cluster.local

    The local domain for cluster dns

  • enable-dashboard-addons | boolean

    Default: True

    Deploy the Kubernetes Dashboard and Heapster addons

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • service-cidr | string

    Default: 10.152.183.0/24

    CIDR to user for Kubernetes services. Cannot be changed after deployment.