tkestack / tke

Native Kubernetes container management platform supporting multi-tenant and multi-cluster
Other
1.47k stars 331 forks source link

tkestack轻量化安装(chart安装tke-auth等组件)需要支持TKE公有云集群 #1803

Open JiaYongfei opened 2 years ago

JiaYongfei commented 2 years ago

What would you like to be added:

Why is this needed:

wl-chen commented 2 years ago

The lightweight installation of TKEStack does not currently support the TKE public cloud environment, because the tke public cloud environment lacks some necessary files, such as the front-proxy-ca.crt of the cluster, so the installation cannot continue.

classcit commented 2 years ago

2022-04-21 05:14:52.180 info tke-installer 8.Execute post cluster ready hook [Success] [0.005320s] 2022-04-21 05:15:02.196 info tke-installer 9.Prepare front proxy certificates doing 2022-04-21 05:15:02.295 info tke-installer 9.Prepare front proxy certificates [Success] [0.098870s] 2022-04-21 05:15:12.296 info tke-installer 10.Create namespace for install TKE doing 2022-04-21 05:15:12.364 info tke-installer 10.Create namespace for install TKE [Success] [0.067501s] 2022-04-21 05:15:22.367 info tke-installer 11.Prepare certificates doing 2022-04-21 05:15:22.623 info tke-installer 11.Prepare certificates [Success] [0.255372s] 2022-04-21 05:15:32.652 info tke-installer 12.Prepare baremetal provider config doing 2022-04-21 05:15:32.704 info tke-installer 12.Prepare baremetal provider config [Success] [0.051913s] 2022-04-21 05:15:42.705 info tke-installer 13.Install etcd doing 2022-04-21 05:15:42.710 info tke-installer 13.Install etcd [Success] [0.005012s] 2022-04-21 05:15:52.712 info tke-installer 14.Patch platform versions in cluster info doing 2022-04-21 05:15:52.715 info set platform version to v1.9.0 2022-04-21 05:15:52.717 info tke-installer 14.Patch platform versions in cluster info [Success] [0.004605s] 2022-04-21 05:16:02.726 info tke-installer 15.Install tke-auth chart doing 2022-04-21 05:26:03.008 error tke-installer 15.Install tke-auth chart [Failed] [600.282022s] error timed out waiting for the condition

本地虚拟机安装报这个错

tempestLXC commented 2 years ago

2022-04-21 05:14:52.180 info tke-installer 8.Execute post cluster ready hook [Success] [0.005320s] 2022-04-21 05:15:02.196 info tke-installer 9.Prepare front proxy certificates doing 2022-04-21 05:15:02.295 info tke-installer 9.Prepare front proxy certificates [Success] [0.098870s] 2022-04-21 05:15:12.296 info tke-installer 10.Create namespace for install TKE doing 2022-04-21 05:15:12.364 info tke-installer 10.Create namespace for install TKE [Success] [0.067501s] 2022-04-21 05:15:22.367 info tke-installer 11.Prepare certificates doing 2022-04-21 05:15:22.623 info tke-installer 11.Prepare certificates [Success] [0.255372s] 2022-04-21 05:15:32.652 info tke-installer 12.Prepare baremetal provider config doing 2022-04-21 05:15:32.704 info tke-installer 12.Prepare baremetal provider config [Success] [0.051913s] 2022-04-21 05:15:42.705 info tke-installer 13.Install etcd doing 2022-04-21 05:15:42.710 info tke-installer 13.Install etcd [Success] [0.005012s] 2022-04-21 05:15:52.712 info tke-installer 14.Patch platform versions in cluster info doing 2022-04-21 05:15:52.715 info set platform version to v1.9.0 2022-04-21 05:15:52.717 info tke-installer 14.Patch platform versions in cluster info [Success] [0.004605s] 2022-04-21 05:16:02.726 info tke-installer 15.Install tke-auth chart doing 2022-04-21 05:26:03.008 error tke-installer 15.Install tke-auth chart [Failed] [600.282022s] error timed out waiting for the condition

本地虚拟机安装报这个错

我也遇到这个问题了,安装系统是ubuntu 18.04 , tkestack 版本,1.9.0 和1.8.1 都有这个问题, install 是虚拟机 4核 8G内存,master 是机器 8核 16G

tempestLXC commented 2 years ago

我知道啥问题了,安装的时候网卡名称没设置对就会出现这种情况

simops-328 commented 2 years ago

我知道啥问题了,安装的时候网卡名称没设置对就会出现这种情况

您好,我也遇到了这个问题了,想问下您是怎么解决这个问题的?默认的网卡名称为ens192,但是tke里边写的是eth0,这个时候我是不是应该直接写全的网卡名称ifcfg-ens192,