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 label
|
ResourceLabels: lo.Assign( |
|
map[string]string{GKECreateLabel: createdByID}, |
|
b.labels, |
|
), |
Proposed Solution
No response
Additional information
No response
Acceptance Criteria
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_bylabelkubernetes-testing-framework/pkg/clusters/types/gke/builder.go
Lines 129 to 132 in 4a62d99
Proposed Solution
No response
Additional information
No response
Acceptance Criteria