Kubernetes Notes
search
⌘Ctrlk
Kubernetes Notes
  • README
  • 序:Kubernetes之道
  • 搭建开发环境
  • 基本概念
  • 基础组件
  • 容器运行时(Container Runtime)
  • 资源隔离与限制
  • 网络
  • Service Mesh
  • 扩展Kubernetes
  • 现网问题
  • 最佳实践
  • 生产力小工具
  • 社区贡献
  • 学习资料
  • 附录:RTFSC
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

社区贡献

hashtag
1. 提交PR

https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.mdarrow-up-right

hashtag
2. 常用命令

  • 常用短命令

    https://prow.k8s.io/command-helparrow-up-right

  • Adding Release Notes

    https://github.com/kubernetes/community/blob/master/contributors/guide/release-notes.mdarrow-up-right

hashtag
3. 贡献状态

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

hashtag
4. 怎么做code review

  • Go Code Review Comments: https://github.com/golang/go/wiki/CodeReviewCommentsarrow-up-right

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

  • On Collaborative Development: https://github.com/kubernetes/community/blob/master/contributors/guide/collab.mdarrow-up-right

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

hashtag
5. 参考资料

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

Previous生成特定权限和配额的kubeconfigchevron-leftNext学习资料chevron-right

Last updated 6 years ago

  • 1. 提交PR
  • 2. 常用命令
  • 3. 贡献状态
  • 4. 怎么做code review
  • 5. 参考资料