diff --git a/content/en/blog/general/assigning-node-metadata-to-pods/index.md b/content/en/blog/general/assigning-node-metadata-to-pods/index.md index 3dd7b9592..098b4ff69 100644 --- a/content/en/blog/general/assigning-node-metadata-to-pods/index.md +++ b/content/en/blog/general/assigning-node-metadata-to-pods/index.md @@ -390,6 +390,9 @@ spec: # https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone topology.kubernetes.io/zone: "{{ ZoneLabel }}" ``` +### Credits + +Thanks to [Abir Sigron](https://github.com/abirsigron) for initiating the idea on Slack and conducting a POC. ## Closing