k3s/cluster/juju
Kubernetes Submit Queue 7fb2d5432d
Merge pull request #57530 from hyperbolic2346/mwilson/nginx-daemonset
Automatic merge from submit-queue (batch tested with PRs 57492, 57530). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Changing ingress from manually scaling rc to a daemon set.

**What this PR does / why we need it**:
Quality of life fix. We used to set an RC to run the nginx ingress and then scale it in the charm as workers were added. Now we just use a daemon set to make sure it is running everywhere. Using application-specific names and roles so multiple applications can have different ingress settings.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #
https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/367

**Special notes for your reviewer**:

**Release note**:

```release-note
CDK nginx ingress is now handled via a daemon set.
```
2018-01-05 08:14:40 -08:00
..
bundles fix kubemark, juju, and libvirt-coreos README.md (from minion to node) 2017-10-10 06:45:15 +00:00
layers Merge pull request #57530 from hyperbolic2346/mwilson/nginx-daemonset 2018-01-05 08:14:40 -08:00
prereqs Update OWNERS approvers and reviewers: cluster/juju 2016-11-09 10:17:09 -08:00
.gitignore Add metric collection to charms for autoscalling 2017-04-13 16:02:13 -05:00
OWNERS Insert Cynerva and Kjackal to approvers list 2017-06-21 10:40:59 -05:00
config-default.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config-test.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
identify-leaders.py Fixing identification script and adding output to ignore. 2016-08-04 19:18:07 +00:00
kube-system-ns.yaml Changes necessary to enable ssl for the Juju charms 2015-09-17 15:23:02 -05:00
return-node-ips.py Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.sh Fixing identification script and adding output to ignore. 2016-08-04 19:18:07 +00:00