microk8s:MK-1422/intermediate-ca-integration

Last commit made on 2023-10-27
Get this branch:
git clone -b MK-1422/intermediate-ca-integration https://git.launchpad.net/microk8s

Branch merges

Branch information

Name:
MK-1422/intermediate-ca-integration
Repository:
lp:microk8s

Recent commits

1fbdfe2... by Benjamin Schimke

Add integration test for intermediate CA

This test verifies that microk8s can handle intermediate CAs.
For that it:

1. Creates an intermediate CA certificate with openssl
2. Uses `microk8s refresh-certs` to apply this certificate in a microk8s
   cluster.
3. Verifies that all services come up again and that joining a new node
   to the cluster still works.

40d828b... by Angelos Kolaitis

temporarily use latest/stable snapd to unblock CI (#4268)

12f9f5d... by Ajay Kumar Nelavagilu Udaya Kumar

Update microk8s version to 1.28 and multipass 1.12.2 (#4235)

* Update microk8s version to 1.28 and multipass 1.12.2

* bump kubectl to 1.28.3

---------

Co-authored-by: Angelos Kolaitis <email address hidden>

11f3cbb... by Berkay Tekin Öz

Spread test for multiple distros (#4211)

4856ff6... by Konstantinos Tsakalozos

Run microceph integration test (#4229)

be99a84... by Benjamin Schimke

Print message when node joined successfully (#4214)

The user currently doesn't get sufficient feedback that the `microk8s join` command
was successful.
Adding a short success message at the end IMHO improves the user-experience.

a28ff48... by Angelos Kolaitis

Symlinks for CNI conf and binary directories (#4208)

e03c9e4... by Angelos Kolaitis

Improve handling of necessary system pod restarts on snap refresh (#4205)

0a02b02... by Angelos Kolaitis

Cleanup execution environment across wrappers and entrypoints (#4147)

1d6ea95... by Angelos Kolaitis

fix stat binary path (#4203)