davem-git

Results 44 comments of davem-git

we use https://github.com/instrumenta/openapi2jsonschema. to generate the schema you can do it for all of the CDR

I don't think so. We generate that file from EG cdr. We don't use a global one. When you look at the cdr you can see it missing that part...

How is parametersRef supported in 1.1.0 then? That's not something EG added?

I see that it's only on the website for experimental CDR. Though I tried copying that locally and it still didn't fix the problem https://github.com/kubernetes-sigs/gateway-api/blob/v1.1.0/config/crd/experimental/gateway.networking.k8s.io_gateways.yaml#L207-L220

To add more contexts Here's some logs. Here's the envoy-gateway logs when i apply the security policy. I added a lot of print statement debugging `kubectl -n envoy-gateway-system logs deployments/envoy-gateway...

here's the running config of the section too. from the tcpgateway pod config dump when port forwarded to 19000 ```json }, { "name": "default/tcp-gateway/bar", "active_state": { "version_info": "ce062826bcc75a4f7b1412ed78307d7fffb17c9bcdf978b8d00c7585f1f68d5f", "listener": {...

new log ```json "name": "default/tcp-gateway/bar", "active_state": { "version_info": "cd57adf3500b8189d34161f4db870f7074e0019e750cecd778c909ec8964df6a", "listener": { "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default/tcp-gateway/bar", "address": { "socket_address": { "address": "0.0.0.0", "port_value": 8089 } }, "filter_chains": [ { "filters": [...

> ```yaml > extensionApis: > enableEnvoyPatchPolicy: true > enableBackend: true > ``` where are these documented at?

I'm hosted in azure and gcp. Those test ended with the similar results on both clouds