From e2c43c057e537cdf8998369f9010bf4c33727114 Mon Sep 17 00:00:00 2001 From: Jerry Park Date: Wed, 15 Apr 2020 21:27:32 +0900 Subject: [PATCH] Fix Issue with k8s.io/docs/concepts/cluster-administration/manage-deployment/ --- .../concepts/cluster-administration/manage-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/manage-deployment.md b/content/en/docs/concepts/cluster-administration/manage-deployment.md index 1f93b54d45..a6dccdbf93 100644 --- a/content/en/docs/concepts/cluster-administration/manage-deployment.md +++ b/content/en/docs/concepts/cluster-administration/manage-deployment.md @@ -140,7 +140,7 @@ deployment.apps/my-deployment created persistentvolumeclaim/my-pvc created ``` -The `--recursive` flag works with any operation that accepts the `--filename,-f` flag such as: `kubectl {create,get,delete,describe,rollout} etc.` +The `--recursive` flag works with any operation that accepts the `--filename,-f` flag such as: `kubectl {create,get,delete,describe,rollout}` etc. The `--recursive` flag also works when multiple `-f` arguments are provided: @@ -453,7 +453,7 @@ That's it! The Deployment will declaratively update the deployed nginx applicati {{% capture whatsnext %}} -- [Learn about how to use `kubectl` for application introspection and debugging.](/docs/tasks/debug-application-cluster/debug-application-introspection/) -- [Configuration Best Practices and Tips](/docs/concepts/configuration/overview/) +- Learn about [how to use `kubectl` for application introspection and debugging](/docs/tasks/debug-application-cluster/debug-application-introspection/). +- See [Configuration Best Practices and Tips](/docs/concepts/configuration/overview/). {{% /capture %}}