Closed helloxubo closed 10 months ago
Pls leverage register cluster to install latest CSI from addon center for self-build K8s cluster. https://help.aliyun.com/document_detail/335175.html
1)从这个文档中可以知道 kubectl create -f ./deploy/oss/oss-plugin.yaml 进行发布,但是发不完之后,观察 kubectl -n kube-system logs -f csi-plugin-jpw6n -c csi-plugin 报“Failed connect to 100.100.100.200:80; Connection timed out”。 错误,并且有一些centos的命令操作,所以猜想可能镜像不对。
2)通过上面的文档$ cd build && sh build-oss.sh 也知道了如何编译源码,于是乎查看 Dockfile和entrypoint.sh 根据node的操作系统的版本做了如下修改:
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
+1 我也遇到此问题
+1 我也遇到此问题
@majiajun7 方便问问现在您使用的CSI版本吗?确认一下是否已经带上该bugfix: https://github.com/kubernetes-sigs/alibaba-cloud-csi-driver/pull/825/files
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
自建的K8S在使用的OSS时日志中提示:“Failed connect to 100.100.100.200:80; Connection timed out”。 经排查,IP”100.100.100.200“”只有阿里云的服务器才能连接。其它的服务器无法访问。 可有其它的解决办法,谢谢?