Kay Yan

Results 85 issues of Kay Yan

**What would you like to be added**: CI Enhancement for docker build. **Why is this needed**: There are some issues with the Dockerfile that cannot be found in the CI...

kind/feature
lifecycle/rotten

**What type of PR is this?** /kind feature **What this PR does / why we need it**: Node Feature Discovery is a Kubernetes add-on for detecting hardware features and system...

cncf-cla: yes
size/XL
approved
kind/feature

``` -- [error] AutomountServiceAccountTokenTrueAndDefaultSA Message: Default service account with token mounted. automountServiceAccountToken should be set to 'false' on either the ServiceAccount or on the PodSpec or a non-default service account...

### What is the problem you're trying to solve Docker v25 was released on 2024-01-19, ref to https://docs.docker.com/engine/release-notes/25.0. Nerdctl needs to update it sooner or later and keep it compatible....

kind/feature

### Description Relate to the https://github.com/containerd/nerdctl/issues/2327 The content digest sha256:xxx: not found is becuase of the nerdctl does not pull the layer. In my environment: ``` /usr/local/bin/nerdctl --namespace=nerdctl-test save -o...

bug

### Description There are often some test errors in the CI, like https://github.com/containerd/nerdctl/actions/runs/7121165359/job/19389837876?pr=2689 It seems the there wordpress php cannot connect to the database in compose. Log: ``` --- FAIL:...

area/ci

## Description Unlike ctr , the nerdctl does not support the `--runtime` flag while creating a container with path ## Steps to reproduce the issue ``` # Copy runc to...