Knobby Kubernetes Master

Channel Revision Published Runs on
latest/stable 150 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
latest/edge 125 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy knobby-kubernetes-master
Show information

Platform:

Ubuntu
18.04 16.04

Learn about actions >

  • create-rbd-pv

    Create RADOS Block Device (RDB) volume in Ceph and creates PersistentVolume. Note this is deprecated on Kubernetes >= 1.10 in favor of CSI, where PersistentVolumes are created dynamically to back PersistentVolumeClaims.

    Params
    • filesystem string

      File system type to format the volume.

    • mode string

      Access mode for the persistent volume.

    • name string

      Name the persistent volume.

    • size integer

      Size in MB of the RBD volume.

    • skip-size-check boolean

      Allow creation of overprovisioned RBD.

    Required

    name, size

  • debug

    Collect debug data

  • namespace-create

    Create new namespace

    Params
    • name string

      Namespace name eg. staging

    Required

    name

  • namespace-delete

    Delete namespace

    Params
    • name string

      Namespace name eg. staging

    Required

    name

  • namespace-list

    List existing k8s namespaces

  • restart

    Restart the Kubernetes master services on demand.

  • upgrade

    Upgrade the kubernetes snaps