You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always immediately add or remove partitionings to stay in sync with the
desired set of partitionings, even if changes to existing partitionings
are held back by the update strategy. The deployment of new things or
the removal of unwanted things should not need to wait for an external
rollout.
Signed-off-by: Anthony Yeh <[email protected]>
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/. We should set them on cluster subresources and on pods.
app.kubernetes.io/name
->mysql
app.kubernetes.io/instance
->MysqlCluster.Labels[app.kubernetes.io/instance]
orMysqlCluster.Name
app.kubernetes.io/version
-> image tagapp.kubernetes.io/component
->MysqlCluster.Labels[app.kubernetes.io/component]
ordatabase
app.kubernetes.io/part-of
->MysqlCluster.Labels[app.kubernetes.io/part-of]
app.kubernetes.io/managed-by
->mysql-operator.presslabs.org
The text was updated successfully, but these errors were encountered: