From 66527c6c6b30fa59661265dfe9d475639a919455 Mon Sep 17 00:00:00 2001 From: Adam Schepis Date: Thu, 22 Feb 2018 09:23:32 -0500 Subject: [PATCH] Add missing `create` on api registration when creating the custom APIService the example was missing the `create` portion of the `kubectl` command. --- docs/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 069755c2..263dc4a5 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -344,7 +344,7 @@ spec: Register that registration object with the aggregator: ```shell -$ kubectl -f cm-registration.yaml +$ kubectl create -f cm-registration.yaml ``` ### Double-Checking Your Work ###