Skip to content

Commit f812969

Browse files
committed
docs: document updated as per the comments
Signed-off-by: Bala Harish <[email protected]>
1 parent ebbe1a3 commit f812969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/main/Solutioning/backup-and-restore/kasten-br-fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ Use the following `kubectl` command to forward a local port to the Kasten ingres
9898
By default, the Kasten dashboard is not exposed externally.
9999
:::
100100

101-
In this example we have changed the 'svc' type to **NodePort**:
102-
103101
- Forward a local port to the Kasten ingress port.
104102

105103
```
@@ -108,7 +106,9 @@ kubectl --namespace kasten-io port-forward service/gateway 8080:80
108106

109107
or
110108

111-
- Change the 'service type' type as **NodePort**.
109+
- Change the 'svc' type as **NodePort**.
110+
111+
In this example, we have changed the 'svc' type to **NodePort**.
112112

113113
**Command**
114114

0 commit comments

Comments
 (0)