Skip to content

Commit

Permalink
docs(README.md): add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heumsi committed Jan 27, 2023
1 parent 97bbe44 commit 175587b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Hollys

Web UI for node discovery in Kubernetes

## Motivation

There are too many nodes in the cluster. There are also too many labels and taints attached to each node.

How to easily find nodes with specific labels and taints? How can you share these discovered nodes with other members of your team?

I started developing Hollys to solve this problem.

## Features

- You can retrieve a list of nodes based on labels and taints.
- You can save the list of nodes searched in this way.

![1.png](assets/1.png)

![2.png](assets/2.png)

## Installation

```bash
$ git clone [email protected]:heumsi/hollys.git
$ cd chart
$ helm install hollys . --set ingress.host.ui="YOUR_UI_DOMAIN" --set ingress.host.api="YOUR_API_DOMAIN"
```
Binary file added assets/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ typer==0.4.2 ; python_version >= "3.11" and python_version < "4.0"
typing-extensions==4.4.0 ; python_version >= "3.11" and python_version < "4.0"
urllib3==1.26.14 ; python_version >= "3.11" and python_version < "4.0"
uvicorn==0.20.0 ; python_version >= "3.11" and python_version < "4.0"
websocket-client==1.4.2 ; python_version >= "3.11" and python_version < "4.0"
websocket-client==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
websockets==10.4 ; python_version >= "3.11" and python_version < "4.0"

0 comments on commit 175587b

Please sign in to comment.