Get this repository:
git clone https://git.launchpad.net/charm-kubernetes-master

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/charmed-kubernetes/charm-kubernetes-control-plane/.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
KU-510/vault-kv/encryption-at-rest 2024-05-04 03:22:14 UTC
Improve testing, improved security, validated upgrades

Author: Adam Dyess
Author Date: 2024-05-04 03:22:14 UTC

Improve testing, improved security, validated upgrades

release_1.30 2024-04-19 20:05:30 UTC
release checklist: pin snap and charm channels

Author: Kevin W Monroe
Author Date: 2024-04-19 20:05:30 UTC

release checklist: pin snap and charm channels

Pin config to 1.30/stable snaps and tests to 1.30/stable charms. Expect
integration test to fail until 1.30/stable charms are released.

main 2024-04-08 13:15:18 UTC
[LP#2060070] Charm Actions Ops Port (#343)

Author: Adam Dyess
Author Date: 2024-04-08 13:15:18 UTC

[LP#2060070] Charm Actions Ops Port (#343)

* Porting control-plane charm actions to ops

* Locally tested

release_1.29 2024-02-17 17:00:35 UTC
add choice betwee root and ubuntu config in kubectl helper (#336)

Author: Kevin W Monroe
Author Date: 2024-02-17 16:59:31 UTC

add choice betwee root and ubuntu config in kubectl helper (#336)

* add choice betwee root and ubuntu config in kubectl helper

* Update src/kubectl.py

Co-authored-by: Angelos Kolaitis <neoaggelos@gmail.com>

* unit test kubectl

---------

Co-authored-by: Angelos Kolaitis <neoaggelos@gmail.com>

reactive-archive 2023-12-01 22:36:58 UTC
[LP#2045432] pin yarl<1.9.3 (#318)

Author: Adam Dyess
Author Date: 2023-12-01 22:36:58 UTC

[LP#2045432] pin yarl<1.9.3 (#318)

ops 2023-11-29 14:36:26 UTC
Fix AlertManager expr (#316)

Author: Mateo Florido
Author Date: 2023-11-29 14:36:26 UTC

Fix AlertManager expr (#316)

* Fix AlertManager expr

* Create Diff Patch

release_1.28 2023-09-01 16:29:55 UTC
Adds ipvs kernel modules to lxd profile (#300)

Author: Gustavo Sanchez
Author Date: 2023-09-01 16:27:11 UTC

Adds ipvs kernel modules to lxd profile (#300)

Required when using kube-proxy in ipvs mode
Fixes LP#2033682

akd/drop-bionic-wheelhouse-reqs 2023-08-21 04:06:07 UTC
build with 3.x charm snap

Author: Adam Dyess
Author Date: 2023-08-21 04:06:07 UTC

build with 3.x charm snap

release_1.27 2023-06-23 17:21:35 UTC
Add cinder-availability-zone config (#289)

Author: George Kraft
Author Date: 2023-06-23 17:18:44 UTC

Add cinder-availability-zone config (#289)

release_1.26 2023-03-16 16:02:42 UTC
catch VaultNotReady exceptions for logging and retry (#276)

Author: Adam Dyess
Author Date: 2023-03-15 20:55:44 UTC

catch VaultNotReady exceptions for logging and retry (#276)

release_1.25 2022-11-30 16:13:46 UTC
Addition of pip==20.0.2 and psutil==5.9.2 (#252)

Author: Adam Dyess
Author Date: 2022-10-20 14:44:29 UTC

Addition of pip==20.0.2 and psutil==5.9.2 (#252)

* Addition of pip==20.0.2

In order to facilitate the charm installation of flit-core, pip version 20.0.2 is necessary
See [LP#1991957](https://bugs.launchpad.net/charm-kubernetes-master/+bug/1991957) for details

* charm requires setuptools>=45.2.0 in order to install psutil

* update the statement in wheelhouse.txt

* pin both pip==20.0.2 and psutil==5.9.2 for bionic installations

release_1.24 2022-08-01 15:31:14 UTC
1.24+ck1 Cherries (#235)

Author: Adam Dyess
Author Date: 2022-08-01 15:31:14 UTC

1.24+ck1 Cherries (#235)

* Testing with python-3.10 (#225)

* Testing with python-3.10
* mock more appropriately the glob and exists methods of Path
* use existing mock get_ingress_address rather than re-mock it

* Use recommended cipher suites by default (#228)

To exclude Triple DES Ciphers and Obsoleted CBC ciphers. The default
list in this charm can be hardened further by an operator for instance:

juju config kubernetes-control-plane api-extra-args="
    tls-min-version=VersionTLS13
"
or supplying an explicit list to "tls-cipher-suites".

Closes-Bug: LP: #1970993

* Restart the auth-webhook service after certs change (#229)

* Update bug links (#227)

* Update kubernetes_control_plane.py (#232)

* Update charmhub links (#234)

* enable jammy support for this charm (#233)

* enable jammy support for this charm

* Update metadata.yaml

* remove xenial

* as of pytest-asyncio>=0.19, auto must be specified

Co-authored-by: Nobuto Murata <nobuto.murata@canonical.com>
Co-authored-by: George Kraft <george.kraft@canonical.com>
Co-authored-by: Nick Veitch <nick.veitch@canonical.com>
Co-authored-by: Chris Johnston <cjohnston1158@users.noreply.github.com>

release_1.24+ck1 2022-07-22 13:58:19 UTC
enable jammy support for this charm (#233)

Author: Adam Dyess
Author Date: 2022-07-22 13:58:19 UTC

enable jammy support for this charm (#233)

* enable jammy support for this charm

* Update metadata.yaml

* remove xenial

* as of pytest-asyncio>=0.19, auto must be specified

die-faster 2022-04-08 04:02:22 UTC
handle cases when kubectl returns an empty string

Author: Kevin W Monroe
Author Date: 2022-04-08 02:31:50 UTC

handle cases when kubectl returns an empty string

johnsca/fix-action-and-wheelhouse 2021-09-17 19:47:53 UTC
Fix action branch and wheelhouse validation (#180)

Author: Cory Johns
Author Date: 2021-09-17 19:47:53 UTC

Fix action branch and wheelhouse validation (#180)

Branch for actions-operator was renamed, and setuptools released a
breaking change that only affects the validate-wheelhouse test, not the
actual charm deploys (since the base VMs for deploys won't have the
newer setuptools).

update-readme 2020-04-22 11:41:57 UTC
Update README.md

Author: Nick Veitch
Author Date: 2020-04-22 11:41:57 UTC

Update README.md

mwilson/ipv6 2019-07-01 15:18:48 UTC
IPv6 changes

Author: Mike Wilson
Author Date: 2019-07-01 15:18:48 UTC

IPv6 changes

subordinate-container-runtime-multus 2019-06-13 19:24:14 UTC
Merge branch 'subordinate-container-runtime' into subordinate-container-runti...

Author: Joseph Borg
Author Date: 2019-06-13 19:24:14 UTC

Merge branch 'subordinate-container-runtime' into subordinate-container-runtime-multus

hotfix 2019-04-01 17:43:05 UTC
Updating configuration parameter details to correct for usage. Also added an ...

Author: Mike Wilson
Author Date: 2019-04-01 17:23:19 UTC

Updating configuration parameter details to correct for usage. Also added an example command.

candidate 2019-04-01 17:43:05 UTC
Updating configuration parameter details to correct for usage. Also added an ...

Author: Mike Wilson
Author Date: 2019-04-01 17:23:19 UTC

Updating configuration parameter details to correct for usage. Also added an example command.

120 of 20 results

Other repositories

Name Last Modified
lp:charm-kubernetes-master 2024-05-04
11 of 1 result
You can't create new repositories for Kubernetes Control Plane Charm.