- 27 Apr, 2022 1 commit
-
-
Brad Davidson authored
* Bump etcd to v3.5.4-k3s1 * Fix issue with datastore corruption on cluster-reset * Disable unnecessary components during cluster reset Disable control-plane components and the tunnel setup during cluster-reset, even when not doing a restore. This reduces the amount of log clutter during cluster reset/restore, making any errors encountered more obvious. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 25 Apr, 2022 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 22 Apr, 2022 1 commit
-
-
Derek Nola authored
* Add RetryOnConflict around updating nodes Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 21 Apr, 2022 2 commits
-
-
Brad Davidson authored
Use ListWatch helpers to retry when the watch channel is closed. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
* Go generate * Update tags to k3s-io for v1.23.6 Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 20 Apr, 2022 1 commit
-
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 18 Apr, 2022 1 commit
-
-
Derek Nola authored
* Add basic none option EXTERNAL_DB, uses internal sqlite * Move to Leap as default Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 15 Apr, 2022 6 commits
-
-
Sakala Venkata Krishna Rohit authored
* Update docs to include s390x arch Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Add s390x drone pipeline Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Install trivy linux arch only for amd64 This is done so that trivy is not installed for s390x arch Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Add s390x arch if condition for Dockerfile.test Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Add s390x arch in install script Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Add s390x GOARCH in build script Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Add SUFFIX s390x in scripts Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Skip image scan for s390x arch Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Update klipper-lb to version v0.3.5 Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Update traefik version to v2.6.2 Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Update registry to v2.8.1 in tests which supports s390x Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com> * Skip compact tests for s390x arch This is done because compact test require a previous k3s version which supports s390x and it is not available Signed-off-by:
Venkata Krishna Rohit Sakala <rohitsakala@gmail.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Also update cert gen to ensure leaf certs are regenerated if other key fields change. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 14 Apr, 2022 8 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Added option to deploy hardened k3s Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Terry Cain authored
Problem: Specifying extra arguments for the API server for example is not supported as the arguments get stored in a map before being passed to the API server. Solution: Updated the GetArgs function to store the arguments in a map that can have multiple values. Some more logic is added so that repeated extra arguments retain their order when sorted whilst overall the arguments can still be sorted for improved readability when logged. Support has been added for prefixing and suffixing default argument values by using -= and += when specifying extra arguments. Signed-off-by:
Terry Cain <terry@terrys-home.co.uk>
-
Dirk Mueller authored
This appears to be fixing the CI testing in local testing. Signed-off-by:
Dirk Müller <dirk@dmllr.de>
-
Derek Nola authored
* Bump timeout, improve comments Signed-off-by:
Derek Nola <derek.nola@suse.com> * codespell Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Roberto Bonafiglia authored
Added default endpoint for IPv6
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
Roberto Bonafiglia authored
Fixed flannel backend helper text
-
- 13 Apr, 2022 3 commits
-
-
Dirk Müller authored
This requires a further set of gofmt -s improvements to the code, but nothing major. golangci-lint 1.45.2 brings golang 1.18 support which might be needed in the future. Signed-off-by:
Dirk Müller <dirk@dmllr.de>
-
ShylajaDevadiga authored
Signed-off-by:
Shylaja Devadiga <shylaja.devadiga@suse.com> Signed-off-by:
Shylaja Devadiga <shylaja@rancher.com>
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
- 12 Apr, 2022 1 commit
-
-
Dirk Müller authored
Signed-off-by:
Dirk Müller <dirk@dmllr.de>
-
- 11 Apr, 2022 1 commit
-
-
Deshi Xiao authored
should use 'return disables[baseName]' instead of 'if disables[baseName] { return true }; return false' Signed-off-by:
Deshi Xiao <xiaods@gmail.com>
-
- 08 Apr, 2022 4 commits
-
-
Hussein Galal authored
* Add certificate rotation integration tests Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix data dir in cert rotation Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix comments Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix comments Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Manuel Buil authored
Update helm-controller version
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
Roberto Bonafiglia authored
Add wireguard native flannel backend
-
- 07 Apr, 2022 5 commits
-
-
Brad Davidson authored
This controller only needs to run when using managed etcd, so move it in with the rest of the etcd stuff. This change also modifies the controller to only watch the Kubernetes service endpoint, instead of watching all endpoints in the entire cluster. Fixes an error message revealed by use of a newer grpc client in Kubernetes 1.24, which logs an error when the Put to etcd failed because kine doesn't support the etcd Put operation. The controller shouldn't have been running without etcd in the first place. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
Brad Davidson authored
Don't attempt to retrieve snapshot metadata configmap if the apiserver isn't available. This could be triggered if the cron expression caused a snapshot to be triggered before the apiserver is up. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Michal Rostecki authored
netpol: Add dual-stack support
-
- 06 Apr, 2022 5 commits
-
-
Brad Davidson authored
Avoids divide-by-zero when the password file is empty Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
This is required to make the websocket tunnel server functional on etcd-only nodes, and will save some code on the RKE2 side once pulled through. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Michal Rostecki authored
This change allows to define two cluster CIDRs for compatibility with Kubernetes dual-stuck, with an assumption that two CIDRs are usually IPv4 and IPv6. It does that by levearaging changes in out kube-router fork, with the following downstream release: https://github.com/k3s-io/kube-router/releases/tag/v1.3.2%2Bk3sSigned-off-by:
Michal Rostecki <vadorovsky@gmail.com>
-