lucabro81 commented on issue #193: URL: https://github.com/apache/openserverless/issues/193#issuecomment-3739630050
trying to reinstall with the temporary fix of the command line the installation fail ``` > ops setup server <IP_ADDRESS> comperio Running: k3sup install 2026/01/12 18:11:14 192.168.90.217 Public IP: 192.168.90.217 [INFO] Using v1.27.7-rc1+k3s2 as release [INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.27.7-rc1+k3s2/sha256sum-arm64.txt [INFO] Skipping binary downloaded, installed k3s matches hash [INFO] Skipping installation of SELinux RPM [INFO] Skipping /usr/local/bin/kubectl symlink to k3s, already exists [INFO] Skipping /usr/local/bin/crictl symlink to k3s, already exists [INFO] Skipping /usr/local/bin/ctr symlink to k3s, command exists in PATH at /usr/bin/ctr [INFO] Creating killall script /usr/local/bin/k3s-killall.sh [INFO] Creating uninstall script /usr/local/bin/k3s-uninstall.sh [INFO] env: Creating environment file /etc/systemd/system/k3s.service.env [INFO] systemd: Creating service file /etc/systemd/system/k3s.service [INFO] Failed to find memory cgroup, you may need to add "cgroup_memory=1 cgroup_enable=memory" to your linux cmdline (/boot/firmware/cmdline.txt on a Raspberry Pi) [INFO] systemd: Enabling k3s unit Created symlink /etc/systemd/system/multi-user.target.wants/k3s.service → /etc/systemd/system/k3s.service. [INFO] No change detected so skipping service start Result: [INFO] Using v1.27.7-rc1+k3s2 as release [INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.27.7-rc1+k3s2/sha256sum-arm64.txt [INFO] Skipping binary downloaded, installed k3s matches hash [INFO] Skipping installation of SELinux RPM [INFO] Skipping /usr/local/bin/kubectl symlink to k3s, already exists [INFO] Skipping /usr/local/bin/crictl symlink to k3s, already exists [INFO] Skipping /usr/local/bin/ctr symlink to k3s, command exists in PATH at /usr/bin/ctr [INFO] Creating killall script /usr/local/bin/k3s-killall.sh [INFO] Creating uninstall script /usr/local/bin/k3s-uninstall.sh [INFO] env: Creating environment file /etc/systemd/system/k3s.service.env [INFO] systemd: Creating service file /etc/systemd/system/k3s.service [INFO] Failed to find memory cgroup, you may need to add "cgroup_memory=1 cgroup_enable=memory" to your linux cmdline (/boot/firmware/cmdline.txt on a Raspberry Pi) [INFO] systemd: Enabling k3s unit [INFO] No change detected so skipping service start Created symlink /etc/systemd/system/multi-user.target.wants/k3s.service → /etc/systemd/system/k3s.service. Saving file to: /Users/lucabrognara/.ops/tmp/kubeconfig # Test your cluster with: export KUBECONFIG=/Users/lucabrognara/.ops/tmp/kubeconfig kubectl config use-context default kubectl get node -o wide 👏 Say thanks for k3sup and sponsor Alex via GitHub: https://github.com/sponsors/alexellis error: error validating "cert-manager.yaml": error validating data: failed to download openapi: Get "https://192.168.90.217:6443/openapi/v2?timeout=32s": EOF; if you choose to ignore these errors, turn validation off with --validate=false ops: Failed to run task "create": exit status 1 task execution error: ops: Failed to run task "create": exit status 1 ops: Failed to run task "server": exit status 1 task execution error: ops: Failed to run task "server": exit status 1 ``` and this is the current kernel commandline ``` > cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.14.0-1015-nvidia root=UUID=76f5f869-2a73-453b-9dcc-e471c5adf4d6 ro systemd.unified_cgroup_hierarchy=0 cgroup_memory=1 cgroup_enable=memory init_on_alloc=0 console=tty0 plymouth.ignore-serial-consoles plymouth.use-simpledrm earlycon=uart,mmio32,0x16A00000 console=tty0 console=ttyS0,921600 crashkernel=1G-:0M quiet splash pci=pcie_bus_safe vt.handoff=7 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
