From f5390d971f80c43c4db087d8d61efdf8e77d0d12 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 20 Aug 2021 09:18:15 +0300 Subject: [PATCH] README: fix deployment instructions We don't have templates, anymore, but use kustomize. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8456a0d21..b9c92ca04 100644 --- a/README.md +++ b/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