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 58
#4 |
Hi,
I was going thru this ebook
https://developers.redhat.com/e-books/openshift-for-developers
On Pg 58 it says...
Be sure you open this URL as HTTP:// and not HTTPS:// (Figure 6-13).
But the subsequent Figure has https URL highlighted.
Also if you follow "GitHub Webhook Configuration" section, it also uses https URL
So the text stating not to use HTTPS on Pg 58 is incorrect
thanx,
deepak
|
Deepak C Shetty |
Sep 30, 2021 |
Printed |
Page 80
ServiceBinding exercise |
I Have made this as an issue on the Github page of the code, you can find the full details of it here https://github.com/openshift-for-developers/noted/issues/2
|
Darryl Greig |
May 05, 2022 |
PDF |
Page 97
Configure a ServiceBinding |
SB can not be created
-> databases.postgresql.baiju.dev "demo-database" is forbidden: User "system:serviceaccount:openshift-operators:service-binding-operator" cannot get resource "databases" in API group "postgresql.baiju.dev" in the namespace "abc"
need following cluster role
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: test
subjects:
- kind: ServiceAccount
name: service-binding-operator
namespace: openshift-operators
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: databases.postgresql.baiju.dev-v1alpha1-view
|
Robert Baumgartner |
Oct 28, 2021 |