-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes 1.10 #258
Kubernetes 1.10 #258
Commits on May 7, 2018
-
ci: Update Kubernetes to v1.10.0
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Configuration menu - View commit details
-
Copy full SHA for 362fa41 - Browse repository at this point
Copy the full SHA 362fa41View commit details -
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Configuration menu - View commit details
-
Copy full SHA for c510c9d - Browse repository at this point
Copy the full SHA c510c9dView commit details -
ci: Force minikube to use localkube
The default is `kubeadm`, which requires systemd, which is not present on Trusty, which is what's used by both CircleCI and Travis. This change should be reverted once this issue is fixed: kubernetes/minikube#2704 Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Configuration menu - View commit details
-
Copy full SHA for 58c9779 - Browse repository at this point
Copy the full SHA 58c9779View commit details -
ci: Update code-gen to kubernetes-10.0.0
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for d8c046d - Browse repository at this point
Copy the full SHA d8c046dView commit details -
* client-go v7.0.0 * Kubernetes v10.0.0 Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for a4472eb - Browse repository at this point
Copy the full SHA a4472ebView commit details -
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ef4d39c - Browse repository at this point
Copy the full SHA ef4d39cView commit details -
controller/v1beta2: Get StatefulSet from v1beta2
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Configuration menu - View commit details
-
Copy full SHA for ca99954 - Browse repository at this point
Copy the full SHA ca99954View commit details -
controller/v1beta2: Remove UpdateStrategy
In v1beta2, this is the default Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Configuration menu - View commit details
-
Copy full SHA for 1238c57 - Browse repository at this point
Copy the full SHA 1238c57View commit details -
e2e/v1beta1: Get StatefulSets from v1beta2
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 1966a3f - Browse repository at this point
Copy the full SHA 1966a3fView commit details -
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Configuration menu - View commit details
-
Copy full SHA for 0c17e1e - Browse repository at this point
Copy the full SHA 0c17e1eView commit details -
README: Add requirement on kubectl
Clients are only supported 2 versions back, according to https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#supported-releases-and-component-skew Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 8afd086 - Browse repository at this point
Copy the full SHA 8afd086View commit details -
controller/v1beta2: Use native Kubernetes funcs
The `NewFilteredListWatchFromClient` function introduced in client-go v7.0.0 allows us to filter based on custom fields/labels, therefore we don't need our custom implementation of this functionality. The function was introduced [here](kubernetes/kubernetes#57508) Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 328377e - Browse repository at this point
Copy the full SHA 328377eView commit details -
code-gen: Remove warning from boilerplate
It's added by the generator itself now. Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for b16c8fd - Browse repository at this point
Copy the full SHA b16c8fdView commit details -
ci: Disable printing minikube logs
Not supported in Ubuntu 14.04. Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for a41d3b0 - Browse repository at this point
Copy the full SHA a41d3b0View commit details -
controller/v1beta2: Label StatefulSets
Before `apps/v1beta2`, labels were added to resources automatically. Now we have to do it ourselves, to make sure that we can find the Habitat from the sub-resource. See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#behavioral-changes Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 1a0b630 - Browse repository at this point
Copy the full SHA 1a0b630View commit details -
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 9531d16 - Browse repository at this point
Copy the full SHA 9531d16View commit details -
To mention that a tag should be checked-out, rather than a branch. Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
Lorenzo Manacorda committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ecb3953 - Browse repository at this point
Copy the full SHA ecb3953View commit details