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
Copy file name to clipboardExpand all lines: modules/installing-gcp-user-defined-labels-and-tags.adoc
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ You can define labels and tags for each GCP resource only during {product-title}
17
17
User-defined labels and tags are not supported for {product-title} clusters upgraded to {product-title} {product-version}.
18
18
====
19
19
20
+
[NOTE]
21
+
====
22
+
You cannot update the tags that are already added. Also, a new tag-supported resource creation fails if the configured tag keys or tag values are deleted.
23
+
====
24
+
20
25
.User-defined labels
21
26
22
27
User-defined labels and {product-title} specific labels are applied only to resources created by {product-title} installation program and its core components such as:
@@ -26,7 +31,7 @@ User-defined labels and {product-title} specific labels are applied only to reso
26
31
* Image Registry Operator
27
32
* Machine API provider for GCP
28
33
29
-
User-defined labels and {product-title}specific labels are not applied on the resources created by any other operators or the Kubernetes in-tree components that create resources, for example, the Ingress load balancers.
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.
30
35
31
36
User-defined labels and {product-title} labels are available on the following GCP resources:
32
37
@@ -47,21 +52,22 @@ User-defined labels and {product-title} labels are available on the following GC
47
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.
48
53
49
54
User-defined tags are available on the following GCP resources:
50
-
* Storage bucket
55
+
56
+
* Storage buckets
57
+
* Compute instances
58
+
* Compute disks
51
59
52
60
.Limitations to the user-defined tags
53
61
54
62
* Tags will not be attached to the following items:
55
-
** Control plane instances and storage buckets created by the installation program
56
-
** Compute instances created by the Machine API provider for GCP
63
+
57
64
** Filestore instance resources created by the GCP filestore CSI driver Operator
58
65
** Compute disk and compute image resources created by the GCP PD CSI driver Operator
59
-
* Tags are not supported for buckets located in the following regions:
60
-
**`us-east2`
61
-
**`us-east3`
62
-
* Image Registry Operator does not throw any error but skips processing tags when the buckets are created in the tags unsupported region.
66
+
63
67
* Tags must not be restricted to particular service accounts, because Operators create and use service accounts with minimal roles.
68
+
64
69
* {product-title} does not create any key and value resources of the tag.
70
+
65
71
* {product-title} specific tags are not added to any resource.
0 commit comments