zhzhuang-zju

Results 75 comments of zhzhuang-zju

> use one action to build the image and karmadactl There seems to have been a discussion about it before,https://github.com/karmada-io/karmada/pull/3168#discussion_r1129052862 @RainbowMango > In the next PR, I will continue to...

https://github.com/karmada-io/karmada/blob/211351bb0f9f50b95205c5da698defaebc08499f/charts/karmada/_crds/patches/webhook_in_resourcebindings.yaml#L1-L14 The url is hardcoded and actually needs to be entered via a variable.

> ping @calvin0327 @zhzhuang-zju I will double-check to see if this issue exists.

Base image `alpine` has released a new version `v3.20.0`, and it resolves all the vulnerabilities of the previous version `v3.19.1`. ```bash karmada/karmada-webhook:v1.10.0-preview4-145-gef14a9824-dirty (alpine 3.20.0) Total: 0 (UNKNOWN: 0, LOW: 0,...

refer to https://docs.docker.com/config/pruning/ The `docker image prune` command allows you to clean up unused images. By default, docker image prune only cleans up dangling images. A dangling image is one...

@HouqiyuA Thanks for the vulnerability information. In fact, we have CI to scan for image vulnerabilities to secure karmada's dependencies. - the yaml of ci can refer to https://github.com/karmada-io/karmada/blob/master/.github/workflows/ci-image-scanning.yaml -...

Update: - [CVE-2020-8561]https://github.com/advisories/GHSA-74j8-88mm-7496 Refer to https://github.com/kubernetes/kubernetes/issues/104720#issuecomment-1518099190 and https://github.com/kubernetes/kubernetes/issues/104720#issuecomment-1517676370, there's not really a code fix to be made for this CVE and if we mitigate this vulnerability, we can ignore this...

cc @Vacant2333 @XiShanYongYe-Chang If I want to test the scenario where application failover with purgeMode graciously when the GracePeriodSeconds is reach out, I need to be able to correctly obtain...