Files
kubernetes/pkg/kubectl/cmd
k8s-merge-robot 0a6a52b19d Merge pull request #26597 from caesarxuchao/fix-26425
Automatic merge from submit-queue

retry GetThirdPartyGroupVersions

GetThirdPartyGroupVersions() may return a "NotFound" error if a thirdparty group is deleted in the interim between the group-discovery and the resource-discovery. This is causing e2e flakes in all tests that run kubectl, because test/e2e/thirdparty.go is creating/deleting thirdparty groups.

Fix #26425

The e2e flakes will have the following pattern:
1. the test is calling kubectl
2. error message is `Error from server: the server could not find the requested resource`
3. in the apiserver log, you should see `GET /apis/company.com/v1: (518.944µs) 404 [[kubectl/v1.3.0 (linux/amd64) kubernetes/ae28564] 104.154.110.118:46043]`

For detail see [here](https://github.com/kubernetes/kubernetes/issues/26425#issuecomment-222844523)

cc @janetkuo @brendanburns
2016-06-01 00:02:43 -07:00
..
2016-05-18 21:23:17 -07:00
2016-05-12 08:21:11 +02:00
2016-05-12 08:21:11 +02:00
2016-05-03 22:50:24 -04:00
2016-05-12 08:21:11 +02:00
2016-05-24 14:56:25 +02:00
2016-05-17 10:24:29 -07:00
2016-05-17 10:24:29 -07:00
2016-05-16 16:50:53 -07:00
2016-05-18 21:23:17 -07:00
2016-05-18 21:23:17 -07:00
2016-05-12 08:21:11 +02:00
2016-05-12 08:21:11 +02:00
2016-05-16 11:02:10 -04:00
2016-05-12 08:21:11 +02:00
2016-03-31 10:53:32 -07:00
2016-05-18 21:23:17 -07:00
2016-05-12 08:21:11 +02:00
2016-05-12 08:21:11 +02:00
2016-05-12 08:21:11 +02:00
2016-03-31 10:53:32 -07:00
2016-05-12 08:21:11 +02:00
2016-05-12 08:21:11 +02:00
2015-10-08 10:49:09 +08:00
2016-05-12 08:21:11 +02:00
2016-03-31 10:53:32 -07:00
2016-05-18 15:06:23 +00:00
2016-05-18 15:06:23 +00:00