charm-kubernetes-master:update-readme

Last commit made on 2020-04-22
Get this branch:
git clone -b update-readme https://git.launchpad.net/charm-kubernetes-master

Branch merges

Branch information

Name:
update-readme
Repository:
lp:charm-kubernetes-master

Recent commits

3bbbac4... by Nick Veitch

Update README.md

4fe832d... by George Kraft

Fix kube-apiserver sometimes not restarting after token change (#90)

624095b... by Kevin W Monroe

update dashboard config desc and outdated links (#88)

5d86712... by George Kraft

Fix hook error on xenial when related to ceph-mon (#86)

89d4ef1... by George Kraft

Use local apiserver for kubectl operations (#85)

* Use local apiserver for kubectl operations

* Stop applying addons when not cni.available

5190fed... by George Kraft

Bump channel to 1.18/stable (#84)

43c7465... by George Kraft

Fix debug script on k8s 1.18 (#83)

3271857... by Cory Johns

Fix missing --kubeconfig flag in metrics commands (#82)

Another case where we were accidentally relying on the localhost:8080
fallback when we should have been explicit about the `--kubeconfig` CLI
option, this time in the metrics commands.

Fixes LP #1868122

5387e3e... by Cory Johns

Write and pass in kubeconfig for cdk-addons (#81)

It seems that cdk-addons has always expected a kubeconfig snap config to
be passed in with a path to the kubectl config file to use, but
k8s-master has never actually created and set that. It happened to work
by accident up until now, since kubectl would try localhost:8080 which
happened to work. It seems the latest kubectl getting built into
cdk-addons no longer falls back to localhost:8080 (see k8s PR#86173), so
this uncovered the fact that we were not giving an explicit config.

22ffa65... by Kevin W Monroe

Send fsName to cdk-addons for CephFS (#80)

* Send fsName to cdk-addons for CephFS

The name of the CephFS file system created by the ceph-fs charm is not
hard-coded. Instead, it is set to the application name that the ceph-fs
charm was deployed with, which we cannot determine via Juju because we
have no direct relation to ceph-fs. So we have to query ceph to find the
correct value to use for fsName.

* Remove redundant stringification

* Fix lint errors

* Fix import error

* Remove no longer needed arg to query_cephfs_enabled