charm-kubernetes-worker:ops

Last commit made on 2023-12-04
Get this branch:
git clone -b ops https://git.launchpad.net/charm-kubernetes-worker

Branch merges

Branch information

Name:
ops
Repository:
lp:charm-kubernetes-worker

Recent commits

0c62e90... by George Kraft

Add ingress and labels configs (#157)

* Add nginx-ingress-controller

* Add labels config

54c3229... by Mateo Florido <email address hidden>

Implement controlled upgrades (#154)

* Implement controlled upgrades

* Offload upgrade handler

* Update requirements

7feba9f... by Mateo Florido <email address hidden>

Add `cluster` name label (#156)

* Fix metrics labels

* Use cluster-name

0c67864... by Mateo Florido <email address hidden>

Fix Metrics Endpoints (#155)

* Fix Metrics Endpoints

* Update src/charm.py

---------

Co-authored-by: Adam Dyess <email address hidden>

3209c1a... by Mateo Florido <email address hidden>

Add `cni-plugins` resource (#153)

* Add `cni-plugins`

* Fix overlay

* Address code review

* Remove `prime`

7900597... by Mateo Florido <email address hidden>

Implement COS integration (#151)

* Implement COS integration

* Add `cosl` to `requirements.txt`

* Use new COS RBAC group

* Better handle `tokens` integration

* Make `tokens` integration optional

* Use \`get_node_name\`

225d849... by Adam Dyess

Support for external-cloud-providers (#152)

b94f676... by Mateo Florido <email address hidden>

Synchronize `Kubernetes Worker` with `Kubernetes Control Plane` (#150)

* Implement integrations

* Update integration test

* Update config.yaml

* Apply suggestions from code review

Co-authored-by: Adam Dyess <email address hidden>

---------

Co-authored-by: Adam Dyess <email address hidden>

d2529f9... by George Kraft

Initial ops charm (#145)

* charmcraft init

* Initial implementation

* Make linters happy

* Fix unit test

* Add github actions

* Fix mangled github action

* Test with juju 3.1

* Allow builds on 20.04

* Revert "Allow builds on 20.04"

This reverts commit f3aeec081d66704fc7084e5211cdfc7957a87dd2.

* Update requirements links

dc07762... by George Kraft

Throw it all away