From 8046684b5feae3fb9016be06121540e688e26a64 Mon Sep 17 00:00:00 2001 From: "eiji.ienaga" Date: Fri, 27 Apr 2018 06:28:27 +0900 Subject: [PATCH] Fix URL nginx-deployment.yaml (#8090) "https://k8s.io/docs/user-guide/nginx-deployment.yaml" is not found Fix url --- .../overview/working-with-objects/kubernetes-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/docs/concepts/overview/working-with-objects/kubernetes-objects.md index 7e56b956b3..00d84cca3e 100644 --- a/docs/concepts/overview/working-with-objects/kubernetes-objects.md +++ b/docs/concepts/overview/working-with-objects/kubernetes-objects.md @@ -39,7 +39,7 @@ Here's an example `.yaml` file that shows the required fields and object spec fo One way to create a Deployment using a `.yaml` file like the one above is to use the [`kubectl create`](/docs/reference/generated/kubectl/kubectl-commands#create) command in the `kubectl` command-line interface, passing the `.yaml` file as an argument. Here's an example: ```shell -$ kubectl create -f https://k8s.io/docs/user-guide/nginx-deployment.yaml --record +$ kubectl create -f https://k8s.io/docs/concepts/overview/working-with-objects/nginx-deployment.yaml --record ``` The output is similar to this: