This commit is contained in:
Omer B 2021-06-09 15:57:42 -04:00 committed by GitHub
parent 19ffe6a41d
commit f669de188b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -257,7 +257,7 @@ customization (32 minutes).
## Cleanup ## Cleanup
```bash ```bash
kubectl delete --filename docs/serving/autoscaling/autoscale-go/service.yaml kubectl delete -f docs/serving/autoscaling/autoscale-go/service.yaml
``` ```
## Further reading ## Further reading

View File

@ -34,7 +34,7 @@ The scale of the `activator` component is governed by the Kubernetes HPA compone
$ kubectl get hpa activator -n knative-serving $ kubectl get hpa activator -n knative-serving
``` ```
The output will be something like: The output looks similar to the following:
```{ .bash .no-copy } ```{ .bash .no-copy }
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE

View File

@ -15,8 +15,7 @@ To change the {default-domain} value there are a few steps involved:
kubectl edit configmap config-domain -n knative-serving kubectl edit configmap config-domain -n knative-serving
``` ```
This command opens your default text editor and allows you to edit the [config 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).
map](https://github.com/knative/serving/blob/main/config/core/configmaps/domain.yaml).
```yaml ```yaml
apiVersion: v1 apiVersion: v1