澄潭

Results 466 comments of 澄潭

@jingb 这是额外的一种选择,我们推荐的做法是用 wasm 插件

> @johnlanni 我们对envoy 除了waf还有一个改造点是加了tls_psk 协议,现在想法是看能不能通过patch方式把我们的代码加到higress/envoy里然后重新编译 可以参考下这里: https://higress.io/zh-cn/docs/dev/code https://higress.io/zh-cn/docs/dev/architecture

这个目前机制上是不支持的,当使用nacos做服务发现时,只能支持单端口单协议

k edit deploy higress-controller -n higres-test 找到 pilot-discovery 这个容器,加上下面这个环境变量: ```yaml - name: VALIDATION_WEBHOOK_CONFIG_NAME value: "" ```

@lixf311 上面的CLA要签署一下

@lixf311 加一下我钉钉吧:chengtanzty

Does the selector of your Gateway resource match the labels of the higress-gateway pods? By default, when installed, the label for higress-gateway is `higress: {install-namespace}-higress-gateway`.

> higress: test-gateway @nbragin4 Does your higress-gateway pod have this label? Higress standard installation mode does not add this label, did you modify the helm chart to add it yourself?...