Dongsu Park
Dongsu Park
Yeah, I have seen this issue since several months. Go >= 1.12.8 or Go >= 1.13 includes a [security fix](https://github.com/golang/go/commit/3226f2d492963d361af9dfc6714ef141ba606713) around URL parsing. So when we build rkt with the...
I'm just a newcomer, but basically I agree with @alban. Currently it's a little confusing. At the moment the spec defines an action `Delete`, and a status `stopped`. The stopped...
I've just realized, this PR would conflict with https://github.com/opencontainers/runtime-tools/pull/637, which touches hugetlb as well. Though I'm fine with this PR being first merged. I can rebase again. And it's interesting....
@wking ``` # cat /proc/cpuinfo | grep '^flags' | head -n1 | grep -o ' \(pse\|pdpe1gb\) ' pse pdpe1gb # cat /proc/cmdline BOOT_IMAGE=/vmlinuz-4.16.9-300.fc28.x86_64 root=UUID=e54de305-64fd-4729-8e65-dd68a8fd36fe ro rootflags=subvol=root rhgb quiet resume=/dev/nvme0n1p4 LANG=en_US.UTF-8...
I've just happened to see this issue, and it's true that a `defer` function does not run when `util.Fatal` is called. So far I have been also making such mistakes....
If I understand correctly, this issue can be closed now. The original issue, using `util.Fatal` correctly, was addressed by https://github.com/opencontainers/runtime-tools/pull/645. The second issue, differentiation of runtime-tools TAP errors and system...
Rebased, and addressed review comments by @wking.
It sounds like a good idea. I agree that in these days we don't necessarily have to provide deb or rpm packages. Though we need to think about which one...
It turns out to be a btrfs-specific issue. This issue happens only when the mounted directory `/var/lib/kube-spawn/.../mount` on the host is located inside btrfs. When it's ext4, it does not...
Related discussion in the #kubeadm slack channel: https://kubernetes.slack.com/archives/C2P1JHS2E/p1513762692000023 > Hi, I'm trying to create a development cluster using LXD with kubeadm. I created a storage pool for LXD with an...