apache / apache/dubbo-kubernetes

no matches for kind "VirtualService" in version "service.dubbo.apache.org/v1alpha1"

Open
#692 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
202
Forks
88
Avg merge
1h 25m
Merged PRs (30d)
6

Description

```
apiVersion: service.dubbo.apache.org/v1alpha1
kind: VirtualService
metadata:
name: k8s-provider-vs
namespace: dubbo-app
spec:
hosts:
- k8s-provider.dubbo-app.svc.cluster.local
http:
- route:
- destination:
host: k8s-provider
subset: v1
weight: 1
- destination:
host: k8s-provider
subset: v2
weight: 99
```

dubbo-service-version.yaml": no matches for kind "VirtualService" in version "service.dubbo.apache.org/v1alpha1"

Contributor guide

Open the contributing guide

Research direction

Start with the dubbo-service-version.yaml manifest shown in the report and inspect the project's Kubernetes CRD installation and API versions for VirtualService. Reproduce the kubectl error, then verify that a compatible service.dubbo.apache.org/v1alpha1 VirtualService is registered and accepted by the cluster.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.