mirror of https://github.com/knative/docs.git
parent
af68969b62
commit
2c34cb0a86
|
@ -139,7 +139,7 @@ spec:
|
||||||
* **Type**: extension
|
* **Type**: extension
|
||||||
* **ConfigMap key:** `kubernetes.podspec-tolerations`
|
* **ConfigMap key:** `kubernetes.podspec-tolerations`
|
||||||
|
|
||||||
This flag controls whether [node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) can be specified.
|
This flag controls whether [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) can be specified.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: serving.knative.dev/v1
|
apiVersion: serving.knative.dev/v1
|
||||||
|
|
|
@ -96,7 +96,7 @@ The Knative Service creates the following child resources:
|
||||||
- Knative Configuration
|
- Knative Configuration
|
||||||
- Knative Revision
|
- Knative Revision
|
||||||
- Kubernetes Deployment
|
- Kubernetes Deployment
|
||||||
- Kuberentes Service
|
- Kubernetes Service
|
||||||
|
|
||||||
You can inspect the created resources with the following `kubectl` commands:
|
You can inspect the created resources with the following `kubectl` commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue