mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-26 13:03:56 +00:00
Update docs to only say install linuxkit tool.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
committed by
Justin Cormack
parent
f8e352d375
commit
934450c697
@@ -60,7 +60,7 @@ network.
|
||||
|
||||
We create a number of local packages, not pulled from Hub. To build them, invoke `./build-pkg.sh` in the `./pkg` directory.
|
||||
|
||||
Then build the various YAML files using the `moby` tool and package/upload them to Google Cloud using the `linuxkit` tool.
|
||||
Then build the various YAML files using the `linuxkit` tool and package/upload them to Google Cloud using the `linuxkit` tool.
|
||||
|
||||
## InfraKit cluster setup
|
||||
|
||||
@@ -85,7 +85,7 @@ docker run --rm -ti etcd.local etcdctl member list
|
||||
docker run --rm -ti etcd.local etcdctl cluster-health
|
||||
```
|
||||
|
||||
You can perform rolling updates, by for example, switching the kernel version in `etcd.yml`, build a new moby, e.g., `linuxkit build -name etcd-4.10 etcd`, update `infrakit.json`, and then commit the new configuration to InfraKit: `infrakit group commit infrakit.json`.
|
||||
You can perform rolling updates, by for example, switching the kernel version in `etcd.yml`, build a new LinuxKit, e.g., `linuxkit build -name etcd-4.10 etcd`, update `infrakit.json`, and then commit the new configuration to InfraKit: `infrakit group commit infrakit.json`.
|
||||
|
||||
|
||||
## Infrakit GCP setup
|
||||
|
Reference in New Issue
Block a user