File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
conformance/reports/v1.0.0/gateway/kgateway Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -45,33 +45,39 @@ In order to run the conformance tests, the following prerequisites must be met:
45
45
make kind-setup
46
46
```
47
47
48
- 4 . Install the kgateway CRDs:
48
+ 4 . Build and load the images:
49
+
50
+ ``` sh
51
+ make kind-build-and-load
52
+ ```
53
+
54
+ 5 . Install the kgateway CRDs:
49
55
50
56
``` sh
51
57
helm upgrade -i --create-namespace --namespace kgateway-system \
52
58
--version $VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
53
59
```
54
60
55
- 5 . Install kgateway with Inference Extension enabled:
61
+ 6 . Install kgateway with Inference Extension enabled:
56
62
57
63
``` sh
58
64
helm upgrade -i --namespace kgateway-system --version $VERSION \
59
65
kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway --set inferenceExtension.enabled=true
60
66
```
61
67
62
- 6 . Wait for the kgateway rollout to complete:
68
+ 7 . Wait for the kgateway rollout to complete:
63
69
64
70
``` sh
65
71
kubectl rollout status deploy/kgateway -n kgateway-system
66
72
```
67
73
68
- 7 . Run the conformance tests:
74
+ 8 . Run the conformance tests:
69
75
70
76
``` sh
71
77
make gie-conformance
72
78
```
73
79
74
- 8 . View and verify the conformance report:
80
+ 9 . View and verify the conformance report:
75
81
76
82
``` sh
77
83
cat _test/conformance/inference-$VERSION -report.yaml
You can’t perform that action at this time.
0 commit comments