Fixed a typo in field merge semantics
This commit is contained in:
parent
db612738e8
commit
c6f84966c6
|
@ -45,7 +45,7 @@ to a default value by the apiserver, or continuously adjusted by a Controller su
|
||||||
and HorizontalPodAutoscaler.
|
and HorizontalPodAutoscaler.
|
||||||
|
|
||||||
{% method %}
|
{% method %}
|
||||||
### Last Applied Resource Condfig
|
### Last Applied Resource Config
|
||||||
|
|
||||||
When Apply creates or updates a Resource, it writes the Resource Config it Applied to an annotation on the
|
When Apply creates or updates a Resource, it writes the Resource Config it Applied to an annotation on the
|
||||||
Resource. This allows it to compare the last Resource Config it Applied to the current Resource
|
Resource. This allows it to compare the last Resource Config it Applied to the current Resource
|
||||||
|
@ -474,4 +474,4 @@ To ignore values set by `kubectl edit` or `kubectl set`:
|
||||||
- Remove the field from the Resource Config
|
- Remove the field from the Resource Config
|
||||||
|
|
||||||
This is the same technique for retaining values set by cluster components such as autoscalers.
|
This is the same technique for retaining values set by cluster components such as autoscalers.
|
||||||
{% endpanel %}
|
{% endpanel %}
|
||||||
|
|
Loading…
Reference in New Issue