Kubernetes 使用指南:从编译到集群管理
1. 启动 Kubernetes 组件
Kubernetes 集群由主节点和多个工作节点组成,每个节点运行多个 Kubernetes 二进制文件。为了简化部署,可以使用 hyperkube 这个单一二进制文件,通过传递要启动的组件类型作为选项来启动不同的组件。
以下是使用 hyperkube 启动 API 服务器的示例:
$ ./hyperkube apiserver -h
The main API entrypoint and interface to the storage system. The API server is
also the focal point for all authorization decisions.
Usage:
apiserver [flags]
Available Flags:
--address=127.0.0.1: DEPRECATED: see --insecure-bind-address instead
--admission-control="AlwaysAdmit": Ordered list of plug-ins to do admission control ...
--admission-control-config-file="": File with admission control configuration.
--allow-privileged=false: If true, allow p
超级会员免费看
订阅专栏 解锁全文
801

被折叠的 条评论
为什么被折叠?



