nigelpoulton / getting-started-k8s

Code and YAML files for Getting Started with Kubernetes video course on Pluralsight
https://www.pluralsight.com/courses/kubernetes-getting-started
385 stars 510 forks source link

Change version of image to 2.0 in deploy-complete.yml #3

Closed asankov closed 3 years ago

asankov commented 3 years ago

because this is what is shown in the PS course

I am going through the PS course ATM and noticed that when I apply this file, I don't have a new ReplicaSet created and when I open localhost on the node port I get the old version. Then I noticed that the version in the yaml is 1.0, while in the file you apply on the course video it is 2.0

Hope I was helpful and thanks for the great content! ☺️

nigelpoulton commented 3 years ago

Thanks so much for the heads-up. I'll take a closer look at this one as I know we modify the file a few times in the course, so at different times in the course it has different content. I'm pretty sure you've spotted a legit issue here, I just need to confirm before I make the change 👍