question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Switch to disable all annotations / labeling

See original GitHub issue

Feature request

As a DevOps engineer working on the CI/CD GH workflow, I want to disable all annotations and labeling that K8s-Deploy GH action does, so they will not pollute K8s namespaces, deployments, pods, etc. Now K8s-Deploy allows only disabling the namespace annotation but there is no way to disable pod labeling that does not work correctly.

Reason for turning off auto-annotations - I have a team-wide strategy for them so the GH action just pollutes K9s resources with labels and annotations that are not useful for my K8s resources. NOTE: There is a bug in K8s-Deploy GH action that does not properly sanitize the workflow name before using it as in the POD/Service/Deployment label. E.g. my GitHub workflow name is “Build & Deploy Web Api” when K8s-Deploy calls kubectl to label all resources listed in the file it uses the following command kubectl label -f /tmp/baked-template-12345.yaml workflowFriendlyName=Build_&_Deploy_Web_Api so the label Build_&_Deploy_Web_Api contains invalid symbol & that is not allowed by K8s Kubenetes - Label Syntax and character set

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
OliverMKingcommented, Dec 6, 2022

I have fixed the docs 😃.

1reaction
OliverMKingcommented, Oct 3, 2022

Will look into it. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enabling or disabling annotation tools for meetings
Enabling annotation tools allows meeting participants to collaborate, brainstorm, and draw over shared content. Before using annotation...
Read more >
Converting labels to annotation—ArcMap | Documentation
You can convert the labels to an annotation group from any layer with a geodatabase, coverage, shapefile, or CAD feature class data source....
Read more >
How To: Convert labels to annotation and store overflow ...
Right-click on the layer and select Convert Labels to Annotation. Store the converted annotation in a geodatabase annotation feature class. For 9.0, uncheck...
Read more >
enable/disable Chaos mesh by specifying annotation or label ...
Please describe: We don't want to specify namespaces to enable or disable ChaosMesh at installation time, which would require reinstallation ...
Read more >
Consolidate Annotations - Amazon SageMaker
You can choose to use your own annotation consolidation function to determine the final labels for your labeled objects. There are many possible...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found