Fix 3 links that were pointing at blog.kubernetes.io (#10731)

* fix 3 links that were pointing at the old blog URL

* Fix the 4th blog link
This commit is contained in:
hintss
2018-11-14 18:01:44 -08:00
committed by k8s-ci-robot
parent d69f6b2353
commit ecfdcf643f
4 changed files with 4 additions and 4 deletions
@@ -50,7 +50,7 @@ Autoscaling Kubernetes nodes was historically difficult, as each node requires a
<img src="/images/blog/2018-06-05-11-ways-not-to-get-hacked/rbac2.png" width="800" />
Kubernetes' ABAC (Attribute Based Access Control) has been [superseded by RBAC](http://blog.kubernetes.io/2017/04/rbac-support-in-kubernetes.html) since release 1.6, and should not be enabled on the API server. Use RBAC instead:
Kubernetes' ABAC (Attribute Based Access Control) has been [superseded by RBAC](http://kubernetes.io/blog/2017/04/rbac-support-in-kubernetes.html) since release 1.6, and should not be enabled on the API server. Use RBAC instead:
```
--authorization-mode=RBAC