Reputation: 21
Automatic upgrade in mid-May.
1.14.10-gke.27 → 1.14.10-gke.36
After that, I got Memorystore(Redis)connection error and crul6 error.
crul error
cURL error 6: Could not resolve host: www.googleapis.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
This problem happens occasionally, not always. It worked fine before the upgrade.
Please advise.
Upvotes: 1
Views: 143
Reputation: 21
Close it once. Probably not a gke version issue.
The reason is that the node was a preemptible node. That is likely.
When I ran the reboot test of the Pretentive Node, I was able to reproduce the error.
gcloud compute instances simulate-maintenance-event <instance name> --zone <zone>
Upvotes: 1