Skip to content

Commit 8f5389e

Browse files
committed
fix bug for v0.6 docs
Signed-off-by: wrongerror <wangyifei@kubesphere.io>
1 parent 7826cc2 commit 8f5389e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For more information about OpenFunction components compatibility with Kubernetes
8181

8282
3. Run the following command to verify OpenFunction is up and running:
8383
```shell
84-
kubectl get pods -namespace openfunction
84+
kubectl get po -n openfunction
8585
```
8686

8787
### Option 2: Install with CLI

0 commit comments

Comments
 (0)