Commit Graph

10 Commits (6ee6a82d0a211d8503e0c5b383fb9a1ae4fb6b13)

Author SHA1 Message Date
Matt Rickard 7a9f3bef0d Upgrade to Kubernetes v1.7.5 2017-09-05 11:38:54 -07:00
Matt Rickard b5859caf9e Update localkube to k8s 1.7.3 2017-08-04 13:07:59 -07:00
Matt Rickard ca64c1138d Vendor changes for 1.7.0-rc.1 2017-07-13 09:19:45 -07:00
Matt Rickard b02235c134 Fix patch for TPR panics in localkube
The patch correctly identified the metadata problem but did not skip
over when collecting the group metadata for the restmapper.
2017-05-15 13:34:43 -07:00
Matt Rickard 2bdca814a2 Upgrade to k8s v1.6.3 2017-05-11 13:28:10 -07:00
Matt Rickard 03c3f7f138 Add warning when no groupMeta exists for verison
Reference: https://github.com/kubernetes/kubernetes/pull/44771

Fixes https://github.com/kubernetes/minikube/issues/1252

TPRs are incorrectly coupled with the RestMapper right now.  The real
solution is for TPRs to not register themselves with the RestMapper.
This is a short term patch for minikube until the work is done
upstream.  On start/stop, the namespace controller and the garbage
collector controller both call this code and panic since TPRs have
registered themselves with enabled versions but have no group metadata.
2017-05-01 10:11:03 -07:00
Matt Rickard a02c9d9040 Vendor changes for v1.6.0-beta.4 2017-03-31 13:24:04 -07:00
Matt Rickard 73a0dfb487 Vendor changes for v1.6.0-beta.3 2017-03-31 13:24:03 -07:00
Matt Rickard 30f492d723 Vendor changes for v1.6.0-beta.2 2017-03-31 13:24:02 -07:00
Matt Rickard 3a769cc4b8 Vendor changes for v1.6.0-alpha.1 2017-03-31 13:23:21 -07:00