Merge pull request #11970 from ZJU-SEL/deprecate-outdated-param

deprecate outdated param for deploying k8s on ubuntu
This commit is contained in:
Mike Danese
2015-07-29 10:30:20 -07:00
6 changed files with 25 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ kind: ServiceAccount
metadata:
name: build-robot
EOF
$ kubectl create -f /tmp/serviceaccount.json
$ kubectl create -f /tmp/serviceaccount.yaml
serviceaccounts/build-robot
```