Commit Graph

3 Commits

Author SHA1 Message Date
joostas 17b5158f24 [ru] "kubectl for Docker Users" use "kubectl create deployment" command to run pod
Before:
Example runs pod without creating deployment
```sh
kubectl run --image=nginx nginx-app --port=80
```
But later in document mentions:
```
deployment "nginx-app" created
```
After:
Pod is created with deployment. (Aligned with other language examples)
2021-04-05 21:36:32 +03:00
Karen Bradshaw 1224efaa6f add ru pages 2020-06-09 19:33:15 -04:00
Alexey Pyltsyn 737af651b3
Translate kubectl CLI reference into Russian (#19759)
* Translate kubectl CLI reference into Russian

* Remove reviewers
2020-03-26 00:46:25 -07:00