Errata

Kubernetes Cookbook

Errata for Kubernetes Cookbook

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
11.4
chapter 11.4, second part of the yaml definition for the webserver deployment

In the yaml file for the recipe 11.4, in the livenessProbe and readinessProbe one field is mistyped: should be initialDelaySeconds instead of initialDelaySecond

David Ricordel  Mar 12, 2018 
13.4
chapter 13.4 content of functions-crd.yaml

In the yaml file functions-crd.yaml for the recipe 13.4, the metadata.name field should be functions.example.com not function.example.com

David Ricordel  Mar 15, 2018 
Printed Page 16
2nd and 3rd code sample

A '/' character is placed after the version number "v1.7.11" in both code samples.
However, that character should be removed there.
At the beginning of the next line, a '/' is missing. It should read '/apiserver' in the 2nd example, and '/controller-manager' in the 3rd example.

This error was correct in a draft PDF of this book. The examples in that draft used a different/lower version number. It is likely that the '/' has moved when the version number was updated.

Erwin Dondorp  Jul 21, 2019