安装总是失败
#328
Replies: 2 comments 4 replies
-
https://github.com/openelb/openelb/blob/v0.5.1/deploy/openelb.yaml 先用这个试一下吧 master 会有一些正在开发的新特性,可能会出问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
你好,创建地址池的时候提示,这个怎么处理呢: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
安装总是失败
服务器为阿里云ECS
k8s是通过kubekey安装的单机版
使用https://raw.githubusercontent.com/openelb/openelb/master/deploy/openelb.yaml安装的,并修改了国内镜像
问题:

安装完后 openelb-manager pod 总是
ContainerCreating
状态原yaml文件中为

secretName: openelb-admission
,会报错找不到secret改为具体的名字




secretName: openelb-admission-token-mrq6d
后,
报错变为和secret里的值不对应
secret内容为
而且重复apply会提示
0/1 nodes are available: 1 node(s) didn't have free ports for the requested pod ports.
处理了2天了就是解决不了, 请求帮助,谢谢
Beta Was this translation helpful? Give feedback.
All reactions