This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.5.9.16. 等待 bootstrap 完成并删除 Azure 中的 bootstrap 资源
在 Microsoft Azure 中创建所有所需的基础架构后,请等待您通过安装程序生成的 Ignition 配置文件所置备的机器上完成 bootstrap 过程。
先决条件
- 配置 Azure 帐户。
- 为集群生成 Ignition 配置文件。
- 在 Azure 中创建和配置 VNet 及相关子网。
- 在 Azure 中创建和配置联网及负载均衡器。
- 创建 control plane 和计算角色。
- 创建 bootstrap 机器。
- 创建 control plane 机器。
流程
更改到包含安装程序的目录,再运行以下命令:
./openshift-install wait-for bootstrap-complete --dir <installation_directory> \ --log-level info
$ ./openshift-install wait-for bootstrap-complete --dir <installation_directory> \
1 --log-level info
2 Copy to Clipboard Copied! Toggle word wrap Toggle overflow 如果命令退出且不显示
FATAL
警告,则代表您的 control plane 已被初始化。删除 bootstrap 资源:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
注意
如果不删除 bootstrap 服务器,安装可能无法成功,因为 API 流量路由到 bootstrap 服务器。