mirror of https://github.com/knative/docs.git
Ash reccs (#3768)
This commit is contained in:
parent
19ffe6a41d
commit
f669de188b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue