layer-kubernetes-common:mwilson/aws-iam

Last commit made on 2019-08-30
Get this branch:
git clone -b mwilson/aws-iam https://git.launchpad.net/layer-kubernetes-common

Branch merges

Branch information

Name:
mwilson/aws-iam
Repository:
lp:layer-kubernetes-common

Recent commits

7c4e31a... by Mike Wilson

Removing double format. Thanks for the catch, @tvansteenburgh

c5ba796... by Mike Wilson

Adding optional AWS-IAM information to the kubeconfig file

091e39e... by George Kraft

Fix basic-auth-file not being set in kube-apiserver (#8)

bfe7250... by George Kraft

Add bind_address option to configure_kube_proxy (#7)

249ca4c... by Cory Johns

Merge pull request #5 from EdwardStewart/bugfix/os-ca-cert-path

Fix ca-file location in OS cloud config

68601b5... by Ed Stewart

Fix ca-file location in OS cloud config

The path of the Openstack CA cert file was incorrect in the cloud config
that gets passed to the Openstack Cloud Controller Manager.

The mountpoint should be /etc/config as defined in
https://github.com/kubernetes/cloud-provider-openstack/blob/master/manifests/controller-manager/openstack-cloud-controller-manager-pod.yaml#L31

The filename is defined in the cdk adons here:
https://github.com/charmed-kubernetes/cdk-addons/blob/6300b162e005267bdca22942ecaa06a37530cf37/get-addon-templates#L262

ad9d98f... by Cory Johns

Drive use-octavia config from relation (#4)

Add support for the integrator charm actually detecting whether Octavia
is present and using that to drive the cloud provider config
appropriately.

Depends on: https://github.com/juju-solutions/interface-openstack-integration/pull/11

81afcce... by Cory Johns

Changes to support external OpenStack cloud provider (#2)

* Changes to support external OpenStack cloud provider

Support changes for k8s master to use the external OpenStack cloud
provider.

* Use less confusing way to ensure trailing newline

cda05cf... by Kevin W Monroe

Merge pull request #1 from charmed-kubernetes/gkk/avoid-fan-ingress-address

Fix ingress address selection to avoid fan IPs

695eec9... by George Kraft

Fix ingress address selection to avoid fan IPs