From ce5ba0eda15c404e6e63adf78fbdc5a421d243c1 Mon Sep 17 00:00:00 2001 From: Ian Partridge Date: Thu, 9 Jan 2020 14:38:52 +0000 Subject: [PATCH] Update configuring-autoscaling.md The description says: > You can view the default contents of this ConfigMap using the following command. To view the contents of the ConfigMap you actually want to `describe` the resource, not `get`. --- docs/serving/configuring-autoscaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/configuring-autoscaling.md b/docs/serving/configuring-autoscaling.md index aa526b4b30f..8031a91ea66 100644 --- a/docs/serving/configuring-autoscaling.md +++ b/docs/serving/configuring-autoscaling.md @@ -19,7 +19,7 @@ namespace. You can view the default contents of this ConfigMap using the following command. -`kubectl -n knative-serving get cm config-autoscaler` +`kubectl -n knative-serving describe cm config-autoscaler` ## Example of the default Kubernetes ConfigMap