-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.23] Backport changes from master for 2022-12 release #6601
Comments
validated rootless allow mtu configuration and selection of the port drive VERSION=v1.23.14+k3s1 Infrastructure
Node(s) CPU architecture, OS, and version:
Cluster Configuration:
Rootless with default configs
$ cat .config/systemd/user/k3s-rootless.service
$ systemctl --user status k3s-rootless
Rootless with new envVar configs
$ cat .config/systemd/user/k3s-rootless.service
$ systemctl --user status k3s-rootless
|
Environment Details Infrastructure
Node(s) CPU architecture, OS, and version:
Cluster Configuration:
Config.yaml:
STEPS
Results: Additional context / logs: ** before adding prefer-bundled-bin:true to config.yaml server node**
$ sudo cat /proc/45522/environ | tr '\0' '\n'
** agent node **
$ sudo cat /proc/19545/environ | tr '\0' '\n'
** after adding prefer-bundled-bin:true to config.yaml **
agent config.yaml with flag
|
traefik/traefik-helm-chart#719 $ helm ls -A
$ sudo k3s ctr i ls | grep 'traefik'
$ sudo cat /var/lib/rancher/k3s/server/manifests/traefik.yaml
|
$ kgn
$ get_figs
$ kgp -A
All attempts to detect errors arising from the issue fail as expected with the fix for 6499
|
After Taking to Bryan Guzman, the issue was not fixed until the next sprint. |
|
config.yaml:
k3s server --help, should displayed the flag flannel-backend, ipsec (deprecated)
Install with flannel-backend: ipsec, it failed with the following error message:
Validated when installing swanctl and charon packages before the installation, k3s is able to work OK. |
All issues have been tested. |
Backport fixes for the following issues:
--disable-cloud-controller
flag #6554The text was updated successfully, but these errors were encountered: