Commit Graph

267 Commits (aa2b6613e48bca4255aa00541dc7a2ceaf727905)

Author SHA1 Message Date
Chris Kim 37bf4a2df3 Change rke2-kube-proxy to v1.20.6-build20210419
Signed-off-by: Chris Kim <oats87g@gmail.com>
2021-04-19 10:08:39 -07:00
Chris Kim 0dc3240167 Change rke2-kube-proxy to v1.18.18-build20210419
Signed-off-by: Chris Kim <oats87g@gmail.com>
2021-04-19 10:04:13 -07:00
Chris Kim 5a3e8ffe34 Change rke2-kube-proxy to v1.18.18
Signed-off-by: Chris Kim <oats87g@gmail.com>
2021-04-19 09:54:27 -07:00
Brian Downs f75d23a263 update kube-proxy to v1.21.0
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2021-04-13 10:46:59 -07:00
Manuel Buil b7d773f99a Allow users to deploy Cilium with dual stack config
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-04-09 10:32:28 +02:00
David Nuzik cef1dde9fd
Merge pull request #46 from jcaamano/main-source
Add cilium chart
2021-04-08 07:58:42 -07:00
Brad Davidson 87e567bead update kube-proxy version to v1.20.5-build20210405
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-06 10:17:30 -07:00
Jaime Caamaño Ruiz 3d1dedcf2b Add cilium chart
The chart is organized in subcharts to clearly delimit supported vs
non-supported customization options, as follows:

- The main rke2-cilium chart which only supplies supported customization
  options through its values.yaml.
- Cilium upstream chart is pulled in as a subchart dependency and is
  patched to support a system default registry as a global variable.
- A rke2-cilium-hard-defaults subchart which supplies cilium options
  that change from upstream defaults for which we don't intend to
  support any customization.

