Derek McGowan
Derek McGowan
Seems the issue here would be better fixed by just changing `getSortedhosts` to return an empty list in that case. What is `root.Get("host")` returning when you provide it the `[host]`...
Note this fix is not needed in main as we have bumped the toml library major version and the new implementation does not have this issue.
Is there a redirect the registry is doing on 404? It seems odd that the certificate error would only show up on specific endpoints since these errors tend to occur...
The preferred way to handle this is always to configure your system to support this. Either by enabling this overlay configuration in your kernel or rely on reflink support from...
Can you add to the test the cases for maps (such as runtimes) and arrays (such as pod_annotations). Those are the areas I think we should have the merging behavior...
``` === FAIL: . TestContainerExecLargeOutputWithTTY (7.50s) container_test.go:1745: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/tmp/TestContainerExecLargeOutputWithTTY1810604958" to rootfs at...
Pure Go sounds good
I agree it is a nice refresh, a few questions/comments 1. Where does the background blue come from, is it used somewhere else for consistency? 2. The "Getting Started" button...
Need rebase to remove merge commit. Also either remove the npm packages lock or if necessary move under the node.js comment
The `release-tool` just generates the tag and release notes. Travis doing the builds today. Since Travis is broken I have been building locally and pushing up. We hope to get...