From a03df7edd6bb0dd73a7dbc651cd9bb97a62b3c15 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Wed, 16 Mar 2022 08:10:58 +0200 Subject: [PATCH] doc: fix operator usage instructions Signed-off-by: Mikko Ylinen --- cmd/operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/operator/README.md b/cmd/operator/README.md index d0803038..94da007f 100644 --- a/cmd/operator/README.md +++ b/cmd/operator/README.md @@ -121,7 +121,7 @@ Deploy your device plugin by applying its custom resource, e.g. `GpuDevicePlugin` with ```bash -$ kubectl apply -f https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/samples/deviceplugin_v1_gpudeviceplugin.yaml +$ kubectl apply -f https://raw.githubusercontent.com/intel/intel-device-plugins-for-kubernetes/main/deployments/operator/samples/deviceplugin_v1_gpudeviceplugin.yaml ``` Observe it is up and running: