You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -80,7 +78,7 @@ Then, enter the following information:
80
78
|Value
81
79
82
80
|Namespace*
83
-
|my-project{USER_ID}
81
+
|_user_-dev
84
82
85
83
|Memory Limit*
86
84
|512Mi
@@ -124,7 +122,7 @@ Then, enter the following information:
124
122
|Value
125
123
126
124
|Namespace*
127
-
|my-project{USER_ID}
125
+
|_user_-dev
128
126
129
127
|Memory Limit*
130
128
|512Mi
@@ -159,11 +157,11 @@ Now you can move on to configure the Inventory and Catalog service to use these
159
157
160
158
By default, due to security reasons, **containers are not allowed to snoop around OpenShift clusters and discover objects**. Security comes first and discovery is a privilege that needs to be granted to containers in each project.
161
159
162
-
Since you do want our applications to discover the config maps inside the **my-project{USER_ID}** project, you need `*to grant permission to the Service Account to access the OpenShift REST API*` and find the config maps.
160
+
Since you do want our applications to discover the config maps inside the your project, you need `*to grant permission to the Service Account to access the OpenShift REST API*` and find the config maps.
A new instance (pod) will be redeployed very quickly. Once deleted `*try to access your http://inventory-coolstore-my-project{USER_ID}.{APPS_HOSTNAME_SUFFIX}[Inventory Service^, role='params-link']*`.
72
+
A new instance (pod) will be redeployed very quickly. Once deleted `*try to access your Inventory application test page*`.
76
73
77
74
However, imagine the _Inventory Service_ is stuck in a state (Stopped listening, Deadlock, etc)
78
75
where it cannot perform as it should. In this case, the pod will not immediately die, it will be in a zombie state.
@@ -88,7 +85,7 @@ the container could automatically restart (based on its restart policy).
88
85
89
86
Let's imagine you have traffic coming into the _Inventory Service_. We can do that with simple script.
90
87
91
-
In your {CHE_URL}[Workspace^, role='params-link'],
@@ -150,7 +147,7 @@ In order to prevent this behaviour, a **Readiness check** is needed. It determin
150
147
If the readiness probe fails, the endpoints controller ensures the container has its IP address removed from the endpoints of all services.
151
148
A readiness probe can be used to signal to the endpoints controller that even though a container is running, it should not receive any traffic from a proxy.
152
149
153
-
First, scale down your _Inventory Service_ to 1 instance. In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^, role='params-link'], under the Workloads menu,
150
+
First, scale down your _Inventory Service_ to 1 instance. In the OpenShift Web Console, under the Workloads menu,
154
151
`*click on 'Topology' -> '(D) inventory-coolstore' -> 'Details' then click once on the down arrows
155
152
on the right side of the pod blue circle*`.
156
153
@@ -164,7 +161,7 @@ It allows applications to provide information about their state to external view
164
161
in cloud environments where automated processes must be able to determine whether the application should be discarded or restarted.
165
162
166
163
Let's add the needed dependencies to **/projects/workshop/labs/inventory-quarkus/pom.xml**.
167
-
In your {CHE_URL}[Workspace^, role='params-link'], `*edit the '/projects/workshop/labs/inventory-quarkus/pom.xml' file*`:
164
+
In your Workspace, `*edit the '/projects/workshop/labs/inventory-quarkus/pom.xml' file*`:
0 commit comments