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 8279bdd commit ebbe1a3Copy full SHA for ebbe1a3
docs/main/Solutioning/backup-and-restore/kasten-br-fs.md
@@ -98,7 +98,7 @@ 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 'service type' type to **NodePort**:
+In this example we have changed the 'svc' type to **NodePort**:
102
103
- Forward a local port to the Kasten ingress port.
104
@@ -108,7 +108,7 @@ kubectl --namespace kasten-io port-forward service/gateway 8080:80
108
109
or
110
111
-- Change the 'svc' type as **NodePort**.
+- Change the 'service type' type as **NodePort**.
112
113
**Command**
114
0 commit comments