Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
697ec7898f | ||
|
|
5f172b99df | ||
|
|
0da57eba32 | ||
|
|
5e61081d3b | ||
|
|
f87529a58c | ||
|
|
b1dac8634a | ||
|
|
2b4e169d40 | ||
|
|
641e656cab | ||
|
|
20fc0e6b30 | ||
|
|
9c70bd93ce | ||
|
|
62e3842dd0 |
12
.github/workflows/discord.yml
vendored
Normal file
12
.github/workflows/discord.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
github-releases-to-discord:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notify Discord
|
||||
uses: SethCohen/github-releases-to-discord@master
|
||||
with:
|
||||
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
10
README.md
10
README.md
@@ -1,9 +1,11 @@
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- 💯 Connect to one or more clusters simultaneously
|
||||
- ⚡️ Aggregated Log Viewer
|
||||
- ⚖️ Resource Diff
|
||||
- ✌️ Multi-Namespace Selector
|
||||
- 💪 Human-friendly resource view
|
||||
- ✍️ View & modify objects
|
||||
- 🎉 Zero-config setup
|
||||
@@ -20,10 +22,12 @@ Visit [https://aptakube.com](https://aptakube.com?utm_campaign=github_readme) to
|
||||
|
||||
## Need help?
|
||||
|
||||
- Find us on [Twitter](https://twitter.com/aptakube) or [Mastodon](https://hachyderm.io/@aptakube)
|
||||
- Join us on [Discord](https://discord.gg/FFp9bxHxtx)
|
||||
- Find us on [Twitter](https://twitter.com/aptakube)
|
||||
- Open a Github issue or a discussion
|
||||
- Shoot us an email hello@aptakube.com
|
||||
|
||||
---
|
||||
|
||||
❤️ Love Aptakube? Give us a shoutout 👉 [https://love.aptakube.com/r/ASb0RG](https://love.aptakube.com/r/ASb0RG?utm_medium=github)
|
||||
- ❤️ Love Aptakube?
|
||||
- ⭐️ Write a [Review](https://love.aptakube.com/r/ASb0RG)
|
||||
|
||||
Reference in New Issue
Block a user