-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Drop template.openshift.io apigroup dependency #27476
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
Drop template.openshift.io apigroup dependency #27476
Conversation
|
/uncc |
8fb3706 to
edb3b6e
Compare
40b7c80 to
8ff24b6
Compare
| if err != nil { | ||
| return "", err | ||
| func DeployNewRouterShard(oc *exutil.CLI, timeout time.Duration, cfg Config) (*operatorv1.IngressController, error) { | ||
| ingressCtrl := &operatorv1.IngressController{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually another dependency on operator.openshift.io api group which has not been taken into account.
@pmtk @dhellmann based on https://coreos.slack.com/archives/C03DP9PABNC/p1666186991705809 discussion this should be acceptable given there's no cluster-wide proxy available in MicroShift by default.
8ff24b6 to
a5d56ef
Compare
|
/lgtm |
a5d56ef to
14703d9
Compare
|
/retest |
1 similar comment
|
/retest |
|
/retest-required |
|
/test all |
|
/retest-required |
The templating can be replaced by explicitly creating a pod
c334f2d to
b55caa5
Compare
soltysh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund, Miciah, pmtk, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
@ingvagabund: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
* Drop template from testdata/router/router-common.yaml * Drop testdata/router/router-scoped.yaml The templating can be replaced by explicitly creating a pod * Drop testdata/router/router-override.yaml * Drop testdata/router/router-override-domains.yaml * Drop testdata/router/router-grpc-interop.yaml * Drop testdata/router/router-grpc-interop-routes.yaml * Drop testdata/router/router-h2spec.yaml * Drop testdata/router/router-h2spec-routes.yaml * Drop testdata/router/router-http2.yaml * Drop testdata/router/router-http2-routes.yaml * Drop testdata/router/router-idle.yaml * Drop testdata/router/router-config-manager.yaml * Drop testdata/router/weighted-router.yaml * Remove HAProxy template.openshift.io from test/extended/util/annotate/rules.go * Drop testdata/router/router-shard.yaml template
Remove dependency of the router tests on the template.openshift.io api group.