-
Notifications
You must be signed in to change notification settings - Fork 179
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
《kubernetes进阶实战》堪误信息 #2
Comments
<kubernetes进阶实战> 2019年1月第1版第1次印刷
正确的应该为:
|
第七章 7.5.2创建PVC P189-190
但是在P88中给出的 pv-rbd-0001.yaml 中既没有metadata.labels.release: "stable",也没有spec.storageClassName: fast,这样时无法绑定的,而且该pv-rbd-0001.yaml 排版也有问题。但是github中已经给出pv-rbd-0001.yaml,请注意! 第二、第七章 7.5.2P190 中一处描述为”persistentVolumeClain存储卷“ 应为”persistentVolumeClaim“ |
版次: 2019年1月第1版第2次印刷
这句话,应该是打错了。无论怎么读都不合逻辑。 |
是的,是持续回馈社区,多谢!-------- 原始邮件 --------发件人: magichan <[email protected]>日期: 2019年12月8日周日 傍晚5:32收件人: iKubernetes/Kubernetes_Advanced_Practical <[email protected]>抄送: iKubernetes <[email protected]>, Author <[email protected]>主 题: Re: [iKubernetes/Kubernetes_Advanced_Practical] 《kubernetes进阶实战》堪误信息 (#2)版次: 2019年1月第1版第2次印刷
第九章 9.6 Operator 概述 p247-18
并接需回馈社区
这句话,应该是打错了。无论怎么读都不合逻辑。
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
哥们,你看书看的真细致啊,里面确实很多YAML格式的文件都有些问题。第9章的"Replicaset"应该是要写成"DeamonSet"吧,P230和P231中的 |
在第119页, 最后一行至120页第一行,使用patch更改镜像标签正确结果:kubectl patch -f myapp-deploy.yaml -p '{"spec": {"template": {"spec": {"containers": [{"image": "ikubernetes/myapp:v2","name":"myapp"}]}}}}' 书中原文:'{"spec": {"containers": ["image" "ikubernetes/myapp:v2","name":"myapp"}}' |
第129页, kubectl get pods -l job-name=job-example -a |
第4章 |
p140 没有postStop钩子函数吧,这里打印错误 |
欢迎《kubernetes进阶实战》的读者朋友们在此处提交堪误信息!
The text was updated successfully, but these errors were encountered: