Skip to content

Commit 8b9ed00

Browse files
authored
Merge pull request #28218 from kelvinn/patch-2
Fix incorrect command
2 parents 85d4742 + 04b5916 commit 8b9ed00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,12 @@ you need is an existing `docker-compose.yml` file.
150150
```
151151

152152
```bash
153-
kubectl apply -f frontend-service.yaml,redis-master-service.yaml,redis-slave-service.yaml,frontend-deployment.yaml,
153+
kubectl apply -f frontend-service.yaml,redis-master-service.yaml,redis-slave-service.yaml,frontend-deployment.yaml,redis-master-deployment.yaml,redis-slave-deployment.yaml
154154
```
155155

156156
The output is similar to:
157157

158158
```none
159-
redis-master-deployment.yaml,redis-slave-deployment.yaml
160159
service/frontend created
161160
service/redis-master created
162161
service/redis-slave created

0 commit comments

Comments
 (0)