Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Mar 30, 2019
1 parent 02fecfe commit 6f9bf05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dynamic-nfs-on-openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ oc adm policy add-cluster-role-to-user cluster-admin system:serviceaccount:nfs:n
oc patch storageclass example-nfs -p '{"metadata":{"annotations":{"storageclass.beta.kubernetes.io/is-default-class":"true"}}}'
```


```sh
oc annotate ns nfs openshift.io/node-selector="nfs=blr"
```

0 comments on commit 6f9bf05

Please sign in to comment.