rongfu.leng

Results 160 comments of rongfu.leng

@yxxhero Hello, can you place review of this issue?

Can we fix this problem? Still not necessary, I found that the pr to fix this has been committed, but not merged.

ref: https://github.com/helm/helm/issues/10659

Hi, I am willing to try to solve this problem. By looking at the [PR](https://github.com/containerd/containerd/pull/5657) information, we can solve this problem by adding `-.` to the tag parser. The following...

@dmcgowan We can't use `.` as Label Schema because it is already used for Separator;unless we change the separator. ```go func isSeparatorRune(r rune) bool { switch r { case ',',...

Is it possible to use the `lscpu` command or the `uname -m` command to obtain the Cpu architecture information after reading `/proc/cpuinfo` fails.

> aarch64 I think this is what we need, what do you think?

I think most of us still get it from `/proc/cpuinfo`, and only when it return `err` do we downgrade to `uname -m` or `lscpu` command; I'll try to deal with...