John Zheng
John Zheng
@KnechtionsCoding , thanks a lot Can you kindly point out what is the problem in my upper configure? Form https://github.com/fluxcd/flagger/issues/274#issuecomment-523093368, seems this should works. but not sure what is the...
Still not work. - If call with root@nginx:/# curl golang-try01-quickstart.onecloud-dev/try01/version?1111111, the load can enter canary pods. - If call from outside, return 503. Here is my public virtual service ```...
@stefanprodan Do you have some suggestion for this? Thanks a lot
I tried successfully with your official example https://docs.flagger.app/faq Note that there are some error for your official docs - I can update your example with a PR later. Additional question,...
Cannot believe I need wait one hour, and cannot believe finally it works after 1 hour! What a patient people I should be, and what an ```aaaamazing``` software it is.
is there any work around for this? like use version more than xx.xxx.xxx, or other ways to avoid this issue? thanks.
> And envoy just added support for Wasm env variable read: [envoyproxy/envoy#14958](https://github.com/envoyproxy/envoy/issues/14958) I can add some support based on that. @bianpengyuan , had istio supported this -- wasm can read...
Or at least to support diff inject_key_prefix for diff pattern. Thanks.
Error log: { "authority": "httpbin443-onecloudsol-dev.api.sandbox-uw2.company.io", "bytes_received": 0, "bytes_sent": 253, "connection_termination_details": null, "downstream_local_address": "10.202.155.69:443", "downstream_remote_address": "10.202.168.106:28283", "duration": 430, "grpc_status_number": null, "method": "GET", "oc_basic_client_id": "nil", "oc_internal_act_sa": "nil", "oc_internal_tenants": "[]", "oc_path_client_id": "nil", "oc_token_client_id":...
Hi @hzxuzhonghu Here is my gateway configure, is this the root reason caused fail? ``` k get gateway -n istio-system apigee-gateway -oyaml apiVersion: networking.istio.io/v1beta1 kind: Gateway metadata: labels: kustomize.toolkit.fluxcd.io/name: istio-gateways...