File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
122122specify 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
142148It is quite common to distribute Spin Apps through private registries that require some sort of
You can’t perform that action at this time.
0 commit comments