Jintao Zhang

Results 618 comments of Jintao Zhang

> The point about other registries and nesting is interesting, other than dockerhub do you have any examples? Ostensibly in the OCI spec multi-level nesting is valid but I know...

Yes. `registry.k8s.io/kind/node-v0.17.0:v1.26.1` If this form is used, I also agree. This can dispel my concerns about multiple nesting.

Docker has modified the policy. If the Docker-Sponsored Open Source program does not go well, we can also migrate to a personal account without changing the name. https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/

这样看的话,用 Rust 写扩展是更简单 & 推荐的方式?

CORS is a common requirement, as we have implemented in the Kubernetes Ingress-NGINX project. However, I believe that Policy Attachment could be a more flexible and practical option for certain...

I think it's valuable and to be more secure But considering that this project is a Proxy, we need to have a clear deprecation plan to avoid sudden impact on...

I think we have achieved the goal of this issue and the documentation has also been updated. https://github.com/kubernetes/ingress-nginx/pull/10473

In fact, as described in the PR I quoted above, it can no longer be set after 1.6. I will check again later with the latest version

I'll add some more information for others to refer to. I use the following configuration and directly use it through the openresty `openresty/openresty:1.25.3.1-buster-fat` image. ``` server { server_name ingress.moelove-test.xyz ;...

In addition, the following annotation seems to not be working properly. I will investigate why it did not take effect when I have time. ``` nginx.ingress.kubernetes.io/proxy-ssl-protocols nginx.ingress.kubernetes.io/proxy-ssl-ciphers ``` I can...