Kubernetes Notes
CtrlK
  • README
  • 序:Kubernetes之道
  • 搭建开发环境
  • 基本概念
  • 基础组件
  • 容器运行时(Container Runtime)
  • 资源隔离与限制
  • 网络
  • Service Mesh
  • 扩展Kubernetes
  • 现网问题
  • 最佳实践
  • 生产力小工具
  • 社区贡献
  • 学习资料
  • 附录:RTFSC
Powered by GitBook
On this page
  • 1. 提交PR
  • 2. 常用命令
  • 3. 贡献状态
  • 4. 怎么做code review
  • 5. 参考资料

Was this helpful?

社区贡献

1. 提交PR

https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md

2. 常用命令

  • 常用短命令

    https://prow.k8s.io/command-help

  • Adding Release Notes

    https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.md

3. 贡献状态

从stackalytics.com可以看到各公司/个人对kubernetes的贡献,比如:Tencent为https://www.stackalytics.com/cncf?module=kubernetes&company=tencent。

4. 怎么做code review

  • Go Code Review Comments: https://github.com/golang/go/wiki/CodeReviewComments

  • Google Engineering Practices: https://google.github.io/eng-practices/

  • On Collaborative Development: https://github.com/kubernetes/community/blob/master/contributors/guide/collab.md

  • Community Expectations: https://github.com/kubernetes/community/blob/master/contributors/guide/community-expectations.md

5. 参考资料

  • feisky写的社区贡献指南: https://kubernetes.feisky.xyz/she-qu-gong-xian/contribute

Previous生成特定权限和配额的kubeconfigNext学习资料

Last updated 6 years ago

Was this helpful?