Signed-off-by: 杨阳 10014842 <yangyang1@zte.com.cn>
This commit is contained in:
Alex Yang 2020-11-30 21:55:37 +08:00 committed by GitHub
parent af68969b62
commit 2c34cb0a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ spec:
* **Type**: extension
* **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
apiVersion: serving.knative.dev/v1

View File

@ -96,7 +96,7 @@ The Knative Service creates the following child resources:
- Knative Configuration
- Knative Revision
- Kubernetes Deployment
- Kuberentes Service
- Kubernetes Service
You can inspect the created resources with the following `kubectl` commands: