website/content/ru/docs
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
..
concepts Update content/ru/docs/concepts/architecture/nodes.md 2020-06-22 13:24:21 +03:00
contribute Update triage/support label references to kind/support 2020-10-01 19:38:31 -04:00
home Fix markdown of header 2020-07-12 14:29:17 +03:00
reference [ru] "kubectl for Docker Users" use "kubectl create deployment" command to run pod 2021-04-05 21:36:32 +03:00
setup fix typo 2020-10-15 01:46:13 +03:00
tasks Fix typo "относиительных" => "относительных" 2020-08-21 15:23:07 +03:00
templates Translate Reference Docs Overview section into Russian (#19284) 2020-02-24 10:14:49 -08:00
tutorials Remove Roboto reference from interactive translated pages 2020-09-09 08:53:08 +01:00
_index.md Translate Learn Kubernetes Basics into Russian 2020-05-07 19:43:27 +03:00