-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jobs, chapter 12, with K8s 1.18, 2 breaking changes #33
Comments
That was a lifesaver! Thank you. |
Leaving it to readers: If you want instead use the .yaml, the updated version is:
|
Wouldn't it be easier to use:
|
Yes, it's easier, but the syntax would be, according to the changes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chapter 12 says to start a Job like this:
With K8s 1.18, there is a deprecation.
So instead this command creates a Pod instead of a Job. OK, software evolves and printed copies do not. We can deal with this. However, there is another issue. The Pod will fail with:
Something about "blue" version of Kuard container changed. To work around it one has to change the command to
Notice the addition of
/kuard \
@surfer190 also documented their findings in these extensive notes found here. In the document search for "That said the error:" to see the same finding.
The issue is noted and worked around in this Katacoda scenario. I'm the author of this scenario.
This issue is more of an errata note for the Jobs chapter.
The text was updated successfully, but these errors were encountered: