feat: Implement endpoint listing#91
Merged
Merged
Conversation
sbernauer
commented
Aug 10, 2023
Member
|
Some proposed changes: feat/endpoints...feat/endpoints-techassi |
Techassi
reviewed
Aug 11, 2023
Techassi
requested changes
Aug 14, 2023
Techassi
previously approved these changes
Aug 16, 2023
Member
Author
|
@Techassi sorry, had to merge main into this branch |
Techassi
approved these changes
Aug 16, 2023
sbernauer
added a commit
to sbernauer/stackable-cockpit
that referenced
this pull request
Aug 17, 2023
* refactor: Refactor kube.rs and move to utils * feat: Implement KubeClient::get_cluster_info * WIP. Filter to worker nodes is still missing * Improve CLusterInfo * Only count untainted nodes. Improve errror handling * cleanup * cleanup * fix: docs * WIP!!! * refactor * Add very, very basic WebUI support * prettier * Make text white * prettier * Slight restructure * Fix KubeClient::.get_endpoints signature * web: Fix stackles list * fixup * Rework MinIO integration * Implement opensearch * rename get_endpoint -> get_endpoints * Fix broken links in UI --------- Co-authored-by: Techassi <git@techassi.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Currently only supports NodePort and LoadBalancer, which should cover all our currently supported deploy modes.
Old stackablectl only supports NodePort (as we only supported that at the time of implementation)
Definition of Done Checklist
Once the review is done, comment
bors r+(orbors merge) to merge. Further information