Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Richard Li
2021-03-02 09:01:39 -05:00
committed by GitHub
parent 5b3eedc8c2
commit 2300a73210
@@ -25,7 +25,7 @@ Kubernetes annotations are designed to solve exactly this problem. Oft-overlooke
Here is an example. Imagine you have a Kubernetes service for quoting, called the quote service. You can do the following:
```
$ kubectl annotate service quote a8r.io/owner=”@sally”
kubectl annotate service quote a8r.io/owner=”@sally”
```
In this example, weve just added an annotation called `a8r.io/owner` with the value of @sally. Now, we can use `kubectl describe` to get the information.