Skip to content

Commit 310f551

Browse files
authored
Merge pull request #237 from vdice/docs/packaging-update
docs(packaging.md): add kubectl apply after scaffold
2 parents c997ed8 + 1d951bb commit 310f551

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/docs/topics/packaging.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
replicas: 2
119119
```
120120

121-
By default, the command will print all Kubernetes menifests to `STDOUT`. Alternatively, you can
121+
By default, the command will print all Kubernetes manifests to `STDOUT`. Alternatively, you can
122122
specify the `out` argument to store the manifests to a file:
123123

124124
```shell
@@ -137,6 +137,12 @@ spec:
137137
replicas: 2
138138
```
139139

140+
You can then deploy the Spin App by applying the manifest with the `kubectl` CLI:
141+
142+
```shell
143+
kubectl apply -f spinapp.yaml
144+
```
145+
140146
## Distributing and Deploying Spin Apps via private registries
141147

142148
It is quite common to distribute Spin Apps through private registries that require some sort of

0 commit comments

Comments
 (0)