-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix IstioOperator CustomResourceDefinition for istio-provisioner addon #13024
Conversation
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Welcome @pedrothome1! |
Hi @pedrothome1. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pedrothome1 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
/check-cla |
@pedrothome1 do u mind sharing the output of minikube addon enable before and after this PR ? |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 46.9s 46.3s 46.6s 47.0s 48.0s Times for minikube ingress: 32.3s 30.2s 30.7s 30.7s 30.2s docker driver with docker runtime
Times for minikube (PR 13024) start: 22.7s 21.8s 22.0s 22.5s 23.1s Times for minikube ingress: 35.4s 25.9s 25.4s 25.4s 25.9s docker driver with containerd runtime
Times for minikube start: 27.4s 41.1s 29.3s 42.3s 42.0s Times for minikube ingress: 35.4s 16.9s 28.9s 29.4s 32.4s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
This PR fixes a bug that prevents enabling the istio-provisioner addon.
The following error was occurring:
error: error validating "/etc/kubernetes/addons/istio-operator.yaml": error validating data: ValidationError(CustomResourceDefinition.spec): unknown field "subresources" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec; if you choose to ignore these errors, turn validation off with --validate=false