-
Notifications
You must be signed in to change notification settings - Fork 4
✨ Add e2e tests for frontproxy objects #38
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Hi @SimonTheLeg. Thanks for your PR. I'm waiting for a kcp-dev 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. |
fe98b7b
to
2a00b74
Compare
2a00b74
to
9f8d796
Compare
/ok-to-test |
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
This reverts commit ffe3460. On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
d5ff76b
to
04cf36c
Compare
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
/retest so the logs become available again |
cdd36db
to
0567b0d
Compare
On-behalf-of: SAP <[email protected]> Signed-off-by: Simon Bein <[email protected]>
0567b0d
to
6b44d71
Compare
serverURL = fmt.Sprintf("https://%s:6443", rootShard.Spec.External.Hostname) | ||
serverName = rootShard.Spec.External.Hostname | ||
serverURL = fmt.Sprintf("https://%s:6443", frontProxy.Spec.ExternalHostname) | ||
serverName = frontProxy.Spec.ExternalHostname |
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.
What's up with this change? The hostname should be preferring the shard external hostname, because any interaction via kubectl plugins with use the external hostname exposed by the shard anyway. If I remember correctly we talked about this a while ago, in the current kcp way of doing things, this won't really work.
Summary
Adds simple Rootshard + Frontproxy E2E testcase
Related issue(s)
Fixes #28
Notes
Should be merged after #40 is merged and rebased onto this PR
Release Notes