Merge pull request #1947 from fqsghostcloud/fix-some-typo

fix some typo
This commit is contained in:
k8s-ci-robot 2018-03-21 18:28:04 -07:00 committed by GitHub
commit 3bcc4bad53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ const (
// Deletes the object from the key-value store, the garbage collector will delete the dependents in the background.
DeletePropagationBackground DeletePropagationPolicy = "DeletePropagationBackground"
// The object exists in the key-value store until the garbage collector deletes all the dependents whose ownerReference.blockOwnerDeletion=true from the key-value store.
// API sever will put the "DeletingDependents" finalizer on the object, and sets its deletionTimestamp.
// API server will put the "DeletingDependents" finalizer on the object, and sets its deletionTimestamp.
// This policy is cascading, i.e., the dependents will be deleted with GarbageCollectionSynchronous.
DeletePropagationForeground DeletePropagationPolicy = "DeletePropagationForeground"
)

View File

@ -125,7 +125,7 @@ the container by the dockertools library.
### Event flow
This is what happens before and after an user schedules a GPU pod.
This is what happens before and after a user schedules a GPU pod.
1. Administrator installs a number of Kubernetes nodes with GPUs. The correct
kernel modules and device nodes under `/dev/` are present.