diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-29T20·02+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-07-29T20·10+0100 |
commit | 93a3985298c31168836a2b3f0585a47889db65ea (patch) | |
tree | 134315264d1c44df81fd875c465ad3ec9f25f311 /tools/nixery/README.md | |
parent | 620778243488df5ab28d7af6ce61c30ed3de5510 (diff) |
docs(README): Remove known issues from README
These issues have been moved to the issue tracker.
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r-- | tools/nixery/README.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index 6b1db469648a..5a4d766b0314 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -44,26 +44,6 @@ bash-4.4# curl --version curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.0.2q zlib/1.2.11 libssh2/1.8.0 nghttp2/1.35.1 ``` -## Known issues - -* Initial build times for an image can be somewhat slow while Nixery retrieves - the required derivations from the Nix cache under-the-hood. - - Due to how the Docker Registry API works, there is no way to provide - feedback to the user during this period - hence the UX (in interactive mode) - is currently that "nothing is happening" for a while after the `Unable to - find image` message is printed. - -* For some reason these images do not currently work in GKE clusters. - Launching a Kubernetes pod that uses a Nixery image results in an error - stating `unable to convert a nil pointer to a runtime API image: - ImageInspectError`. - - This error comes from - [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/dockershim/convert.go#L35) - and it occurs *after* the Kubernetes node has retrieved the image from - Nixery (as per the Nixery logs). - ## Kubernetes integration (in the future) **Note**: The Kubernetes integration is not yet implemented. |