7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go16,945 stars (16,945 stars)2,739 forks (2,739 forks)user submission
help wantedkind/feature-request
Description
As title.
/kind feature-request
Contributor guide
- Tech stack
- gokubernetes
- Domain
- backendinfrastructure
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Go programmingKubernetes CRDsKubesphere codebase familiarity
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- The issue requests adding CRD creation capability to the Kubesphere console. Start by exploring the existing console codebase under `pkg/apiserver/` and `pkg/models/` to understand how other resources are created. Review the comments on the issue for any design discussions. Look at related PRs or issues about CRD support. Propose a design for a new API endpoint and UI form to create CRDs, considering the Kubernetes API and validation rules.