README: Update README with move notice

* Add an Enterprise section to show Tectonic
This commit is contained in:
Dalton Hubble
2017-01-11 01:55:30 -08:00
parent f064d72c28
commit fd61297a43
3 changed files with 19 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@@ -5,11 +5,16 @@
Guides and a service for network booting and provisioning CoreOS clusters on virtual or physical hardware.
**Announcement**: coreos-baremetal and `bootcfg` are being renamed to CoreOS `matchbox`, which will be reflected in v0.5.0. Please see [CHANGES](CHANGES.md) or [#400](https://github.com/coreos/coreos-baremetal/issues/400). If you're looking for older docs, be sure to use the branch/tag switcher.
## Guides
* [Network Setup](Documentation/network-setup.md)
* [Machine Lifecycle](Documentation/machine-lifecycle.md)
* [Background: PXE Booting](Documentation/network-booting.md)
* Tutorials (QEMU/KVM/libvirt)
* [matchbox with rkt](Documentation/getting-started-rkt.md)
* [matchbox with Docker](Documentation/getting-started-docker.md)
## matchbox
@@ -21,9 +26,6 @@ Guides and a service for network booting and provisioning CoreOS clusters on vir
* Config Templates
* [Ignition](Documentation/ignition.md)
* [Cloud-Config](Documentation/cloud-config.md)
* Tutorials (QEMU/KVM/libvirt)
* [matchbox with rkt](Documentation/getting-started-rkt.md)
* [matchbox with Docker](Documentation/getting-started-docker.md)
* [Configuration](Documentation/config.md)
* [HTTP API](Documentation/api.md)
* [gRPC API](https://godoc.org/github.com/coreos/coreos-baremetal/matchbox/client)
@@ -31,16 +33,6 @@ Guides and a service for network booting and provisioning CoreOS clusters on vir
* [CoreOS / Linux distros](Documentation/deployment.md)
* [rkt](Documentation/deployment.md#rkt) / [docker](Documentation/deployment.md#docker)
* [Kubernetes](Documentation/deployment.md#kubernetes)
* Clients
* bootcmd CLI (POC)
* Tectonic Installer ([guide](https://tectonic.com/enterprise/docs/latest/deployer/platform-baremetal.html), [blog](https://tectonic.com/blog/tectonic-1-3-release.html))
* Backends
* [FileStore](Documentation/matchbox.md#data)
* [Troubleshooting](Documentation/troubleshooting.md)
* Going Further
* [gRPC API Usage](Documentation/config.md#grpc-api)
* [Metadata Endpoint](Documentation/api.md#metadata)
* OpenPGP [Signing](Documentation/api.md#openpgp-signatures)
### Examples
@@ -52,9 +44,17 @@ The [examples](examples) network boot and provision CoreOS clusters. Network boo
* [Upgrading](Documentation/bootkube-upgrades.md) self-hosted Kubernetes clusters
* Multi-node etcd2 or etcd3 cluster
* Multi-node [Torus](Documentation/torus.md) distributed storage cluster
* Network boot or Install to Disk
* Multi-stage CoreOS installs
* [GRUB Netboot](Documentation/grub.md) CoreOS
* iPXE Boot CoreOS with a root fs
* iPXE Boot CoreOS
* Lab [examples](https://github.com/dghubble/metal)
* Network boot and/or install to disk (multi-stage installs)
### Enterprise
[Tectonic](https://coreos.com/tectonic/) is the enterprise-ready Kubernetes offering from CoreOS (free for 10 nodes!). The [Tectonic Installer](https://tectonic.com/enterprise/docs/latest/deployer/platform-baremetal.html) app integrates directly with `matchbox` through its gRPC API to provide a rich graphical client for populating `matchbox` with machine configs.
Learn more from our [docs](https://tectonic.com/enterprise/docs/latest/deployer/platform-baremetal.html) or [blog](https://tectonic.com/blog/tectonic-1-3-release.html).
![Tectonic Installer](Documentation/img/tectonic-installer.png)
![Tectonic Console](Documentation/img/tectonic-console.png)