-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cluster-init: [ERROR]: probe I/O capabilities: can't allocate write buffer #1130
Comments
I'm having the exact same problem on Centos7 as well... |
Same here, same CentOS 7 version |
### Same here, inite Ubuntu 18.04.3 LTS and try to join with Ubuntu 16.04.6 LTS ,and Server: ### log: #$ K3S_TOKEN=SECRET k3s server --docker --server https://10.0.1.68:6443INFO[0000] Preparing data dir /var/lib/rancher/k3s/data/2492a28b74abfbdbd3f943c8109a93e979669647bbbe95eadae43b60c667df69 |
the inite-cluster server log:W1128 06:45:54.041551 10741 pod_container_deletor.go:75] Container "9a0d7df36e50318c52ceaf25089927468cd94d7df82e6a4bf627f789a291a6b8" not found in pod's containers |
I managed to get it working on Ubuntu 18.04.3 LTS |
@caleno Could you please explain us how you fixed it? ;-) |
Seeing the same issue on Ubuntu 18.0.4.3 LTS and Debian 10 (odroid N2 image) both on arm64. |
Also seeing this on Slackware 14.2 with OpenRC |
FWIW Alpine 3.11.2 extended (also OpenRC) is not displaying this issue |
Same thing here. I haven't been able to track down the source for the error message, but it looks like something in the libuv I/O library or the raft library? running under Hyper-V, 2048MB RAM, static IP assigned. CentOS Linux release 7.7.1908 (Core) $ curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--node-external-ip 141.73.90.64" sh -s - $ systemctl stop k3s $ systemctl start k3s $ systemctl stop k3s $ k3s server --cluster-init --node-external-ip 141.73.90.64 $ systemctl start k3s $ journalctl -xe |
@ethan-reynolds Same with you, on CentOS 7 version |
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
Version:
Describe the bug
Starting a new cluster with embedded db fails with error message
02:00:30.442 [ERROR]: probe I/O capabilities: can't allocate write buffer
FATA[2019-11-25T14:36:08.565595250Z] starting kubernetes: failed to create task object
To Reproduce
Run: 'K3S_TOKEN=hilfe k3s server --cluster-init' (on a Centos 7 server (?))
Expected behavior
It should k3s cluster with dqlite as backend which I can join more servers nodes to.
Actual behavior
K3S_TOKEN=hilfe k3s server --cluster-init
INFO[2019-11-25T15:50:05.381319277+01:00] Starting k3s v1.0.0 (18bd921)
03:23:31.137 [DEBUG]: data dir: /var/lib/rancher/k3s/server/db/state.dqlite
03:23:31.137 [DEBUG]: metadata1: version 191, term 0, voted for 0
03:23:31.137 [DEBUG]: metadata2: version 192, term 0, voted for 0
03:23:31.137 [DEBUG]: metadata: version 194, term 0, voted for 0
03:23:31.137 [ERROR]: probe I/O capabilities: can't allocate write buffer
FATA[2019-11-25T15:50:05.399366856+01:00] starting kubernetes: failed to create task object
Additional context
Ran same command on two different servers, same problem.
Server1: CentOS Linux release 7.4.1708 (Core)
Server2: CentOS Linux release 7.7.1908 (Core)
The text was updated successfully, but these errors were encountered: