Dongsu Park

Results 75 issues of Dongsu Park

Since v239, systemd supports portable services: https://github.com/systemd/systemd/blob/v239/doc/PORTABLE_SERVICES.md It would be great, if go-systemd could have relevant bindings for those DBUS methods.

So far when the input mount flags contain `MS_SHARED`, the flag has not been applied to the container rootfs. That's because we call `rootfsParentMountPrivate()` after applying the original mount flags....

[Kubernetes 1.16](https://github.com/kubernetes/sig-release/tree/master/releases/release-1.16) will be released in Sep 2019. Until then, we should run [CNCF conformance tests](https://github.com/cncf/k8s-conformance) for K8s 1.14 and 1.15. Once 1.16 was released, it would not be possible...

When trying to test kube-spawn with systemd v240 or newer, it does not start the whole cluster. Only one of the nodes becomes active, and only the node gets registered...

bug

https://github.com/kinvolk/kube-spawn/pull/328 was merged. But there was a similar PR https://github.com/kinvolk/kube-spawn/pull/257, which is unmerged. So we should create a new PR on top of the current master branch, to address the...

enhancement

It's basically the same issue as https://github.com/kinvolk/kube-spawn/pull/284, which I closed last week. Unfortunately that issue is still not resolved with systemd v239 and the current master. What I have observed...

bug

Recently systemd has [fixed a bug when resizing the machines pool](https://github.com/systemd/systemd/pull/10164). The fix will be probably included in systemd v240. It means, in case of systemd v240 or newer being...

enhancement

Recently https://github.com/kubernetes/release/pull/630 was merged. So since k8s v1.12.0-rc2, a sha512 checksum for each k8s binary has been also available. For example: https://dl.k8s.io/v1.12.0-rc.2/bin/linux/amd64/kubectl.sha512 Starting from k8s v1.12, we should be able...

enhancement

We need to verify downloaded images with either gpg or sha512. See also https://github.com/kinvolk/kube-spawn/pull/106#issuecomment-319966741

enhancement

Verify GnuPG signature of downloaded CoreOS image. systemd-nspawn/machinectl doesn't have a functionality of checking downloaded images by GPG signatures. We need to download the image and validate it by ourselves...

enhancement