We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbe1a3 commit f812969Copy full SHA for f812969
docs/main/Solutioning/backup-and-restore/kasten-br-fs.md
@@ -98,8 +98,6 @@ Use the following `kubectl` command to forward a local port to the Kasten ingres
98
By default, the Kasten dashboard is not exposed externally.
99
:::
100
101
-In this example we have changed the 'svc' type to **NodePort**:
102
-
103
- Forward a local port to the Kasten ingress port.
104
105
```
@@ -108,7 +106,9 @@ kubectl --namespace kasten-io port-forward service/gateway 8080:80
108
106
109
107
or
110
111
-- Change the 'service type' type as **NodePort**.
+- Change the 'svc' type as **NodePort**.
+
+In this example, we have changed the 'svc' type to **NodePort**.
112
113
**Command**
114
0 commit comments