File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
concepts/overview/working-with-objects
reference/labels-annotations-taints Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ on every resource object.
40
40
| ` app.kubernetes.io/component ` | The component within the architecture | ` database ` | string |
41
41
| ` app.kubernetes.io/part-of ` | The name of a higher level application this one is part of | ` wordpress ` | string |
42
42
| ` app.kubernetes.io/managed-by ` | The tool being used to manage the operation of an application | ` helm ` | string |
43
- | ` app.kubernetes.io/created-by ` | The controller/user who created this resource | ` controller-manager ` | string |
44
43
45
44
To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object:
46
45
@@ -56,7 +55,6 @@ metadata:
56
55
app.kubernetes.io/component : database
57
56
app.kubernetes.io/part-of : wordpress
58
57
app.kubernetes.io/managed-by : helm
59
- app.kubernetes.io/created-by : controller-manager
60
58
` ` `
61
59
62
60
## Applications And Instances Of Applications
Original file line number Diff line number Diff line change @@ -25,15 +25,17 @@ The component within the architecture.
25
25
26
26
One of the [ recommended labels] ( /docs/concepts/overview/working-with-objects/common-labels/#labels ) .
27
27
28
- ### app.kubernetes.io/created-by
28
+ ### app.kubernetes.io/created-by (deprecated)
29
29
30
30
Example: ` app.kubernetes.io/created-by: "controller-manager" `
31
31
32
32
Used on: All Objects
33
33
34
34
The controller/user who created this resource.
35
35
36
- One of the [ recommended labels] ( /docs/concepts/overview/working-with-objects/common-labels/#labels ) .
36
+ {{< note >}}
37
+ Starting from v1.9, this label is deprecated.
38
+ {{< /note >}}
37
39
38
40
### app.kubernetes.io/instance
39
41
You can’t perform that action at this time.
0 commit comments