mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Add munger to verify kubectl -f targets, fix docs
This commit is contained in:
@@ -62,13 +62,13 @@ default 1
|
||||
|
||||
You can create additional serviceAccounts like this:
|
||||
```
|
||||
$ cat > serviceaccount.yaml <<EOF
|
||||
$ cat > /tmp/serviceaccount.yaml <<EOF
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: build-robot
|
||||
EOF
|
||||
$ kubectl create -f serviceaccount.json
|
||||
$ kubectl create -f /tmp/serviceaccount.json
|
||||
serviceacccounts/build-robot
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user