📄️ 添加 Kubernetes 节点
📄️ 使用 Clusterfile 部署集群
Clusterfile 内容:
📄️ Customize applications image
Build a CloudImage from helm
📄️ 创建集群工作目录
创建一个 mysql 集群,并自定义集群名称:
📄️ Customize images at runtime
Here we use Config object to patch file(s) at runtime. First thing first, let me explain what Config is. Config is an object that describe how to patch, create or replace a specified file in one specified application image OR all images in the run list. Let's say that we need to provision a cluster with node-local-dns installed.
📄️ 删除 Kubernetes 节点
📄️ 在任意节点执行任意命令
指定执行命令的集群
📄️ 运行 Kubernetes 集群/应用组
运行 Calico