Skip to content

Commit d43c0f4

Browse files
authored
submit report for cloud provider kind (#4067)
1 parent 17422d4 commit d43c0f4

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Cloud Provider KIND
2+
3+
## Table of Contents
4+
5+
|API channel|Implementation version|Mode|Report|
6+
|-----------|----------------------|----|------|
7+
|standard|[v0.8.0-alpha.1]|default|[report](./standard-v0.8.0-alpha.1-default-report.yaml)|
8+
9+
## Reproduce
10+
11+
1. `[Install `cloud-provider-kind`](https://github.com/kubernetes-sigs/cloud-provider-kind/tree/v0.8.0-alpha.1?tab=readme-ov-file#install)
12+
13+
2. [Run a `KIND` cluster](https://kind.sigs.k8s.io/docs/user/quick-start/)
14+
15+
3. [Start the `cloud-provider-kind`](https://github.com/kubernetes-sigs/cloud-provider-kind/tree/v0.8.0-alpha.1?tab=readme-ov-file#gateway-api-support-alpha)
16+
17+
4. Run the conformance tests:
18+
19+
```sh
20+
go test ./conformance -run TestConformance \
21+
--report-output /tmp/report.yaml \
22+
--organization=sigs.k8s.io \
23+
--project=cloud-provider-kind \
24+
--url=https://github.com/kubernetes-sigs/cloud-provider-kind \
25+
--version=v0.8.0-alpha.1 \
26+
--contact=https://github.com/kubernetes-sigs/cloud-provider-kind/issues/new \
27+
--gateway-class=cloud-provider-kind \
28+
--conformance-profiles=GATEWAY-HTTP \
29+
--supported-features=Gateway,HTTPRoute,ReferenceGrant
30+
```
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-09-07T12:44:41Z"
3+
gatewayAPIChannel: standard
4+
gatewayAPIVersion: v1.3.0
5+
implementation:
6+
contact:
7+
- https://github.com/kubernetes-sigs/cloud-provider-kind/issues/new
8+
organization: sigs.k8s.io
9+
project: cloud-provider-kind
10+
url: https://github.com/kubernetes-sigs/cloud-provider-kind
11+
version: v0.8.0-alpha.1
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 33
20+
Skipped: 0
21+
name: GATEWAY-HTTP
22+
summary: Core tests succeeded.

0 commit comments

Comments
 (0)