generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 637
Gravitee Kubernetes Operator 4.8.5 conformance report for 1.3.0 #4059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
a-cordier
wants to merge
1
commit into
kubernetes-sigs:main
Choose a base branch
from
gravitee-io-labs:gko-485-conformance-report
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+104
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| # Gravitee | ||
|
|
||
| ## Table of Contents | ||
|
|
||
| | API channel | Implementation version | Mode | Report | | ||
| |--------------|-------------------------------------------|---------|--------------------------------------------------------| | ||
| | standard | [version-4.8.5](https://github.com/gravitee-io/gravitee-kubernetes-operator/releases/tag/4.8.5) | default | [version-4.8.5 report](./standard-4.8.5-default-report.yaml) | | ||
|
|
||
| > The Gravitee Kubernetes Operator provides partial conformance for Gateway - HTTP features in version 4.8.5. It does not support matching rules across routes or defining services of a type other than Kubernetes Core v1 services. These features will be introduced in a future release. | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| The following binaries are assumed to be installed on your device | ||
|
|
||
| - [docker](https://docs.docker.com/get-started/get-docker/) | ||
| - [kubectl](https://kubernetes.io/docs/tasks/tools/) | ||
| - [kind](https://github.com/kubernetes-sigs/kind) | ||
| - [go](https://go.dev/learn/) | ||
|
|
||
| The reproducer has been tested on macOS and Linux only. | ||
|
|
||
| ## Reproducer | ||
|
|
||
| 1. Clone the Gravitee Kubernetes Operator repository | ||
|
|
||
| ```bash | ||
| git clone --depth 1 --branch 4.8.x https://github.com/gravitee-io/gravitee-kubernetes-operator.git && cd gravitee-kubernetes-operator | ||
| ``` | ||
|
|
||
| 2. Start the Kubernetes cluster | ||
|
|
||
| ```bash | ||
| make start-conformance-cluster | ||
| ``` | ||
|
|
||
| 3. Run a local Load Balancer Service | ||
|
|
||
| > The make target runs [cloud-provider-kind](https://kind.sigs.k8s.io/docs/user/loadbalancer). If you are reproducing on a macOS device, the binary requires `sudo` privileges and you will be prompted for a password. For Linux devices, cloud-provider-kind will be run using Docker compose. | ||
|
|
||
| ```bash | ||
| make cloud-lb | ||
| ``` | ||
|
|
||
| 4. Run the operator | ||
|
|
||
| ```bash | ||
| make run | ||
| ``` | ||
|
|
||
| 5. Install the Gravitee GatewayClass | ||
|
|
||
| ```bash | ||
| kubectl apply -f ./test/conformance/gateway-class-parameters.report.yaml -f ./test/conformance/gateway-class.yaml | ||
| ``` | ||
|
|
||
| 6. Run the conformance tests | ||
|
|
||
| ```bash | ||
| make conformance | ||
| ``` | ||
|
|
||
| 7. Print report | ||
|
|
||
| ```bash | ||
| cat test/conformance/kubernetes.io/gateway-api/report/standard-4.8.5-default-report.yaml | ||
| ``` | ||
|
|
||
25 changes: 25 additions & 0 deletions
25
conformance/reports/v1.3.0/gravitee/standard-4.8.5-default-report.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| apiVersion: gateway.networking.k8s.io/v1 | ||
| date: "2025-09-03T11:18:57+02:00" | ||
| gatewayAPIChannel: standard | ||
| gatewayAPIVersion: v1.3.0 | ||
| implementation: | ||
| contact: | ||
| - [email protected] | ||
| organization: gravitee.io | ||
| project: gravitee-kubernetes-operator | ||
| url: https://github.com/gravitee-io/gravitee-kubernetes-operator | ||
| version: 4.8.5 | ||
| kind: ConformanceReport | ||
| mode: default | ||
| profiles: | ||
| - core: | ||
| result: partial | ||
| skippedTests: | ||
| - HTTPRouteMatchingAcrossRoutes | ||
| - HTTPRouteServiceTypes | ||
| statistics: | ||
| Failed: 0 | ||
| Passed: 31 | ||
| Skipped: 2 | ||
| name: GATEWAY-HTTP | ||
| summary: Core tests partially succeeded with 2 test skips. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.