-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Travis CI is failing with Kubernetes 1.16 #963
Comments
@roycaihw: GitHub didn't allow me to assign the following users: fabianvf. Note that only kubernetes-client members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It’s looking like apps/v1beta1 is also gone in k8s v1.16. The CI failure first appeared when the exit code test was added and the master branch build failed, since minikube got updated to v1.4 which corresponds to k8s v1.16. There are a bunch of things to be fixed in the tests - I’ll try churn them out. I may have to fix the k8s version to v1.15 when I prepare the patches and change the version back, since the automatically generated client still contains extensions/v1beta1 and apps/v1beta1. |
|
e.g.
v1beta1
) in the testThe text was updated successfully, but these errors were encountered: