Closed michaelsrichter closed 5 years ago
currently
spec:
...
template:
annotations:
kubernetes.io/change-cause: "Update nginx to 1.9.10"
...
should be
spec:
...
template:
metadata:
annotations:
kubernetes.io/change-cause: "Update nginx to 1.9.10"
...
This should be fixed in the latest ebook version of it and we'll make sure we have it fixed in any future editions to the book. Thanks!
page 126 - template doesn't have an annotations object (that is what the example seems to be suggesting) - annotations need to be created inside the metadata object of template