Merge pull request #19221 from zacharysarah/dev-1.18-repair

Repair and sync the dev-1.18 branch
This commit is contained in:
Vineeth Pothulapati
2020-02-21 17:32:04 +05:30
committed by GitHub
117 changed files with 2899 additions and 3577 deletions
@@ -281,7 +281,7 @@ kubectl get po -l run=nginx-app
```
{{< note >}}
When you use kubectl, you don't delete the pod directly.You have to first delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
When you use kubectl, you don't delete the pod directly. You have to first delete the Deployment that owns the pod. If you delete the pod directly, the Deployment recreates the pod.
{{< /note >}}
## docker login