-
Notifications
You must be signed in to change notification settings - Fork 25
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
升级失败 #370
Comments
Thank you for your testing and feedback. I found a machine to test it, but it still reports a golang version error. I think I need to take a closer look at the logic. Give me a few days. |
新版本和原有版本 路径没有保持一致 |
Thank you for the reminder, I will test it as soon as possible. |
update and build new release v1.31.2, current handle some issue:
k8e ctr plugin ls I need to check what's wrong with this plugin mechanism. |
containerd.log |
testing Docker engine is work like a charm. but internel runc is not working.
|
root@master-02 /v/l/k/agent [3]# k8e -v ● k8e.service - K8E - Kubernetes Easy Engine 11月 20 18:59:42 master-02 k8e[1466]: time="2024-11-20T18:59:42+08:00" level=info msg="Waiting for containerd startup: rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService" |
@wgzxyouling $ yum install docker-ce
$ systemctl start docker
# The `--docker` parameter switches the container runtime to Docker. Example usage is as follows:
$ curl -sfL https://getk8e.com/install.sh | K8E_TOKEN=ilovek8e K8E_URL=https://172.25.1.56:6443 INSTALL_K8E_EXEC="server --write-kubeconfig-mode=666 --docker" sh -s -
|
@wgzxyouling I am get thing done. https://github.com/xiaods/k8e/releases/tag/v1.31.2-rc2%2Bk8e1
|
rm -rf /etc/rancher/k8e/registries.yaml |
Oops. let me check |
fix issue: #370 Signed-off-by: Deshi Xiao <[email protected]>
@wgzxyouling have a try k8e v1.31.2-rc4+k8e1 |
都ok |
hi buddy, k8e will only have one config path: /etc/k8e , if you found another way, you can call it. |
close by resolved issues. |
那些路径问题 都是中间几个版本产生的 |
Thank you for your patience in helping me test so many RC versions. Moving forward, I will consider making the trimming process smoother to enhance the user experience. @wgzxyouling |
systemctl stop k8e.service
下载k8e二进制覆盖就好
cp k8e /usr/local/bin/
然后启动k8e服务
systemctl start k8e.service #
11月 12 02:35:25 master-02 systemd[1]: Starting K8E - Kubernetes Easy Engine...
11月 12 02:35:25 master-02 k8e[228863]: time="2024-11-12T02:35:25+08:00" level=fatal msg="Failed to validate golang version: kubernetes golang build version not set - see 'golang: upstream version' in https://github.com/kubernetes/kubernetes/blob/v1.31.1-rc5/build/dependencies.yaml"
11月 12 02:35:25 master-02 systemd[1]: k8e.service: Main process exited, code=exited, status=1/FAILURE
11月 12 02:35:25 master-02 systemd[1]: k8e.service: Failed with result 'exit-code'.
11月 12 02:35:25 master-02 systemd[1]: Failed to start K8E - Kubernetes Easy Engine.
The text was updated successfully, but these errors were encountered: