-
Notifications
You must be signed in to change notification settings - Fork 101
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
✨ Add fake K8s API server #1610
✨ Add fake K8s API server #1610
Conversation
e9a7158
to
d4b4b60
Compare
d4b4b60
to
6a24a8f
Compare
6a24a8f
to
a1e125f
Compare
/cc @lentzi90 @kashifest @Rozzii @tuminoid @adilGhaffarDev |
There is unrelated broken link failure, need to address that in another PR preferably. |
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.
Some nits for starters.
02cc265
to
2ee5877
Compare
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.
The Dockerfile is broken now.
4b229a6
to
2a3401d
Compare
2a3401d
to
009fe7c
Compare
d3d61a0
to
267f75e
Compare
267f75e
to
120d427
Compare
b168e54
to
ab25a62
Compare
44405b2
to
f1c6f5e
Compare
This was answered offline, just posting it here for completeness. |
f1c6f5e
to
a9e1485
Compare
/test metal3-centos-e2e-integration-test-main |
/retest |
1 similar comment
/retest |
eee721e
to
93901ff
Compare
/test metal3-centos-e2e-integration-test-main |
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.
Great work this has been tested locally with fakeIPA and created scaled number of clusters
I left some comment else LGTM
Signed-off-by: Huy Mai <[email protected]>
93901ff
to
d2ded66
Compare
Thanks @mboukhalfa. I've responded to/fixed all of your inline comments. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboukhalfa The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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
/test metal3-centos-e2e-integration-test-main |
/test metal3-centos-e2e-integration-test-main |
Fake API server is a tool running inside a kubernetes cluster, and "generates" in-memory api server endpoints. These endpoints can be used, for e.g., to represent the clusters created by CAPM3 using fake hardware so that CAPI confirms that the cluster was provisioned successfully.