feat(k8s): 添加一键部署 K8s 集群模板 #8
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requested by @zhangzqs
本 PR 实现了一键部署 Kubernetes 集群的 Terraform 模块。
变更摘要
新增
k8s/simple模块,用于在七牛云上快速部署 Kubernetes 集群。功能特性
模块结构
使用示例
技术实现
qiniu_compute_*资源user_data脚本实现节点自动初始化最小配置要求
文档
详细的使用文档、配置说明、故障排查指南请查看
k8s/README.md。测试说明
由于需要实际的七牛云账号和凭证,本 PR 仅包含模板代码。建议在合并前进行以下测试:
关联 Issue
Closes #7