charm-kubernetes-master:candidate

Last commit made on 2019-04-01
Get this branch:
git clone -b candidate https://git.launchpad.net/charm-kubernetes-master

Branch merges

Branch information

Name:
candidate
Repository:
lp:charm-kubernetes-master

Recent commits

d813168... by Mike Wilson

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

8bc2366... by George Kraft

Fix unvalidate dns-provider input (#228)

1dc0462... by Xiwen Cheng <email address hidden>

add new get-kubeconfig action to kubernetes-master

2411966... by George Kraft

Bump charm default channels to 1.14/stable

7a78ed4... by Mike Wilson

Fixing an issue where easyrsa would puke if you had no configured virtual IP or dns for hacluster, but had hacluster related.

It blew up because we added an extra sans of an empty string, which resulted in a call to create a cert with an empty name, which easyrsa didn't like of course.

26f98bc... by George Kraft

Add comment to clarify auto_dns_provider handling

d7d07ad... by George Kraft

Add CoreDNS support

3ccd63a... by Tim Van Steenburgh

Update description of new dashboard-auth config

f4f43b2... by Mike Wilson

Adding dashboard auth config option.

Default value is auto which will be basic unless keystone is related and then it switches to token.

02ef614... by Joseph Borg

Use interface for creating Ceph pools (#219)

* Use interface for creating Ceph pools

* Replacing passing parameters

* Adding excepting logging for ceph pool creation

* Install ceph-common in run-action