Skip to content

Commit 73aaba9

Browse files
authored
Merge pull request #35810 from yilmi/created-by-deprecated
Removing created-by label deprecated since 1.9
2 parents a4dde75 + bf29b18 commit 73aaba9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/concepts/overview/working-with-objects/common-labels.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ on every resource object.
4040
| `app.kubernetes.io/component` | The component within the architecture | `database` | string |
4141
| `app.kubernetes.io/part-of` | The name of a higher level application this one is part of | `wordpress` | string |
4242
| `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 |
4443

4544
To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object:
4645

@@ -56,7 +55,6 @@ metadata:
5655
app.kubernetes.io/component: database
5756
app.kubernetes.io/part-of: wordpress
5857
app.kubernetes.io/managed-by: helm
59-
app.kubernetes.io/created-by: controller-manager
6058
```
6159
6260
## Applications And Instances Of Applications

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@ The component within the architecture.
2525

2626
One of the [recommended labels](/docs/concepts/overview/working-with-objects/common-labels/#labels).
2727

28-
### app.kubernetes.io/created-by
28+
### app.kubernetes.io/created-by (deprecated)
2929

3030
Example: `app.kubernetes.io/created-by: "controller-manager"`
3131

3232
Used on: All Objects
3333

3434
The controller/user who created this resource.
3535

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 >}}
3739

3840
### app.kubernetes.io/instance
3941

0 commit comments

Comments
 (0)