website/content/ru
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
..
_common-resources Init Russian localization (#16404) 2019-11-14 14:15:14 -08:00
case-studies Init Russian localization (#16404) 2019-11-14 14:15:14 -08:00
community docs: add russian version community and CoC pages 2020-09-25 07:36:53 +03:00
docs [ru] "kubectl for Docker Users" use "kubectl create deployment" command to run pod 2021-04-05 21:36:32 +03:00
examples RU assing cpu & memory resource 2020-06-25 21:41:54 +05:00
includes configure-liveness-readiness-startup-probes RU 2020-05-20 00:07:57 +05:00
OWNERS Init Russian localization (#16404) 2019-11-14 14:15:14 -08:00
_index.html video block sync 2020-11-26 00:40:16 +02:00