weixin_39843698 2020-11-19 11:59
浏览 0

*: Rename label annotation keys

This PR fixes #66. The labels and annotations are renamed according to Kubernetes recommendation and Helm recommendation.

With this PR, we can not only query all resources easily with unified labels, but also distingush resources managed by Tiller with TiDB Operator itself easily. The common labels are: * app.kubernetes.io/instance: the unique cluster name. * app.kubernetes.io/name: the entire app name, for tidb cluster it's always tidb-cluster. * app.kubernetes.io/component: the component name, pd/tikv/tidb/monitor etc. * app.kubernetes.io/managed-by: the resource manager name, Tiller or tidb-operator

  • 写回答

5条回答 默认 最新

  • weixin_39843698 2020-11-19 11:59
    关注

    /run-e2e-tests

    评论

报告相同问题?