lou-lan

Results 76 comments of lou-lan

The 'latest' version is always fixed, https://gateway.envoyproxy.io/latest/design/goals/

```yaml - name: Run Trivy vulnerability scanner in tarball mode uses: aquasecurity/[email protected] with: input: output/image/app-agent.tar,output/image/app-controller.tar severity: 'CRITICAL,HIGH' ``` or ```yaml - name: Run Trivy vulnerability scanner in tarball mode uses:...

> Hey @lou-lan, thanks for raising the issue. Can you refer to the link of the page from where the issue is relevant [Install by using the Knative Operator -...

> **Describe the version** > > charts/templates/grafanaDashboard.yaml **Describe the bug** no json file present nor grafana CRD present Yes, this dashboard was missed. I'll update it next week.

Create Pod timeout ``` /home/runner/work/egressgateway/egressgateway/test/e2e/reliability/reliability_ip_test.go:75 | // create egresspolicies | By("create egressPolicies by gaven pods") > egps, _, err = common.CreateEgressPoliciesForPods(ctx, cli, egw, pods, egressConfig.EnableIPv4, egressConfig.EnableIPv6, creationThresholdTime) | Expect(err).NotTo(HaveOccurred()) ```

Same issue here ```log ##[debug]Failed to download artifact after 1 retries due to Not a valid zip file. Retrying in 5 seconds... Artifact download completed successfully. Artifact download completed successfully....

Hi, please check if the Egress Tunnels can access each other: ``` kubectl get EgressTunnel ```

> Any update [@tboerger](https://github.com/tboerger) [@lou-lan](https://github.com/lou-lan) [@weizhoublue](https://github.com/weizhoublue) [@yankay](https://github.com/yankay) on this issue? Just confirm if this solution supports VMs with multiple interfaces, so that we can wait, else will explore other options....

This issue has had no updates for a long time, so it will be temporarily closed. You can try the new v0.6.7 version, which includes a fix for the issue...

Hi, please provide the fellow infomation. ```shell helm get values YOU_RELEASE_NAME -n NAMESPACE kubectl get egresspolicy YOU_POLICY -o yaml kubectl get egressgateway YOU_GATEWEEAY -o yaml kubectl get node -o wide...