Update daemonset-update.md fix some typos
This commit is contained in:
parent
2f5b6321b9
commit
ff637fb531
|
|
@ -132,7 +132,7 @@ type DaemonSetSpec struct {
|
||||||
|
|
||||||
// DaemonSetStatus represents the current status of a daemon set.
|
// DaemonSetStatus represents the current status of a daemon set.
|
||||||
type DaemonSetStatus struct {
|
type DaemonSetStatus struct {
|
||||||
// Note: Existing fields, including CurrentNumberScheduled, NumberMissscheduled,
|
// Note: Existing fields, including CurrentNumberScheduled, NumberMisscheduled,
|
||||||
// DesiredNumberScheduled, NumberReady, and ObservedGeneration are omitted in
|
// DesiredNumberScheduled, NumberReady, and ObservedGeneration are omitted in
|
||||||
// this proposal.
|
// this proposal.
|
||||||
|
|
||||||
|
|
@ -250,7 +250,7 @@ In DaemonSet strategy (pkg/registry/extensions/daemonset/strategy.go#PrepareForU
|
||||||
increase DaemonSet's `.spec.templateGeneration` by 1 if any changes is made to
|
increase DaemonSet's `.spec.templateGeneration` by 1 if any changes is made to
|
||||||
DaemonSet's `.spec.template`.
|
DaemonSet's `.spec.template`.
|
||||||
|
|
||||||
This was originally implmeneted in 1.6, and kept in 1.7 for backward compatibility.
|
This was originally implemented in 1.6, and kept in 1.7 for backward compatibility.
|
||||||
|
|
||||||
### kubectl
|
### kubectl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue