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
:FeatureName: Support for user-defined labels and tags for GCP
9
-
include::snippets/technology-preview.adoc[]
10
-
11
8
Google Cloud Platform (GCP) provides labels and tags that help to identify and organize the resources created for a specific {product-title} cluster, making them easier to manage.
12
9
13
10
You can define labels and tags for each GCP resource only during {product-title} cluster installation.
@@ -31,15 +28,16 @@ User-defined labels and {product-title} specific labels are applied only to reso
31
28
* Image Registry Operator
32
29
* Machine API provider for GCP
33
30
34
-
User-defined tags are attached to resources created by the {product-title} installation program, Image Registry Operator, and Machine API Operator. User-defined tags are not attached to the resources created by any other Operators or the Kubernetes in-tree components.
31
+
User-defined labels are not attached to the resources created by any other Operators or the Kubernetes in-tree components.
35
32
36
33
User-defined labels and {product-title} labels are available on the following GCP resources:
37
34
38
35
* Compute disk
39
-
* Compute instance
40
-
* Compute image
41
36
* Compute forwarding rule
37
+
* Compute image
38
+
* Compute instance
42
39
* DNS managed zone
40
+
* Filestore backup
43
41
* Filestore instance
44
42
* Storage bucket
45
43
@@ -49,25 +47,27 @@ User-defined labels and {product-title} labels are available on the following GC
49
47
50
48
.User-defined tags
51
49
52
-
User-defined tags are attached to resources created by the {product-title}Image Registry Operator and not on the resources created by any other Operators or the Kubernetes in-tree components.
50
+
User-defined tags are applied only to resources created by {product-title}installation program and its core components, such as the following resources:
53
51
54
-
User-defined tags are available on the following GCP resources:
52
+
* GCP FileStore CSI Driver Operator
53
+
* GCP PD CSI Driver Operator
54
+
* Image Registry Operator
55
+
* Machine API provider for GCP
55
56
56
-
* Storage buckets
57
-
* Compute instances
58
-
* Compute disks
57
+
User-defined tags are not attached to the resources created by any other Operators or the Kubernetes in-tree components.
59
58
60
-
.Limitations to the user-defined tags
59
+
User-defined tags are available on the following GCP resources:
61
60
62
-
* Tags will not be attached to the following items:
61
+
* Compute disk
62
+
* Compute instance
63
+
* Filestore backup
64
+
* Filestore instance
65
+
* Storage bucket
63
66
64
-
** Filestore instance resources created by the GCP filestore CSI driver Operator
65
-
** Compute disk and compute image resources created by the GCP PD CSI driver Operator
67
+
.Limitations to the user-defined tags
66
68
67
69
* Tags must not be restricted to particular service accounts, because Operators create and use service accounts with minimal roles.
68
-
69
70
* {product-title} does not create any key and value resources of the tag.
70
-
71
71
* {product-title} specific tags are not added to any resource.
0 commit comments