Nick Neisen

Results 10 issues of Nick Neisen

Adds more details to the installation docs. Removes duplicated information from the project's README.md and refers to the official documentation page instead.

Fixes #246, #213 Replaces #224 ## Proposed Changes This PR introduces a CRI logging driver as an alternative solution to #213. This driver outputs docker logs in CRI formats. Docker...

enhancement
testing

This change makes `cri-dockerd` output logs in CRI format instead of json-file format. This fixes the #213 and bumps integration test's pinned SHA so they now include these tests. `cri-docker`...

testing

`cri-dockerd` currently writes container logs using the docker json format ``` {"log":"I0719 22:04:51.982483 1 log.go:195] Started HTTP server on port 8080\n","stream":"stderr","time":"2023-07-19T22:04:51.993532538Z"} {"log":"I0719 22:04:51.982923 1 log.go:195] Started UDP server on port...

enhancement

The project could use some improved documentation. This is a ticket to track initial topics that come to mind. These should be setup to follow gihub's expected MD locations. -...

documentation
enhancement

## Expected Behavior The release tar files contains everything needed to install cri-dockerd on a system. ## Actual Behavior The tar files contain the `cri-dockerd` binaries but none of the...

documentation
good first issue
build

## Expected Behavior A `Makefile` exists in the root of the project that imports Makefile values and targets from other mk files. We should try to move the project towards...

good first issue
help wanted
build

## Current Behavior The current change made in #224 tails the log file created by docker. This works but there are some potential issues with it on windows. ## Solution...

enhancement

An [update to improve the stability](https://github.com/kubernetes/kubernetes/pull/117914) of the `hack/local-up-cluster.sh` in the kubernetes repo caused the e2e tests to fail. As a temporary fix, I pinned `kubernetes/kubernetes` to the commit right...

testing

## Summary v0.17.5 can no longer connect to a single host node. v0.17.4 works fine. ## Details I just installed v0.17.5 and created a new config using `k0sctl init` and...