Skip to content

Commit 7fe2840

Browse files
authored
Merge pull request #161 from OpenLiberty/staging
Merge staging to prod - README updated (#159)
2 parents 423d451 + ec4e1fe commit 7fe2840

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,14 @@ Run the following command to deploy your changes to the {kube} cluster.
391391
kubectl replace --force -f kubernetes.yaml
392392
```
393393

394+
When this command finishes, wait for the pods to be in the Ready state. Run the following command to view the status of the pods.
395+
[role='command']
396+
```
397+
kubectl get pods
398+
```
399+
400+
When the pods are ready, the output shows `1/1` for READY and `Running` for STATUS.
401+
394402
// Static guide instruction
395403
ifndef::cloud-hosted[]
396404

@@ -504,6 +512,7 @@ ifdef::cloud-hosted[]
504512
Update the ***pom.xml*** files so that the ***system.service.root*** and ***inventory.service.root*** properties have the correct ports to access the **system** and **inventory** services.
505513

506514
```bash
515+
cd /home/project/guide-kubernetes-microprofile-config/start
507516
SYSTEM_NODEPORT=`kubectl get -o jsonpath="{.spec.ports[0].nodePort}" services system-service`
508517
INVENTORY_NODEPORT=`kubectl get -o jsonpath="{.spec.ports[0].nodePort}" services inventory-service`
509518
sed -i 's=localhost:31000='"localhost:$SYSTEM_NODEPORT"'=g' inventory/pom.xml

0 commit comments

Comments
 (0)