-
Notifications
You must be signed in to change notification settings - Fork 17
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
Example 5-3 in Kubernetes Patterns, 2nd Edition #2
Comments
Thanks for the heads up! Normally examples are mean to be directly executable, but in this case this is indeed not finished yet. I will fix this ASAP and keep you posted. Actually the image itself contains a batch runner for this kind of task (see e.g. Ex. 7.1), but in this case it's still fictive. I will upadte the imate to contain a wrapper script for this. However, the full example about entrypoint rewriting is meant educational, the example itself is not very useful. It could be that not all examples in the book are runnable, but we take care that the example in the example repository https://github.com/k8spatterns/examples are fully working (if not, please open an issue). Unfortunately for the entrypoint rewriting it has not yet been included. |
oops, closed by accident. |
Thanks for the info! |
I pushed a working image now, so that particular example works. Unfortunately the Pod declaration misses In the next step I will work on the image I will let you know, when done, so that the example in chapter 5 should be fully functional. |
@rhuss It looks like the newly-pushed container image tag 1.0 doesn't support ![]() |
Sorry, I probably just forgot to push 🤦 Everything should be up now. |
I tried create a Pod directly from the manifest in example 5-3.
It looks like the executable doesn't come with the container image.
Is this meant to work as-is or is it a hypothetical example where the user has to assume that the executable does exist?
The text was updated successfully, but these errors were encountered: