Errata

Operating OpenShift

Errata for Operating OpenShift

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
PDF Page Security context constraints (page 49)
oc get pod game -o "jsonpath={.metadata.annotations['openshift\.io/scc']}"

On OCP 4.10.20:
$ oc get pod game -o "jsonpath={.metadata.annotations['openshift\.io/scc']}"
restricted
$ oc get pod game-xxxx -o "jsonpath={.metadata.annotations['openshift\.io/scc']}"
restricted

On OCP 4.11.17:
$ oc get pod game -o "jsonpath={.metadata.annotations['openshift\.io/scc']}"
restricted-v2
$ oc get pod game-xxxx -o "jsonpath={.metadata.annotations['openshift\.io/scc']}"
restricted-v2

CertDepot  Dec 19, 2022 
Printed Page 12
4th paragraph

The sentence describing instance scaling has mixed up the meaning of horizontal and vertical scaling.
* The parenthesis after "...scale nodes to bigger instances" should be vertically not horizontally as is written now.
* The parenthesis after "...or more of them" should be horizontally not not vertically.

Viktor Alakörkkö  Jan 27, 2023