Skip to content

Commit e7516bf

Browse files
authored
fix,kubectl apply cmd in quick start doc (#15)
Signed-off-by: liuzhenwei <[email protected]>
1 parent 5e1bd73 commit e7516bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
```bash
8585
# You can configure the ShardingConfig according to your requirements.
8686
# Apply shardingconfig
87-
$ kubectl apply shardingconfig.yaml
87+
$ kubectl apply -f shardingconfig.yaml
8888

8989
# Waiting for pods to be recreate and ready.
9090
# The mesh-proxy container will be automatically injected into the pod.

0 commit comments

Comments
 (0)