From 1ad6fb434e1efb1f4fc74314096403c5ce29bc1b Mon Sep 17 00:00:00 2001 From: pavanagrawal123 Date: Fri, 22 Jun 2018 14:55:57 -0500 Subject: [PATCH] Typo fix yml -> yaml (#230) --- providers/azure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/azure/README.md b/providers/azure/README.md index 9a50a3289..b12b6fab0 100644 --- a/providers/azure/README.md +++ b/providers/azure/README.md @@ -312,7 +312,7 @@ Notice that Virtual-Kubelet nodes are tainted by default to avoid unexpected pod Run the application with the [kubectl create][kubectl-create] command. ```cli -kubectl create -f virtual-kubelet-test.yml +kubectl create -f virtual-kubelet-test.yaml ``` Use the [kubectl get pods][kubectl-get] command with the `-o wide` argument to output a list of pods with the scheduled node.