runwhen-contrib / runwhen-local

RunWhen Local provides a tailored troubleshooting cheat sheet for Kubernetes environments
https://docs.runwhen.com/public/v/runwhen-local/
Apache License 2.0
159 stars 8 forks source link

Add "governor" annotation to SLX files generated by the workspace builder #519

Open vaterlaus opened 2 months ago

vaterlaus commented 2 months ago

This will be used by the platform upload reconciliation logic to distinguish different sources of SLX content, e.g. multiple locations / workspace builders. The value of the annotation is something like "WorkspaceBuilder:".

The location info is obtained from the uploadInfo file. If that's not available, then the value would just not include the lcoation info. Or possible something like "WorkspaceBuilder:unknown-location"?

Need to decide if we use location id or location name in the value.

Also need to decide if there's a better name to use than "governor".