Skip to content

Commit

Permalink
Add pointers to the new kubernetes location
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <ijc@docker.com>
  • Loading branch information
ijc committed Nov 17, 2017
1 parent 6539b78 commit a09e6a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,10 @@ LinuxKit, a toolkit for building custom minimal, immutable Linux distributions.
- Designed to be managed by external tooling, such as [Infrakit](https://github.com/docker/infrakit) or similar tools
- Includes a set of longer-term collaborative projects in various stages of development to innovate on kernel and userspace changes, particularly around security

## Subprojects

- [LinuxKit kubernetes](https://github.com/linuxkit/kubernetes) aims to build minimal and immutable Kubernetes images. (previously `projects/kubernetes` in this repository).

## Getting Started

### Build the `moby` and `linuxkit` tools
Expand Down
2 changes: 1 addition & 1 deletion projects/README.md
Expand Up @@ -26,7 +26,6 @@ If you want to create a project, please submit a pull request to create a new di
namespaces
- [Memorizer](memorizer/) is a tool to trace intra-kernel
memory operations.
- [Kubernetes](kubernetes/) demonstrate how one can create minimal and immutable Kubernetes OS images with LinuxKit.

## Current projects not yet documented
- VMWare support (VMWare)
Expand All @@ -36,3 +35,4 @@ If you want to create a project, please submit a pull request to create a new di

- `aws/`: AWS support was merged into mainline in #1964.
- `wireguard/`: [WireGuard](https://www.wireguard.com/) is now part of the default LinuxKit kernel and package set.
- `kubernetes/`: Has been moved to https://github.com/linuxkit/kubernetes.
3 changes: 3 additions & 0 deletions projects/kubernetes/README.md
@@ -0,0 +1,3 @@
# Kubernetes and LinuxKit

This project has now moved to https://github.com/linuxkit/kubernetes.

0 comments on commit a09e6a5

Please sign in to comment.