All cilium options are scoped & accessible, for example:
`helm install rke2-cilium --set cilium.preflight.enabled=true`

Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
2021-04-06 12:55:27 +02:00
Brad Davidson 7ca69fe3b6
Strip 'nginx-' prefix from image tags when using semverCompare (#62)
* Revert rke2-ingress-nginx to 1.36.3
* Add trimPrefix calls to rke2-ingress-nginx daemonset manifest
* Add trimPrefix call to rke2-ingress-nginx deployment with defaultBackend disabled

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-05 15:47:34 -07:00
Menna Elmasry b82df0f267
update kube-proxy version to v1.18.17 (#61) 2021-03-19 00:14:31 +02:00
Menna Elmasry 544195db21
update kube-proxy version to v1.19.9 (#58) 2021-03-18 23:55:20 +02:00
Menna Elmasry 5380bf3c90
update kube-proxy version to v1.20.5 (#57) 2021-03-18 23:39:16 +02:00
Brad Davidson 491707bbeb Update flexvol path
Update flex volume plugin dir to match new RKE2 default; make it a Value
so that it can be changed by users to match the kubelet setting if
necessary.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-03-10 11:18:48 -08:00
Brad Davidson 83ceb61b60 Update kube-proxy chart to v1.20.4-build20210302
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-03-02 12:21:57 -08:00
Arvind Iyengar 019321a949
remove execute permissions 2021-03-01 11:16:06 -08: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
Arvind Iyengar cb07ef8e36
Initialize basic template
```bash
arvindiyengar: ~/Rancher/rke2-charts/src/github.com/rancher/rke2-charts
$ curl -s https://raw.githubusercontent.com/aiyengar2/charts-build-scripts/add_init_steps/init.sh > /dev/null | sh
Pulling in charts-build-scripts version v0.0.4
charts-build-scripts version v0.0.4 (567c991)
INFO[0000] Pulling rancher/charts-build-scripts[path=templates] from upstream into templates299650162
INFO[0002] Successfully pulled new updated docs into working directory.
Pulled in basic template for source into configuration.yaml and constructed charts directory
Next Steps:
1. Modify the configuration.yaml with your expected setup and re-run make docs to automatically update the repository.
2. Modify .github/workflows/pull-request.md and .github/workflows/push.md to set up automatic pushes to another branch.
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:19:38 -08:00
Erik Wilson f1dc481c57
Merge pull request #50 from rancher/update-nginx
Upgrade ingress-nginx to 0.35
2021-02-24 14:41:46 -07:00
Erik Wilson 4602ead17c
Upgrade ingress-nginx to 0.35 2021-02-24 13:49:07 -07:00
Erik Wilson e276402663
Update hardened images 2021-02-24 13:32:35 -07:00
Erik Wilson f6772641d1
Update kube-proxy chart to v1.18.16 (#47) 2021-02-19 10:03:31 -07:00
Erik Wilson 27cdcaa16a
Update kube-proxy chart to v1.19.8 2021-02-19 03:33:04 -07:00
Erik Wilson b40561ff50
Merge pull request #45 from erikwilson/main-source
Remove kube-proxy default featureGates
2021-01-25 16:00:51 -07:00
Erik Wilson 1acfb1d290
Remove kube-proxy default featureGates 2021-01-25 15:32:23 -07:00
Erik Wilson 768a019a97
Merge pull request #44 from erikwilson/main-source
Update kube-proxy chart to v1.20.2
2021-01-22 14:48:08 -07:00
Brad Davidson 07e578cebd Fix metricsBindAddress variable typo
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-01-22 13:35:19 -08:00
Erik Wilson fb521464ad
Update kube-proxy chart to v1.20.2 2021-01-22 13:50:55 -07:00
Brian Downs 73382aef57 update kube proxy chart for 1.19 release
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2021-01-14 12:02:07 -07:00
Brian Downs f0c9e5ed74 update kube-proxy k8s version
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2021-01-13 16:14:56 -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
Brad Davidson 53a28fdcc2 Honor data-dir when templating kubeconfig volumeMount and path
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-12-17 11:20:30 -08:00
Brad Davidson f0b07424c8 Allow customizing rke2 data-dir path for kube-proxy
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-12-16 16:40:43 -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
Jacob Blain Christen 319be28781 kube-proxy: remove reference to deprecated FGs
This removes the final feature gate mentioned at
https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
as being depreated in 1.19.
2020-12-11 17:20:34 -07:00
Jacob Blain Christen f311fc7216 kube-proxy: remove DynamicAuditing feature gate
This was removed in 1.19

Part of rancher/rke2#485 (updates #32)
2020-12-11 17:00:43 -07:00
Jacob Blain Christen f2cc3f14d8 kube-proxy: v1.19.5 2020-12-11 13:35:31 -07:00
Brian Downs df9d0a34b8 update kube-proxy for rke2 upgrade
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-12-10 14:40:42 -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
Chris Kim 4000184fd7 Bump rke2-kube-proxy to v1.18.12
Signed-off-by: Chris Kim <oats87g@gmail.com>
2020-11-16 08:58:10 -08:00
Brad Davidson 5c9a8f08b3 kube-proxy v1.18.10
Bump kube-proxy to v1.18.10 for rancher/rke2#484

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-10-15 15:21:04 -07:00
Brian Downs b18a786a27 change hardenedflannel image version
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-10-05 11:26:33 -07:00
Menna Elmasry 4b1c166ad6
pull ingress controller image from default registry (#22)
* pull ingress controller image from default registry
2020-09-25 20:55:19 +02:00
Jacob Blain Christen ba54d84eff kube-proxy v1.18.9
Bump kube-proxy to v1.18.9 as part of rancher/rke2#343
2020-09-24 23:21:25 -07:00
Brad Davidson 92a0565b52 Add command for flexvol-driver initcontainer
Related to https://github.com/rancher/rke2/issues/234

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-09-18 15:28:11 -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
Brian Downs ed9a58b42d update kube-proxy to 1.18.8
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-09 21:30:53 -07:00
Menna Elmasry eb8756072b
use rancher nginx controller/backed images instead of upstream (#17)
* use rancher nginx controller/backed images instead of upstream

* trim nginx- prefix from semver check

* remove ingress-nginx tar asset
2020-09-09 23:34:16 +02:00
Brian Downs 826716b799 remove incorrect list value from yaml
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-08 13:10:54 -07:00
Brian Downs b56ce5d48b remove charts dir
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-08 12:42:02 -07:00
Brian Downs bbdaeb0a9f update files to autopopulate patch
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-08 12:34:34 -07:00
Brian Downs 741f0188dd add preferred address type ip to metrics server
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-04 17:50:53 -07:00
Chris Kim 308e2ed97a Disable XDP in canal
Signed-off-by: Chris Kim <oats87g@gmail.com>
2020-08-26 16:20:52 -07:00
Chris Kim e4c89e5290 Add FELIX_IPTABLESBACKEND=auto
Signed-off-by: Chris Kim <oats87g@gmail.com>
2020-08-25 17:30:54 -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
Menna Elmasry acd272dd7c
remove_spaces (#12)
* remove_spaces

* delete .tgz file
2020-08-19 20:26:49 +02:00
Menna Elmasry 53cbc86e9c
Enable prometheus metrics (#9)
* Enable prometheus metrics
2020-08-19 19:07:58 +02:00
Brian Downs 60a5b2d50c
Merge pull request #7 from briandowns/update_image_location
update image repository
2020-08-17 14:01:56 -07:00
Brian Downs e6f0b74393 pr comment remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-08-17 12:20:49 -07:00
Brian Downs 938a98530e update image repository
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-08-17 12:14:21 -07:00
Jacob Blain Christen 74eb43e5ad canal: fix configmap reference
Fixes #4
2020-08-17 10:46:15 -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