layer-kubernetes-common:release_1.24+ck1

Last commit made on 2022-07-26
Get this branch:
git clone -b release_1.24+ck1 https://git.launchpad.net/layer-kubernetes-common

Branch merges

Branch information

Name:
release_1.24+ck1
Repository:
lp:layer-kubernetes-common

Recent commits

2385c23... by Adam Dyess

read ip addr table with json for easier machine parsing (#30)

* read ip addr table with json for easier machine parsing

* introduce github reusable workflow

* remove decode table logic since bionic, focal, and jammy all support json format

4be9d0a... by George Kraft

Fix default-cni config for kube-ovn (#29)

1df6fc7... by Samuel Allan

Add internal-lb option (#26)

This reads the value from the openstack integrator interface,
and templates it out to the config file for cloud-provider-openstack.

Co-authored-by: Samuel Walladge <email address hidden>

a3b87cd... by Kevin W Monroe

remove network-plugin arg for kubelet (#27)

4b91682... by Kevin W Monroe

bump pause image to 3.6 (#25)

Fixes https://bugs.launchpad.net/charmed-kubernetes-bundles/+bug/1965825

dab702e... by Cory Johns

Add support for has_xcp flag for kubelet (#24)

Adds a new `has_xcp` flag to `configure_kubelet` to control setting
`cloud-provider=external`.

56e7a55... by George Kraft

Add shared code to support kubelet on kubernetes-master (#21)

7703dde... by George Kraft

Disable CSIMigration* feature gates for kube-proxy (#22)

* Disable CSIMigration* feature gates for kube-proxy

* Fix feature_gates typo

bbeabfe... by Felipe Reyes

Extend get_ingress_address() to discard certain IP addresses. (#20)

This patch adds a parameter to get_ingress_address() named
ignore_addresses that when passed those IP addresses won't be
considered in the list of possible values to return.

Related-Bug: [lp:1925382](https://bugs.launchpad.net/bugs/1925382)

e4adb8c... by George Kraft

Add auth secret functions so Calico can use them (#19)

* Add auth secret functions so Calico can use them

* Add test coverage for auth helpers

* Fix lint error

* Reduce the matrix so we're not using so many runners

Co-authored-by: Cory Johns <email address hidden>