Skip to content
New issue

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

[CAPG] Add support for ResourceManagerTags #32

Closed
salasberryfin opened this issue Aug 22, 2023 · 3 comments
Closed

[CAPG] Add support for ResourceManagerTags #32

salasberryfin opened this issue Aug 22, 2023 · 3 comments

Comments

@salasberryfin
Copy link
Contributor

salasberryfin commented Aug 22, 2023

cluster-api-provider-gcp

Issue kubernetes-sigs/cluster-api-provider-gcp#992

Description

GCP Tags are key-value pairs that are bind to the GCP resources. Unlike currently supported labels, tags are not part of the resource metadata but resource in itself. Tag Keys, Values, Bindings are all discreet resources. Tags are used for defining IAM policy conditions, Organization conditionals policies and integrating with Cloud billing for cost management, which are not supported by labels.

  • Able to define the list of tags to add to the Compute Instances during cluster creation.
  • New Compute resources created for the cluster must have the tags defined.
@salasberryfin salasberryfin self-assigned this Aug 22, 2023
@salasberryfin
Copy link
Contributor Author

PR submitted and pending review kubernetes-sigs/cluster-api-provider-gcp#1008

@salasberryfin
Copy link
Contributor Author

The opened PR was updated and is ready to be reviewed.

@richardcase
Copy link
Contributor

Upstream PR has been approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants