From f669de188baf4d9d7978d1100f4487b8a26f1fab Mon Sep 17 00:00:00 2001 From: Omer B Date: Wed, 9 Jun 2021 15:57:42 -0400 Subject: [PATCH] Ash reccs (#3768) --- docs/serving/autoscaling/autoscale-go/README.md | 2 +- docs/serving/config-ha.md | 2 +- docs/serving/using-a-custom-domain.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/serving/autoscaling/autoscale-go/README.md b/docs/serving/autoscaling/autoscale-go/README.md index f683e8320..8be3152ea 100644 --- a/docs/serving/autoscaling/autoscale-go/README.md +++ b/docs/serving/autoscaling/autoscale-go/README.md @@ -257,7 +257,7 @@ customization (32 minutes). ## Cleanup ```bash -kubectl delete --filename docs/serving/autoscaling/autoscale-go/service.yaml +kubectl delete -f docs/serving/autoscaling/autoscale-go/service.yaml ``` ## Further reading diff --git a/docs/serving/config-ha.md b/docs/serving/config-ha.md index 42f20fafa..58caf6d9c 100644 --- a/docs/serving/config-ha.md +++ b/docs/serving/config-ha.md @@ -34,7 +34,7 @@ The scale of the `activator` component is governed by the Kubernetes HPA compone $ kubectl get hpa activator -n knative-serving ``` -The output will be something like: +The output looks similar to the following: ```{ .bash .no-copy } NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE diff --git a/docs/serving/using-a-custom-domain.md b/docs/serving/using-a-custom-domain.md index be76fe507..6796fadd8 100644 --- a/docs/serving/using-a-custom-domain.md +++ b/docs/serving/using-a-custom-domain.md @@ -15,8 +15,7 @@ To change the {default-domain} value there are a few steps involved: kubectl edit configmap config-domain -n knative-serving ``` - This command opens your default text editor and allows you to edit the [config - map](https://github.com/knative/serving/blob/main/config/core/configmaps/domain.yaml). + This command opens your default text editor and allows you to edit the [ConfigMap](https://github.com/knative/serving/blob/main/config/core/configmaps/domain.yaml). ```yaml apiVersion: v1