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
Describe the bug After editing any resource the label k8slens-edit-resource-version is added. It should be rebranded as well.
Maybe we should also use annotation rather than label to not break other IaC tools (Terraform, Flux).
To Reproduce Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
I'm wondering if to put this info could be an option that you can enable or not on Freelens... what do you think?
Sorry, something went wrong.
I see Freelens uses this to check if the edit is already applied.
It is preferred to use annotation for it rather than label, as it is used ie. as deployment.kubernetes.io/revision annotation already.
deployment.kubernetes.io/revision
Now looks even nicer:
and ofc does not cause drift for Terraform, etc.
Successfully merging a pull request may close this issue.
Describe the bug
After editing any resource the label k8slens-edit-resource-version is added. It should be rebranded as well.
Maybe we should also use annotation rather than label to not break other IaC tools (Terraform, Flux).
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: