4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java162 forks (162 forks)github user discovery
backendhelp wantedlevel/normal
Repository metrics
- Stars
- 187 stars (187 stars)
- PR merge metrics
- Avg merge 16d 10h (Avg merge 16d 10h)2 merged PRs in 30d (2 merged PRs in 30d)
Description
- 通过 K8s API 判断目标集群所支持的 Ingress resource 版本
- v1beta1 下只支持为 K8s Service 配置路由,不支持其他服务来源
- v1beta1 下前端界面不允许创建服务来源,需提示用户当前 K8s 版本不支持
Contributor guide
- Research direction
- Familiarize with Kubernetes API version negotiation for Ingress resources. Check if the codebase has any utility to detect cluster version. Implement version detection via K8s API and modify the frontend to handle v1beta1 limitations (no other service sources) and disable creation of service sources with appropriate user hints.
- Tech stack
- javakubernetes
- Domain
- full stack
- Issue type
- Feature
- Prerequisites
- KubernetesJavaGit