Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f172b99df | ||
|
|
0da57eba32 | ||
|
|
5e61081d3b | ||
|
|
f87529a58c | ||
|
|
b1dac8634a | ||
|
|
2b4e169d40 | ||
|
|
641e656cab | ||
|
|
20fc0e6b30 | ||
|
|
9c70bd93ce | ||
|
|
62e3842dd0 | ||
|
|
c0762164ca | ||
|
|
6909398937 | ||
|
|
dd07f7103d | ||
|
|
589fa03cf8 | ||
|
|
b75d046366 |
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -15,26 +15,11 @@ body:
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: "Add any other context about the problem here. Please share screenshots where possible."
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Operating System
|
||||
label: Environment & Operating System
|
||||
description: |
|
||||
What OS are you using?
|
||||
What OS are you using? What Kubernetes version/distribution is it?
|
||||
placeholder: |
|
||||
macOS Catalina? Windows 10? Ubuntu Linux?
|
||||
Be as specific as possible.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
What's the kubernetes version?
|
||||
placeholder: |
|
||||
Output of `kubectl version --output=yaml`
|
||||
Kubernetes 1.26? 1.24? EKS? GKE? OpenShift? Vanilla?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -4,16 +4,10 @@ labels: ["feature request"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
|
||||
value: Thanks for taking the time to suggest a new feature!
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What problem are you trying to solve?
|
||||
description: |
|
||||
A concise description of what the problem is.
|
||||
label: What problem are you trying to solve? Do you a suggestion on how to solve it?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
|
||||
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 }}
|
||||
11
README.md
11
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,13 @@ 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://testimonial.to/aptakube
|
||||
- ❤️ Love Aptakube?
|
||||
- ⭐️ Write a [Review](https://love.aptakube.com/r/ASb0RG)
|
||||
- 💰 Become an [Affiliate](https://aptakube.com/affiliates)
|
||||
|
||||
Reference in New Issue
Block a user