From bfa29b55432aef70a231fb8eeb4f95e06cb1db26 Mon Sep 17 00:00:00 2001 From: Saikrishna Date: Fri, 4 Jan 2019 21:27:48 +0000 Subject: [PATCH] [README] Update to reflect filename changes Signed-off-by: Saikrishna Edupuganti --- clr-k8s-examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clr-k8s-examples/README.md b/clr-k8s-examples/README.md index afa84e1..dd7ea2e 100644 --- a/clr-k8s-examples/README.md +++ b/clr-k8s-examples/README.md @@ -73,7 +73,7 @@ runtime class set to "kata" will launch the POD/Deployment with Kata. An example is -`kubectl apply -f tests/test-deploy-kata.yaml` +`kubectl apply -f tests/test-deploy-kata-qemu.yaml` ### Running Kata Workloads with Firecracker @@ -82,7 +82,7 @@ with firecracker as the isolation mechanism for Kata. An example is -`kubectl apply -f tests/test-deploy-fire.yaml` +`kubectl apply -f tests/test-deploy-kata-fc.yaml` ## Making Kata the default runtime