【发布时间】:2020-08-15 08:23:21
【问题描述】:
我的 EKS 集群(kubernetes 版本 1.14)遇到问题。 我正在尝试通过 helm+tiller 将 JupyterHub(0.8.2 版)安装到 EKS 集群上。
安装似乎成功,但代理公共服务无法创建 ELB。请参阅下面“kubectl describe svc”的输出:
应用安装/部署失败并出现错误事件。
> kubectl describe svc
...
Name: proxy-public
Namespace: jhub
Labels: app=jupyterhub
chart=jupyterhub-0.8.2
component=proxy-public
heritage=Tiller
release=jhub
...
Warning CreatingLoadBalancerFailed 1m (x6 over 3m) service-controller Error creating load balancer (will retry): failed to ensure load balancer for service jhub/proxy-public: could not find any suitable subnets for creating the ELB
我的 EKS 集群与 3 个子网、2 个私有子网和 1 个公有子网相关联。我认为ELB可以放在公共子网中?
【问题讨论】:
标签: amazon-web-services amazon-elb subnet jupyterhub amazon-eks