Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Jul 10, 2018
1 parent 2e2e8f0 commit 8f118ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions d.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,11 @@ status: {}
```bash
kubectl create -f pod.yaml
kubectl describe pod nginx # will see that a new secret called myuser-token-***** has been mounted
```

or you can add directly with kubectl run command:

```bash
kubectl run nginx --image=nginx --restart=Never --serviceaccount=myuser -o yaml --dry-run > pod.yaml
kubectl apply -f pod.yaml
```
Expand Down

0 comments on commit 8f118ac

Please sign in to comment.