Merge pull request #79391 from danwinship/nodeaddresses-update-fix

Don't use strategic merge patch on Node.Status.Addresses
This commit is contained in:
Kubernetes Prow Robot
2019-07-02 21:08:29 -07:00
committed by GitHub
7 changed files with 232 additions and 4 deletions

View File

@@ -8438,7 +8438,7 @@
"description": "NodeStatus is information about the current status of a node.",
"properties": {
"addresses": {
"description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses",
"description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.",
"items": {
"$ref": "#/definitions/io.k8s.api.core.v1.NodeAddress"
},