5 Commits

Author SHA1 Message Date
Kenichi Omichi 234c8c8553 id: Fix output of 'kubectl rollout status'
This is the same fix as https://github.com/kubernetes/website/commit/6e93717597113c726cbcf8a7059e47f23e3e8a64 for id.

If running `kubectl rollout status` command, the output is like:
```
  deployment "nginx-deployment" successfully rolled out
```

The corresponding kubectl code also shows it according to https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/pkg/polymorphichelpers/rollout_status.go#L89
2020-10-09 16:47:47 +00:00
Irvi Firqotul Aini b564efcb3c Fix id broken link. 2020-07-04 00:03:10 +07:00
Karen Bradshaw 7d03134456 add id pages 2020-06-09 19:33:15 -04:00
Oleg Butuzov 31c148e840 (id): broken links fix 2020-04-14 09:39:57 +03:00
Afrizal Fikri e19c758d6a Adding Bahasa Indonesia translation for Deployment page (#17815)
* Translate Use Case, Creating a Deployment

* Translate deployment

* Finish deployment updates, continue on deployment status

* Finish scaling and deploy status

* Finish rollback, clean up, canary

* Finish specification, tyding up

* Translate remaining typographs
2020-01-10 03:48:34 -08:00