KusionStack / KusionStack/vscode-kusion
support cluster connection management
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
users need to have easy access to clusters, including:
- can easily create a connection to a cluster with authentication(using credentials or login)
- see a user-friendly message when the connection succeeded
- see a user-friendly error message when the connection failed
- can check the cluster connection status( for example, through obvious mark on the cluster information)
- can re-connect to the previous connected clusters without inputting credentials or login repeatedly(unless the login status expired)
- can modify or remove existing cluster connection info
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named, so first map the extension's existing cluster and authentication flows. Confirm the intended design with maintainers before implementing; done means users can create, monitor, reuse, edit, and remove authenticated cluster connections with clear success and failure messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, typescript, vscode
- Domain
- authentication, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100