mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
README: fix deployment instructions
We don't have templates, anymore, but use kustomize.
This commit is contained in:
parent
e5d7b553b2
commit
f5390d971f
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -11,11 +11,14 @@ features and system configuration!
|
|||
#### Quick-start – the short-short version
|
||||
|
||||
```bash
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.9.0/nfd-master.yaml.template
|
||||
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.9.0
|
||||
namespace/node-feature-discovery created
|
||||
...
|
||||
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/v0.9.0/nfd-worker-daemonset.yaml.template
|
||||
serviceaccount/nfd-master created
|
||||
clusterrole.rbac.authorization.k8s.io/nfd-master created
|
||||
clusterrolebinding.rbac.authorization.k8s.io/nfd-master created
|
||||
configmap/nfd-worker-conf created
|
||||
service/nfd-master created
|
||||
deployment.apps/nfd-master created
|
||||
daemonset.apps/nfd-worker created
|
||||
|
||||
$ kubectl -n node-feature-discovery get all
|
||||
|
|
Loading…
Reference in a new issue