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
When running in Github Actions or locally it would be beneficial to dynamically add labels/annotations to created clusters for easier reasoning what was created where.
For example: when running in Github Actions environments let's add some metadata about repo, PR number, branch etc to cluster labels as we already do it with ktf_created_by label
When ktf creates a GKE cluster on Github Actions CI I can easily find it by labels in GKE dashboard using some predefined labels that will contain metadata about the repo it was run in, PR number and branch name.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem Statement
When running in Github Actions or locally it would be beneficial to dynamically add labels/annotations to created clusters for easier reasoning what was created where.
For example: when running in Github Actions environments let's add some metadata about repo, PR number, branch etc to cluster labels as we already do it with
ktf_created_by
labelkubernetes-testing-framework/pkg/clusters/types/gke/builder.go
Lines 129 to 132 in 4a62d99
Proposed Solution
No response
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: