File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,24 @@ Used on: Service
334
334
335
335
Kubernetes uses this label to differentiate multiple Services. Used currently for ` ELB ` (Elastic Load Balancer) only.
336
336
337
+ ### kubernetes.io/service-account.name
338
+
339
+ Example: ` kubernetes.io/service-account.name: "sa-name" `
340
+
341
+ Used on: Secret
342
+
343
+ This annotation records the {{< glossary_tooltip term_id="name" text="name">}} of the
344
+ ServiceAccount that the token (stored in the Secret of type ` kubernetes.io/service-account-token ` ) represents.
345
+
346
+ ### kubernetes.io/service-account.uid
347
+
348
+ Example: ` kubernetes.io/service-account.uid: da68f9c6-9d26-11e7-b84e-002dc52800da `
349
+
350
+ Used on: Secret
351
+
352
+ This annotation records the {{< glossary_tooltip term_id="uid" text="unique ID" >}} of the
353
+ ServiceAccount that the token (stored in the Secret of type ` kubernetes.io/service-account-token ` ) represents.
354
+
337
355
### endpointslice.kubernetes.io/managed-by {#endpointslicekubernetesiomanaged-by}
338
356
339
357
Example: ` endpointslice.kubernetes.io/managed-by="controller" `
You can’t perform that action at this time.
0 commit comments