This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(v0.1.0-alpha.1): prepare release
This is the official v0.1.0-alpha.1 release. Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>
- Loading branch information
Showing
3 changed files
with
154 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
# theila | ||
|
||
Talos and Arges frontend. | ||
Cluster management UI which is like many others relies on `kubeconfig` but also provides OS level hooks | ||
when running against Talos based clusters by reading `talosconfig` and connecting to Talos gRPC API. | ||
|
||
## Documentation | ||
|
||
For instructions on deploying and managing Talos, see the [Documentation](https://www.talos.dev/docs/latest/). | ||
|
||
Theila is delivered in a [single file binary](https://github.com/talos-systems/theila/releases/latest). | ||
All you need to do is to download the file for your OS and run it. | ||
By default it binds `localhost:8080` address. | ||
|
||
## Community | ||
|
||
- Slack: Join our [slack channel](https://slack.dev.talos-systems.io) | ||
- Support: Questions, bugs, feature requests [GitHub Discussions](https://github.com/talos-systems/talos/discussions) | ||
- Forum: [community](https://groups.google.com/a/talos-systems.com/forum/#!forum/community) | ||
- Twitter: [@talossystems](https://twitter.com/talossystems) | ||
- Email: [info@talos-systems.com](mailto:info@talos-systems.com) | ||
|
||
If you're interested in this project and would like to help in engineering efforts, or have general usage questions, we are happy to have you! | ||
We hold a weekly meeting that all audiences are welcome to attend. | ||
|
||
## Contributing | ||
|
||
Contributions are welcomed and appreciated! | ||
See [Contributing](CONTRIBUTING.md) for our guidelines. | ||
|
||
## License | ||
|
||
<a href="https://github.com/talos-systems/talos/blob/master/LICENSE"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/talos-systems/talos?style=flat-square"> | ||
</a> |
This file contains 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