Errata

DevOps with OpenShift

Errata for DevOps with 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 3
Continuous Deployment paragraph

"Continuous Deployment
By convention, we can denote the special case of automated continuous delivery to production as continuous deployment (CD). We make such a distinction because such deployments may be subject to additional governance processes and gates—for example, deliberate human intervention to manage risk and complete sign-off procedures. We make such a distinction because such deployments may be subject to additional governance processes. As per Figure 1-1, there may be scenarios for deliberate human intervention to manage risk and complete sign-off procedures."

There are two redundant sentences beginning with:

We make such a distinction because such deployments...

Note, I'm reading here: https://openshift-com.s3.amazonaws.com/ebooks/DevOps_with_OpenShift.pdf

Jamie Jackson  Mar 19, 2018 
PDF Page 8
Sidebar/Note

Multiple mentions of xip.io, but I guess OS is using nip.io now?

FYI, I'm reading from here: https://openshift-com.s3.amazonaws.com/ebooks/DevOps_with_OpenShift.pdf

Jamie Jackson  Mar 19, 2018 
PDF Page 19
Triggers section

$ oc deploy myapp --latest
Command "deploy" is deprecated, Use the `rollout latest` and `rollout cancel` commands instead.
Flag --latest has been deprecated, use 'oc rollout latest' instead
Started deployment #5
Use 'oc logs -f dc/myapp' to track its progress.

I'm reading from https://openshift-com.s3.amazonaws.com/ebooks/DevOps_with_OpenShift.pdf

Jamie Jackson  Mar 19, 2018 
PDF Page 43
1st paragraph

Dead link for "see the full documentation for extensions.": https://github.com/openshift/origin/tree/master/examples/jenkins/master-slave

Marc Guillemot  Jun 18, 2017 
PDF Page 57
code block

Using the ‘stage’ step without a block argument is deprecated

we're in 2017, up to date books should not promote old code

Marc Guillemot  Jun 19, 2017 
PDF Page 62
First complete sentence

Wrong path in;
"The files contained within the secret will be available in the /var/keys directory."

/var/keys -> /etc/keys

Marc Guillemot  Jun 20, 2017 
PDF Page 96
Above figure 7-6

kubernetes_labels_deployment:"<name of deployment configuration>" &&
mesasge:"error"

"mesasge" => "message"

Marc Guillemot  Jun 09, 2017