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

chore: add e2e test for FrontProxy objects #28

Open
embik opened this issue Jan 28, 2025 · 1 comment · May be fixed by #38
Open

chore: add e2e test for FrontProxy objects #28

embik opened this issue Jan 28, 2025 · 1 comment · May be fixed by #38
Assignees

Comments

@embik
Copy link
Member

embik commented Jan 28, 2025

We have e2e tests for Shard and RootShard objects, but right now we don't run a whole end-to-end scenario for FrontProxy installations. We should deploy a kcp setup (with a RootShard, a Shard and a FrontProxy) and test that:

1.) A Kubeconfig to the FrontProxy gives us access to the installation (we might/should pre-create RBAC for the user we encode into the kubeconfig), lets us list workspaces, etc.
2.) Creating new Workspaces works and that scheduling to the secondary shard also works.
3.) Probably more. Think about it a bit and add test steps you would find useful to make sure that everything is working.

The existing e2e tests can be found under https://github.com/kcp-dev/kcp-operator/tree/main/test/e2e.

@SimonTheLeg
Copy link
Contributor

/assign @SimonTheLeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants