microk8s:1.13

Last commit made on 2019-04-19
Get this branch:
git clone -b 1.13 https://git.launchpad.net/microk8s

Branch merges

Branch information

Name:
1.13
Repository:
lp:microk8s

Recent commits

bf6f777... by Konstantinos Tsakalozos

Take over the containerd management (#433)

* Take over the containerd management

* Fix exec into containers issue

0c755af... by Konstantinos Tsakalozos

Build and test v1.13 by default

282fc24... by Miguel Garcia <email address hidden>

fix: delete CRDs on reset (#355)

db12613... by Kyle Larose

Use ClusterFirstWithHostNet for nginx dnsPolicy (#340)

The nginx ingress pod is created with `hostNet: true`. This means that
it does not, by default, have access to kuebdns. We need that so that
the ingress controller can map things like ExternalName services to
internal services.

This fixes the problem by setting the dnsPolicy to
ClusterFirstWithHostNet.

Fixes #339

98d4cbb... by Teh Kok How

Use kubernetes/ingress-nginx 0.22.0 which fixes cookie stickiness issue (#325)

39b5e8b... by keshavdv

Use the correct ConfigMap for nginx ingress (#328)

By default, the ingress installation seems to use a non-existing ConfigMap and having another one that exists but isn't used is confusing. This switches the controller to use the one that microk8s creates.

34e4444... by Bill Cassidy

Updating a few December dates to be 2018 instead of 2019 (#343)

85728d2... by Konstantinos Tsakalozos

Use snapcraft docker image from beta tag as it builds more often (#342)

2614864... by Konstantinos Tsakalozos

Upgrade istio to v1.0.5 (#239)

84f0e0c... by Konstantinos Tsakalozos

More community references (#324)