Closed adamwalach closed 4 years ago
After we merged #2616 I see no entries for "kube-dns" not found
, but I was able to find Waiting for kube-dns to be available
:
I can't find any entries for kube-dns configmap not available
, so I assume that 45s timeout is enough.
I found some today: https://storage.googleapis.com/kyma-prow-logs/pr-logs/pull/kyma-project_kyma/9108/pre-master-kyma-gke-integration/1286639744196808704/build-log.txt
---> Patching kube-dns
Error from server (NotFound): configmaps "kube-dns" not found
Waiting for kube-dns to be available. Try 1 of 3
Error from server (NotFound): configmaps "kube-dns" not found
Waiting for kube-dns to be available. Try 2 of 3
Error from server (NotFound): configmaps "kube-dns" not found
Waiting for kube-dns to be available. Try 3 of 3
configmap/kube-dns patched
Please note that it works properly, but the error message is still there. Maybe it would be good to suppress them, so we can easily search for issues that are really causing problems.
Description
After upgrade to k8s 1.16 we found that some of our integration jobs fail with following message:
It happened few times already:
Example: https://storage.googleapis.com/kyma-prow-logs/pr-logs/pull/kyma-project_kyma/9013/pre-master-kyma-gke-upgrade/1283504073558986752/build-log.txt
Expected result
We should wait till the config map is created before applying our patch
Steps to reproduce
Random error, difficult to reproduce
Troubleshooting