Commit Graph

36 Commits (c3332ecc782438ca68ba0024a8683b87a584113d)

Author SHA1 Message Date
Brad Davidson ae2d7aff62 Bump coredns and update resources
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2022-06-14 13:12:13 -07:00
Brad Davidson cdb3321a9d Bump rke2-coredns chart
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2022-03-18 13:42:33 -07:00
Brad Davidson 55d482cd21 Update patches for new upstream chart version
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-11-22 16:24:29 -08:00
Brad Davidson 1bf8db05be Bump image tags for golang bumps
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-11-19 15:15:21 -08:00
raulcabello c5db1441a3 bump coredns and cluster autoscaler 2021-11-18 16:58:06 +01:00
raulcabello 25f6e0ab85 bump coredns version to fix validation 2021-11-18 16:55:09 +01:00
Olli Janatuinen e4709d1a2d Bump coredns to 1.16.4
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
2021-11-16 00:43:14 -08:00
Brad Davidson fc5049e71e Add hostname anti-affinity rule
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-10-21 10:23:13 -07:00
Brad Davidson 6df1941922 Extend autoscaler health check times
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-10-07 16:38:18 -07:00
Brad Davidson c1d93543a9 Bump rke2-coredns images
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-10-06 16:46:34 -07:00
Brad Davidson fe21c2d380 Add linux nodeSelector to coredns autoscaler and nodelocal pods
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-08-20 14:05:13 -07:00
Brad Davidson 550851f5b4 add linux nodeSelectors to charts
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-08-19 11:29:56 -07:00
Manuel Buil e853295c99 Increase memory resources for autoscaler
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-08-05 14:07:55 +02:00
Manuel Buil 0b61f9ec00 Update dns cache image
The old image did not have iptables binaries in it which are needed

Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-08-03 19:24:08 +02:00
Manuel Buil 0692021438 Update images to the hardened ones
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-08-02 19:40:30 +02:00
Manuel Buil c9b8af1505 Modify the initImage
* Use our mirrored busybox image
* Provide support for repos other than docker

Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-07-27 11:08:32 +02:00
Manuel Buil 28dda9d869 Add nodelocal manifests
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-07-26 15:21:41 +02:00
Manuel Buil 86c0b73961 Update coredns helm version
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-07-23 11:48:33 +02:00
Manuel Buil b421415617 Activate dns autoscaler
* Add the image used by rke
* Enable it

Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-07-20 11:18:17 +02:00
Hussein Galal 12275df431
Add tolerations to network plugins and coredns (#98)
* Add toleration for calico

* Add coredns tolerations

* Add multus tolerations

* Add sriov tolerations

* Add cilium tolerations

* fix sriov

* Fix coredns
2021-05-27 21:12:25 +02:00
Brad Davidson 1b4dda478d
Update coredns and kube-proxy charts to use passthrough values (#73)
* Update coredns and kube-proxy charts to use passthrough values
* bump kube-proxy versions back to v1.21.0

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-27 15:58:35 -07:00
Arvind Iyengar d4bda1833c
Bump all packageVersions and introduce comment
Why do we need to bump all the packageVersions?

The new charts-build-scripts treat Chart.yaml and requirements.yaml as "managed files", which means that the scripts themselves can make changes to those files.

When the scripts touch those files (e.g. to add a new dependency based on the contents of generated-changes/dependencies or to patch a rcVersion or packageVersion to the chart), dumping back out the YAML results in slight changes due to the unmarshalling process, such as the re-ordering of annotations.

Since these minor changes comprise a change introduced by Rancher and the scripts refuse changes that modify already released packages, the simple fix for this is just to universally bump the packageVersion as part of the migration process.

As part of creating this PR, I generated these minor changes in https://github.com/aiyengar2/charts-diff/tree/rke2-charts/diff so that we can sign off that these are indeed inconsequential to the migration. For context, the process used to generate these files was:
- Pull in the current branch. Run make charts with the old scripts
- Pull in the migration branch. Run make charts with the new scripts
- Dump the diff between them in a patch file

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 18:45:59 -08:00
Arvind Iyengar 36569143f0
Migrate all packages
Just needed to run:
```bash
REPOSITORY=https://github.com/rancher/rke2-charts BRANCH=main-source ./scripts/regenerate-packages
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:35:31 -08:00
Erik Wilson e276402663
Update hardened images 2021-02-24 13:32:35 -07:00
Brad Davidson 576c3194d7 Fix CoreDNS CriticalAddonsOnly toleration
The scheduler annotation has been unsupported since Kubernetes 1.6 so
this is long overdue.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-01-12 16:41:36 -08:00
Brad Davidson 17ceb0a979 Revert changes for coredns v1.7.1 but keep priorityClassName
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-01-08 16:58:10 -08:00
Brad Davidson cf3ffd959f Update stable charts repo URL and set priorityClassName
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-01-08 10:11:40 -08:00
Jacob Blain Christen e5784e99f8 coredns v1.7.1 but correct this time
Had duplicated deployment somehow.
2020-12-14 16:49:12 -07:00
Jacob Blain Christen 67c631846a coredns: v1.7.1
Part of rancher/rke2#345
2020-12-14 14:32:40 -07:00
Brian Downs c2f5c81940 update coredns to create a service account
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-12-07 13:56:07 -07:00
Brian Downs 7c6b908bd6 update repository names to point to new hardened repositories
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-11 19:31:33 -07:00
Menna Elmasry 38b0316832
add private registry support for rke2-charts (#13)
* allow private registry

* add pull image from private registry

* delete old assets

* add newline at the end of _helpers.tpl files

* standardize image fields

* add system default registry to ingress-nginx
2020-08-21 20:56:13 +02:00
Brian Downs 938a98530e update image repository
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-08-17 12:14:21 -07:00
Menna Elmasry 73a1e9c8e7
change k8s-app to kube-dns (#3)
* change k8s-app to kube-dns
2020-08-14 23:08:09 +02:00
Menna ca6f29a0c4 fix chart name in patch 2020-08-12 22:28:44 +02:00
Menna 4f6fb63640 add rke2 packages 2020-08-12 20:08:12 +02:00