Skip to content

Commit 5b64934

Browse files
committed
Update Blog “deploying-super-mario-game-on-kubernetes-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent 63e36b5 commit 5b64934

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

content/blog/deploying-super-mario-game-on-kubernetes-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting, make sure you have the following:
2424
* The kubectl CLI tool, together with the kubeconfig file for accessing the K8s cluster
2525
* The optional openssl CLI tool, for validating the generated certificates
2626

27-
```shell
27+
```shell
2828
$ k get all -n metallb-system
2929
NAME READY STATUS RESTARTS AGE
3030
pod/controller-57b4fdc957-dr4h4 1/1 Running 0 18d
@@ -45,9 +45,11 @@ deployment.apps/controller 1/1 1 1 18d
4545

4646
NAME DESIRED CURRENT READY AGE
4747
replicaset.apps/controller-57b4fdc957 1 1 1 18d
48-
```
48+
```
4949

50-
```shell
50+
51+
52+
```shell
5153
$ k get all -n ingress-nginx
5254
NAME READY STATUS RESTARTS AGE
5355
pod/ingress-nginx-controller-5957546d75-zjwjh 1/1 Running 0 15d
@@ -61,9 +63,9 @@ deployment.apps/ingress-nginx-controller 1/1 1 1 15d
6163

6264
NAME DESIRED CURRENT READY AGE
6365
replicaset.apps/ingress-nginx-controller-5957546d75 1 1 1 15d
64-
```
66+
```
6567

66-
```shell
68+
```shell
6769
$ k get all -n cert-manager
6870
NAME READY STATUS RESTARTS AGE
6971
pod/cert-manager-6bcdd5f7c-f7lfw 1/1 Running 0 18d
@@ -83,4 +85,5 @@ NAME DESIRED CURRENT READY
8385
replicaset.apps/cert-manager-6bcdd5f7c 1 1 1 18d
8486
replicaset.apps/cert-manager-cainjector-5d4577b4d9 1 1 1 18d
8587
replicaset.apps/cert-manager-webhook-bf957dc77 1 1 1 18d
86-
```
88+
```
89+

0 commit comments

Comments
 (0)