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 @@ -1423,6 +1423,19 @@ Used on: Ingress
1423
1423
Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`.
1424
1424
{{< /note >}}
1425
1425
1426
+ # ## kubernetes.io/cluster-service (deprecated) {#kubernetes-io-cluster-service}
1427
+
1428
+ Type : Label
1429
+
1430
+ Example : ` kubernetes.io/cluster-service: "true"`
1431
+
1432
+ Used on : Service
1433
+
1434
+ This label indicates that the Service provides a service to the cluster, if the value is set to true.
1435
+ When you run `kubectl cluster-info`, the tool queries for Services with this label set to true.
1436
+
1437
+ However, setting this label on any Service is deprecated.
1438
+
1426
1439
# ## storageclass.kubernetes.io/is-default-class
1427
1440
1428
1441
Type : Annotation
You can’t perform that action at this time.
0 commit comments