Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Add a knob to disable self hosted kubelet #425

Merged
merged 4 commits into from
May 15, 2020

Commits on May 15, 2020

  1. kubelet chart: Add variable to disable install

    This flag adds a variable `disable_self_hosted_kubelet` to bootkube so
    that installation of self hosted kubelet can be disabled.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed May 15, 2020
    Configuration menu
    Copy the full SHA
    5edabcf View commit details
    Browse the repository at this point in the history
  2. packet: Add a knob to disable self-hosted kubelet

    This commit adds a boolean variable to controller config called
    `disable_self_hosted_kubelet`.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d8340cb View commit details
    Browse the repository at this point in the history
  3. baremetal: Add a knob to disable self-hosted kubelet

    This commit adds a boolean variable to controller config called
    `disable_self_hosted_kubelet`.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed May 15, 2020
    Configuration menu
    Copy the full SHA
    72bea8c View commit details
    Browse the repository at this point in the history
  4. aws: Add a knob to disable self-hosted kubelet

    This commit adds a boolean variable to controller config called
    `disable_self_hosted_kubelet`.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed May 15, 2020
    Configuration menu
    Copy the full SHA
    101934d View commit details
    Browse the repository at this point in the history