Errata

Kubernetes: Up and Running

Errata for Kubernetes: Up and Running

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
ePub, Mobi Page Page 89, Ch. 5 "Pods / The Pod Manifest / Creating a Pod
first code snippet after first paragraph

The following command:

kubectl run kuard --generator=run-pod/v1 --image=gcr.io/kuar-demo/kuard-amd64:blue

fails with the message:

error: unknown flag: --generator

and the Kubernetes docs for "kubectl run" do not list a "--generator" option

Ralph Santos  Apr 30, 2023