Remove trailing spaces from DE documents(#16742) (#16786)

This commit is contained in:
Yushiro FURUKAWA
2019-10-10 13:32:52 +09:00
committed by Kubernetes Prow Robot
parent 331cc6fee0
commit 99619d3414
28 changed files with 156 additions and 156 deletions
@@ -64,7 +64,7 @@ kubectl config set-credentials kubeuser/foo.kubernetes.com --username=kubeuser -
# Legen Sie einen Kontext fest, indem Sie einen bestimmten Benutzernamen und einen bestimmten Namespace verwenden.
kubectl config set-context gce --user=cluster-admin --namespace=foo \
&& kubectl config use-context gce
kubectl config unset users.foo # delete user foo
```