We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: the managed-by label value of self deployed objects should not be inherited from CNAO/HCO CR.
$ kubectl get secret kubemacpool-mutator-ca -n kubevirt-hyperconverged -o custom-columns="":.metadata.labels map[ app.kubernetes.io/component:network app.kubernetes.io/managed-by:hco-operator app.kubernetes.io/part-of:hyperconverged-cluster app.kubernetes.io/version:1.6.0 ]
What you expected to happen: It must be app.kubernetes.io/managed-by: kubemacpool
app.kubernetes.io/managed-by: kubemacpool
How to reproduce it (as minimally and precisely as possible): deploy HCO/CNAO and take a look at the secret label.
Anything else we need to know?: similar to issue opened on CNAO kubevirt/cluster-network-addons-operator#1051 Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
the managed-by label value of self deployed objects should not be inherited from CNAO/HCO CR.
What you expected to happen:
It must be
app.kubernetes.io/managed-by: kubemacpool
How to reproduce it (as minimally and precisely as possible):
deploy HCO/CNAO and take a look at the secret label.
Anything else we need to know?:
similar to issue opened on CNAO kubevirt/cluster-network-addons-operator#1051
Environment:
The text was updated successfully, but these errors were encountered: