Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20fc0e6b30 | ||
|
|
9c70bd93ce | ||
|
|
62e3842dd0 | ||
|
|
c0762164ca | ||
|
|
6909398937 | ||
|
|
dd07f7103d | ||
|
|
589fa03cf8 | ||
|
|
b75d046366 | ||
|
|
c88cd82102 | ||
|
|
6b3b881d24 | ||
|
|
d619856063 |
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -15,26 +15,11 @@ body:
|
|||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Environment & Operating System
|
||||||
description: "Add any other context about the problem here. Please share screenshots where possible."
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: |
|
description: |
|
||||||
What OS are you using?
|
What OS are you using? What Kubernetes version/distribution is it?
|
||||||
placeholder: |
|
placeholder: |
|
||||||
macOS Catalina? Windows 10? Ubuntu Linux?
|
macOS Catalina? Windows 10? Ubuntu Linux?
|
||||||
Be as specific as possible.
|
Kubernetes 1.26? 1.24? EKS? GKE? OpenShift? Vanilla?
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Environment
|
|
||||||
description: |
|
|
||||||
What's the kubernetes version?
|
|
||||||
placeholder: |
|
|
||||||
Output of `kubectl version --output=yaml`
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,23 +1,13 @@
|
|||||||
name: "🚀 Feature Request"
|
name: "🚀 Feature Request"
|
||||||
description: "I have a suggestion for Aptakube!"
|
description: "I have a suggestion for Aptakube!"
|
||||||
labels: ["enhancement"]
|
labels: ["feature request"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What problem are you trying to solve?
|
label: What problem are you trying to solve? Do you a suggestion on how to solve it?
|
||||||
description: |
|
|
||||||
A concise description of what the problem is.
|
|
||||||
placeholder: |
|
|
||||||
I have an issue when [...]
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Describe the solution you'd like
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
34
README.md
34
README.md
@@ -1,22 +1,30 @@
|
|||||||

|

|
||||||
|
|
||||||
Aptakube is a Modern, lightweight and multi-cluster Kubernetes desktop client.
|
## Features
|
||||||
|
|
||||||
- 💯 [Connect to one or more clusters simultaneously.](https://aptakube.com/multi-cluster)
|
- 💯 Connect to one or more clusters simultaneously
|
||||||
- ⚡️ [Supercharged Log Viewer.](https://aptakube.com/aggregated-logs)
|
- ⚡️ Aggregated Log Viewer
|
||||||
- 💪 [Human-friendly resource view.](https://aptakube.com/resource-view)
|
- 💪 Human-friendly resource view
|
||||||
- ✍️ [View & modify objects. Faster.](https://aptakube.com/yaml-editor)
|
- ✍️ View & modify objects
|
||||||
- 🎉 [Zero-config setup.](https://aptakube.com/zero-config)
|
- 🎉 Zero-config setup
|
||||||
- 💻 [Available on Windows, macOS and Linux.](https://aptakube.com/#downloads)
|
- 😉 **NOT** another Electron app
|
||||||
|
- ✅ Works with any Kubernetes cluster: on-prem, GKE, EKS, AKS and others.
|
||||||
|
- 💻 Available on Windows, macOS and Linux
|
||||||
|
|
||||||
- Visit https://aptakube.com to learn more!
|
Visit [https://aptakube.com](https://aptakube.com?utm_campaign=github_readme) to learn more.
|
||||||
|
|
||||||
❤️ Love Aptakube? Give us a shoutout 👉 https://testimonial.to/aptakube
|
## Download
|
||||||
|
|
||||||
|
- [Download Aptakube](https://aptakube.com)
|
||||||
|
- [Changelog](https://aptakube.com/changelog)
|
||||||
|
|
||||||
## Need help?
|
## Need help?
|
||||||
|
|
||||||
- Find us on Twitter @aptakube
|
- Join us on [Discord](https://discord.gg/FFp9bxHxtx)
|
||||||
|
- Find us on [Twitter](https://twitter.com/aptakube)
|
||||||
- Open a Github issue or a discussion
|
- Open a Github issue or a discussion
|
||||||
- Email us on hello@aptakube.com
|
- Shoot us an email hello@aptakube.com
|
||||||
|
|
||||||
> This repo is only used for feature requests and bug tracking.
|
---
|
||||||
|
|
||||||
|
❤️ Love Aptakube? Give us a shoutout 👉 [https://love.aptakube.com/r/ASb0RG](https://love.aptakube.com/r/ASb0RG?utm_medium=github)
|
||||||
|
|||||||
Reference in New Issue
Block a user