File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1427,6 +1427,19 @@ Used on: Ingress
1427
1427
Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`.
1428
1428
{{< /note >}}
1429
1429
1430
+ # ## kubernetes.io/cluster-service (deprecated) {#kubernetes-io-cluster-service}
1431
+
1432
+ Type : Label
1433
+
1434
+ Example : ` kubernetes.io/cluster-service: "true"`
1435
+
1436
+ Used on : Service
1437
+
1438
+ This label indicates that the Service provides a service to the cluster, if the value is set to true.
1439
+ When you run `kubectl cluster-info`, the tool queries for Services with this label set to true.
1440
+
1441
+ However, setting this label on any Service is deprecated.
1442
+
1430
1443
# ## storageclass.kubernetes.io/is-default-class
1431
1444
1432
1445
Type : Annotation
You can’t perform that action at this time.
0 commit comments