Jeff Geerling

Results 1857 comments of Jeff Geerling

Huh... on the Mac I'm getting this: ``` "Failed to run kubelet" err="failed to run Kubelet: could not detect clock speed from output: \"processor\\t: 0\\nBogoMIPS\\t: 48.00\\n..." component=kubelet ``` Going to...

New issue: need to upgrade config: ``` your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta2" ```

Now getting errors on image pull... ``` [WARNING ImagePull]: failed to pull image registry.k8s.io/kube-apiserver:v1.25.0: output: E0914 20:11:48.464757 9501 remote_image.go:238] "PullImage from image service failed" err="rpc error: code = Unknown desc...

I set `/var/lib/containerd` as a volume, and that got past the image pull issues (I had originally mounted `/var/lib/dockerd` I think in molecule config, so I switched that over). Now...

Had to add a couple options for running inside a container: https://github.com/kubernetes/kubernetes/issues/43704 `--cgroups-per-qos=false --enforce-node-allocatable=""` And then also merged in work from https://github.com/geerlingguy/ansible-role-kubernetes/pull/107 and it is passing locally. Running it through...

Hmm... now on Debian 11 only, on GitHub Actions, I'm getting: ``` [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs" output: "modprobe: FATAL: Module configs...

Full error log: ``` fatal: [instance]: FAILED! => {"changed": true, "cmd": ["kubeadm", "init", "--config", "/etc/kubernetes/kubeadm-kubelet-config.yaml", "--ignore-preflight-errors=all"], "delta": "0:04:19.056679", "end": "2022-09-15 15:44:48.878558", "msg": "non-zero return code", "rc": 1, "start": "2022-09-15 15:40:29.821879",...

And output of `systemctl status kubelet`: ``` ● kubelet.service - kubelet: The Kubernetes Node Agent Loaded: loaded (/lib/systemd/system/kubelet.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/kubelet.service.d └─10-kubeadm.conf Active: active (running) since Thu...

Hmm... getting this on Rocky Linux 8, too: ``` [init] Using Kubernetes version: v1.25.1 [preflight] Running pre-flight checks [preflight] The system verification failed. Printing the output from the verification: KERNEL_VERSION:...

On my Mac, I'm seeing: ``` Sep 15 22:10:54 instance kubelet[10875]: I0915 22:10:54.300087 10875 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt" Sep 15 22:10:54 instance kubelet[10875]: E0915 22:10:54.314932 10875 run.go:74] "command failed" err="failed...