Skip to content
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

remove dependency on controller-runtime fork #1167

Conversation

ryandawsonuk
Copy link
Contributor

@ryandawsonuk ryandawsonuk commented Oct 29, 2020

depending on controller-runtime fork is awkward, as discussed at #1144 (comment)

this is an attempt to remove that dependency - let's see what e2e tests say

@kubeflow-bot
Copy link

This change is Reviewable

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ryandawsonuk
To complete the pull request process, please assign deadeyegoodwin after the PR has been reviewed.
You can assign the PR to them by writing /assign @deadeyegoodwin in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

k8s.io/klog => k8s.io/klog v1.0.0
// based on https://github.com/openshift/cluster-ingress-operator/pull/429/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R34
sigs.k8s.io/controller-runtime => github.com/zchee/sigs.k8s-controller-runtime v0.6.1-0.20200623114430-46812d3a0a50
k8s.io/api => k8s.io/api v0.19.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryandawsonuk Did you try 0.18.6 according to last comment kubernetes-sigs/controller-runtime#1033 conroller-runtime v0.6.x should work with that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weirdly trying that leads me to kubernetes/client-go#808. I tried to work around it with replace to bring down the gnostic version but then I get the lowercase version of the error - kubernetes/client-go#741. It seems that 1.19 does indeed fix that as this compiles with 1.19. Not looked into e2e test failures though.

@pugangxa
Copy link
Contributor

/retest

@k8s-ci-robot
Copy link
Contributor

@ryandawsonuk: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
kubeflow-kfserving-presubmit f4e21bf link /test kubeflow-kfserving-presubmit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

@pugangxa
Copy link
Contributor

I encountered the same error with this change as the e2e test during make deploy-dev:

The CustomResourceDefinition "inferenceservices.serving.kubeflow.org" is invalid: metadata.annotations: Too long: must have at most 262144 bytes

@ryandawsonuk
Copy link
Contributor Author

I encountered the same error with this change as the e2e test during make deploy-dev:

The CustomResourceDefinition "inferenceservices.serving.kubeflow.org" is invalid: metadata.annotations: Too long: must have at most 262144 bytes

Interesting. There seem to be some threads out there online about that error.

@pugangxa
Copy link
Contributor

Interesting. There seem to be some threads out there online about that error.

Yes, but maxDescLen is already set to 0 this time and it's still too long.

@pugangxa
Copy link
Contributor

pugangxa commented Nov 4, 2020

/lgtm

@aws-kf-ci-bot
Copy link
Contributor

@ryandawsonuk: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
kubeflow-kfserving-presubmit f4e21bf link /test kubeflow-kfserving-presubmit

Full PR test history. Your PR dashboard.

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.

@pugangxa
Copy link
Contributor

pugangxa commented Feb 4, 2021

Think we can close this since PR #1341 fixed this issue.

@yuzisun
Copy link
Member

yuzisun commented Feb 7, 2021

thanks @pugangxa ! closing this.

@yuzisun yuzisun closed this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants