mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
docs: Update source for cri-tools
Kubernetes-incubator was previously deprecated in favor of kubernetes-sigs. Fixes #4377 Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
parent
25b1317ead
commit
7ae11cad67
@ -93,8 +93,8 @@ $ popd
|
|||||||
You can install the `cri-tools` from source code:
|
You can install the `cri-tools` from source code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/kubernetes-incubator/cri-tools
|
$ go get github.com/kubernetes-sigs/cri-tools
|
||||||
$ pushd $GOPATH/src/github.com/kubernetes-incubator/cri-tools
|
$ pushd $GOPATH/src/github.com/kubernetes-sigs/cri-tools
|
||||||
$ make
|
$ make
|
||||||
$ sudo -E make install
|
$ sudo -E make install
|
||||||
$ popd
|
$ popd
|
||||||
|
@ -185,8 +185,8 @@ $ sudo podman --runtime /usr/local/bin/runk run -it --rm busybox sh
|
|||||||
Install `cri-tools` from source code:
|
Install `cri-tools` from source code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/kubernetes-incubator/cri-tools
|
$ go get github.com/kubernetes-sigs/cri-tools
|
||||||
$ pushd $GOPATH/src/github.com/kubernetes-incubator/cri-tools
|
$ pushd $GOPATH/src/github.com/kubernetes-sigs/cri-tools
|
||||||
$ make
|
$ make
|
||||||
$ sudo -E make install
|
$ sudo -E make install
|
||||||
$ popd
|
$ popd
|
||||||
|
Loading…
Reference in New Issue
Block a user