charm-kubernetes-master:die-faster

Last commit made on 2022-04-08
Get this branch:
git clone -b die-faster https://git.launchpad.net/charm-kubernetes-master

Branch merges

Branch information

Name:
die-faster
Repository:
lp:charm-kubernetes-master

Recent commits

eb8bf2a... by Kevin W Monroe

handle cases when kubectl returns an empty string

540eb19... by Kevin W Monroe

guard cdk-addons if subs are departing; remove other guards in favor of a kubectl patch in k8s-common.

44c8fd5... by Kevin W Monroe

guard pesky functions on cni.deparated

1f42cf2... by Adam Dyess

Update kubernetes_control_plane.py (#211)

Fix missed suggestions about renaming flags from @kwmonroe

f4bd20e... by Adam Dyess

create inclusive naming check (#208)

* create inclusive naming check

* make flag creation easier to read throughout the reactive charm file

* integrate the easy review comments

* revert flag renaming, endpoint, and service renaming

* use layer-kubernetes-node-base and replace reactive flags with inclusive ones

* use remote workflow call

* unify flag kubernetes-node.snaps.installed

d1430f2... by Adam Dyess

Update CONTRIBUTING.md

d8180d3... by Adam Dyess

point contributing guide to the corect docs and bug page (#210)

671e546... by Adam Dyess

commit new icon from upstream (#209)

75556d0... by Adam Dyess

handle when kubelet service fails to heal (#207)

182479a... by Adam Dyess

configure node-labels on control plane nodes (#204)

* configure node-labels on control plane nodes

* ensure that all nodes have a label

* use different authentication when applying labels to node

* use layer.kubernetes-master-worker-base LabelMaker

* react to node.label-config.required state event from k8s-master-worker-base