github-actions[bot]
5508589fae
chore: Bump Trivy version
...
Made with ❤️ ️ by updatecli
4 months ago
Brad Davidson
eb8bd15889
Ensure remotedialer kubelet connections use kubelet bind address
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
4 months ago
github-actions[bot]
a0b374508e
Bump Local Path Provisioner version ( #10394 )
...
* chore: Bump Local Path Provisioner version
Made with ❤️ ️ by updatecli
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 months ago
github-actions[bot]
0b417385a4
chore: Bump golang:alpine version
...
Made with ❤️ ️ by updatecli
4 months ago
dependabot[bot]
f6942f3de4
Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7
...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp ) from 0.7.4 to 0.7.7.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.4...v0.7.7 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 months ago
Jake Hyde
b045465178
Add data-dir to uninstall and killall scripts
...
Signed-off-by: Jake Hyde <jakefhyde@gmail.com>
4 months ago
Brad Davidson
d1709d60ce
Fix INSTALL_K3S_PR support
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
5 months ago
Brad Davidson
047664b610
Bump k3s-root to v0.14.0
...
Also remove the wg-add script that has been unused since v1.26 dropped the legacy wireguard backend
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
5 months ago
Derek Nola
4204248bc3
Check for bad token permissions when install via PR ( #10387 )
...
* Check for bad token permissions when install via PR
Signed-off-by: Derek Nola <derek.nola@suse.com>
5 months ago
Derek Nola
8f9ad1f992
Move test-compat to GHA ( #10414 )
...
Signed-off-by: Derek Nola <derek.nola@suse.com>
5 months ago
Brian Downs
e9a5943900
update channel server for k3s2 ( #10446 )
5 months ago
Roberto Bonafiglia
faeaf1b01b
Update flannel to v0.25.4 and fixed issue with IPv6 mask
...
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
5 months ago
Brooks Newberry
a08ac6fcdc
update stable channel to v1.29.6+k3s1 ( #10417 )
...
Signed-off-by: Brooks Newberry <brooks@newberry.com>
5 months ago
Brad Davidson
aa4794b372
Replace 1-weight semaphore on snapshots with simple mutex
...
Fixes an issue where the semaphore wasn't permanently initialized
until a scheduled snapshot was taken, allowing multiple on-demand
snapshots to be taken until the first scheduled snapshot was triggered.
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
5 months ago
Brad Davidson
b4d4ed8f01
Fix agent supervisor port using apiserver port instead
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
5 months ago
Brooks Newberry
9af17d2997
Update Kubernetes to v1.30.2 ( #10349 )
...
Signed-off-by: Brooks Newberry <brooks@newberry.com>
5 months ago
Harrison Affel
f10cb29534
fix typo, use rancher/permissions
...
Signed-off-by: Harrison Affel <harrisonaffel@gmail.com>
6 months ago
Brad Davidson
c0450a2cb4
Fix race condition panic in loadbalancer.nextServer
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Derek Nola
cff6f7aa1d
Expand GHA go caching to includ newest release branch ( #10307 )
...
Signed-off-by: Derek Nola <derek.nola@suse.com>
6 months ago
Vitor Savian
d9b8ba8d71
Add snapshot retention etcd-s3-folder fix
...
* Add snapshot retention folder fix
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
* Add snapshot retention E2E test
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
---------
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
6 months ago
fmoral2
043b1eac5d
Add test for `isValidResolvConf` ( #10302 )
...
Signed-off-by: Francisco <francisco.moral@suse.com>
6 months ago
Brad Davidson
df5db28a68
Add ADR for support for etcd s3 config secret ( #9364 )
...
* Add ADR for etcd s3 config secret
* Update ADR with changes from initial review
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Brad Davidson
1661f1024a
Fix bug that caused agents to bypass local loadbalancer
...
If proxy.SetAPIServerPort was called multiple times, all calls after the
first one would cause the apiserver address to be set to the default
server address, bypassing the local load-balancer. This was most likely
to occur on RKE2, where the supervisor may be up for a period of time
before it is ready to manage node password secrets, causing the agent
to retry.
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Koen de Laat
79ba10f5ec
fix: Use actual warningPeriod in certmonitor
...
Signed-off-by: Koen de Laat <koen.de.laat@philips.com>
6 months ago
github-actions[bot]
1268779ea0
Bump Local Path Provisioner version ( #10268 )
...
* chore: Bump Local Path Provisioner version
Made with ❤️ ️ by updatecli
6 months ago
Brad Davidson
f9130d537d
Fix embedded mirror blocked by SAR RBAC and re-enable test
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Katherine Door
7a0ea3c953
Add write-kubeconfig-group flag to server ( #9233 )
...
* Add write-kubeconfig-group flag to server
* update kubectl unable to read config message for kubeconfig mode/group
Signed-off-by: Katherine Pata <me@kitty.sh>
6 months ago
Brad Davidson
307f07bd61
Fix issue caused by sole server marked as failed under load
...
If health checks are failing for all servers, make a second pass through the server list with health-checks ignored before returning failure
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Brad Davidson
ed23a2bb48
Fix netpol crash when node remains tained unintialized
...
It is concievable that users might take more than 60 seconds to deploy their own cloud-provider. Instead of exiting, we should wait forever, but with more logging to indicate what's being waited on.
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
github-actions[bot]
f2e7c01acf
chore: Bump Trivy version
...
Made with ❤️ ️ by updatecli
6 months ago
dependabot[bot]
4cb4542c3a
Bump ubuntu from 22.04 to 24.04 in /tests/e2e/scripts
...
Bumps ubuntu from 22.04 to 24.04.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Brad Davidson
84b578ec74
Use busybox tar to avoid issues with fchmodat2 on arm
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
dependabot[bot]
86875c97bb
Bump alpine from 3.18 to 3.20 in /package
...
Bumps alpine from 3.18 to 3.20.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
de4cda57e6
Bump alpine from 3.18 to 3.20 in /conformance
...
Bumps alpine from 3.18 to 3.20.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Brad Davidson
2eca3f1e2c
Update golangci-lint to stop using deprecated skip files/dirs
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Brad Davidson
f8e0648304
Convert remaining http handlers over to use util.SendError
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Brad Davidson
ff679fb3ab
Refactor supervisor listener startup and add metrics
...
* Refactor agent supervisor listener startup and authn/authz to use upstream
auth delegators to perform for SubjectAccessReview for access to
metrics.
* Convert spegel and pprof handlers over to new structure.
* Promote bind-address to agent flag to allow setting supervisor bind
address for both agent and server.
* Promote enable-pprof to agent flag to allow profiling agents. Access
to the pprof endpoint now requires client cert auth, similar to the
spegel registry api endpoint.
* Add prometheus metrics handler.
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Brad Davidson
3d14092f76
Fix issue with k3s-etcd informers not starting
...
Start shared informer caches when k3s-etcd controller wins leader election. Previously, these were only started when the main k3s apiserver controller won an election. If the leaders ended up going to different nodes, some informers wouldn't be started
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Anuj Garg
eb192197eb
Updating the script binary_size_check to complete the command name by adding .exe extension to the k3s binary name to make it available to run stat command
...
Signed-off-by: Anuj Garg <anujgarg@microsoft.com>
6 months ago
Brad Davidson
6683fcdb65
Bump klipper-helm image for tls secret support
...
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
6 months ago
Brian Downs
c2738231ec
update channel server for may 2024 ( #10137 )
6 months ago
thomasferrandiz
6e6f7995e7
Merge pull request #10146 from thomasferrandiz/flannel-v0.25.2
...
Bump flannel version to v0.25.2
6 months ago
Manuel Buil
3f62ec3207
Add extra log in e2e tests
...
Signed-off-by: Manuel Buil <mbuil@suse.com>
6 months ago
Nikos Pitsillos
99f543a2d4
fix: use absolute path
...
Signed-off-by: Nikos Pitsillos <npitsillos@gmail.com>
6 months ago
Nikos Pitsillos
86b2554772
test: copy vpn-auth-file to guest
...
Signed-off-by: Nikos Pitsillos <npitsillos@gmail.com>
6 months ago
Nikos Pitsillos
b8f101fd89
test: increment agentCount
...
Signed-off-by: Nikos Pitsillos <npitsillos@gmail.com>
6 months ago
Nikos Pitsillos
ab29054887
test: use absolute path to auth file
...
Signed-off-by: Nikos Pitsillos <npitsillos@gmail.com>
6 months ago
Nikos Pitsillos
a8f88aa9e5
test: add agent with auth file
...
Signed-off-by: Nikos Pitsillos <npitsillos@gmail.com>
6 months ago
Thomas Ferrandiz
6dcd52eb8e
Use TrafficManager interface when calling flannel
...
Signed-off-by: Thomas Ferrandiz <thomas.ferrandiz@suse.com>
6 months ago
Thomas Ferrandiz
af7bcc3900
Bump flannel version to v0.25.2
...
Signed-off-by: Thomas Ferrandiz <thomas.ferrandiz@suse.com>
6 months ago