Skip to content

Commit aae1179

Browse files
committed
Update Blog “how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent 906341d commit aae1179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The Kasten dashboard will be available at: `http://127.0.0.1:8080/k10/#/`
113113
The Kasten K10 will be installed to the namespace *kasten-io* in the cluster. To validate the installation, typing the following command to watch for the status of all Pods. Helm installs a list of Pods to the namespace. It takes a while before all those Pods start running.
114114

115115
```markdown
116-
$ k get pods -n kasten-io -w
116+
$ kubectl get pods -n kasten-io -w
117117
NAME READY STATUS RESTARTS AGE
118118
aggregatedapis-svc-6fc8fcf7bd-cdw8p 1/1 Running 0 15m
119119
auth-svc-6fcb76d7df-pt748 1/1 Running 0 15m
@@ -138,7 +138,7 @@ state-svc-b4b996d9b-jnbrl 3/3 Running 0 15m
138138
After all the Pods are in running states, edit the service *gateway* to change its service type from *ClusterIP* to *NodePort*. This will generate a service port and expose the service via the configured gatway host plus the port.
139139

140140
```markdown
141-
$ k edit svc gateway -n kasten-io
141+
$ kubectl edit svc gateway -n kasten-io
142142
143143
spec:
144144
clusterIP: 10.102.36.25

0 commit comments

Comments
 (0)