istio.io/_docs/tasks/security
Lin Sun 91494243e0 Switch to use kubectl create to avoid warning (#668)
➜ linsun@Lins-MacBook-Pro  ~/Downloads/istio-0.2.7/samples/bookinfo/kube  kubectl apply -f <(istioctl kube-inject -f bookinfo-add-serviceaccount.yaml) 

serviceaccount "bookinfo-productpage" created
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply
deployment "productpage-v1" configured
➜ linsun@Lins-MacBook-Pro  ~/Downloads/istio-0.2.7/samples/bookinfo/kube  kubectl delete -f bookinfo-add-serviceaccount.yaml
serviceaccount "bookinfo-productpage" deleted
deployment "productpage-v1" deleted
➜ linsun@Lins-MacBook-Pro  ~/Downloads/istio-0.2.7/samples/bookinfo/kube  kubectl create -f <(istioctl kube-inject -f bookinfo-add-serviceaccount.yaml)

serviceaccount "bookinfo-productpage" created
deployment "productpage-v1" created
2017-10-17 18:21:13 -04:00
..
basic-access-control.md Add commands and verification steps to basic access control (#639) 2017-10-08 17:48:26 -05:00
faq.md Add liveness/readiness to security faq (#667) 2017-10-14 12:21:05 -07:00
index.md Setup cleanup (#509) 2017-09-25 10:02:05 -04:00
mutual-tls.md Small tweaks for Security (#626) 2017-10-05 17:52:26 -07:00
secure-access-control.md Switch to use kubectl create to avoid warning (#668) 2017-10-17 18:21:13 -04:00