Update CoreOS: remove outdated quickstart

pull/420/head
khs1994 2019-09-01 14:16:10 +08:00
parent 6c6d2ac973
commit 6bca9e8dff
4 changed files with 3 additions and 97 deletions

View File

@ -4,4 +4,4 @@ CoreOS 的设计是为你提供能够像谷歌一样的大型互联网公司一
CoreOS , Linux 使 Linux YUM APT
CoreOS VirtualBox, Amazon EC2, QEMU/KVM, VMware OpenStack 使
CoreOS `VirtualBox`, `Amazon EC2`, `QEMU/KVM`, `VMware` `OpenStack`

View File

@ -1,8 +1,6 @@
# CoreOS
Docker [CoreOS](https://coreos.com/).
CoreOS Docker 使
[CoreOS](https://coreos.com/) 对 Docker 甚至容器技术的发展都带来了巨大的推动作用。其提供了运行现代基础设施的特性,支持大规模服务部署,使得在基于最小化的现代操作系统上构建规模化的计算仓库成为了可能。
# CoreOS
@ -30,4 +28,4 @@ CoreOS 可以在一个机器上很好地运行,但是它被设计用来搭建
##
CoreOS

View File

@ -6,13 +6,6 @@
`CoreOS` 使 `etcd` `CoreOS` `etcd` `rkt`
```bash
$ rkt list
UUID APP IMAGE NAME STATE CREATED STARTED NETWORKS
57581644 etcd quay.io/coreos/etcd:v3.2.10 running 1 minute ago 1 minute ago
```
`etcd` 使 [etcd ](../etcd/)
##

View File

@ -1,85 +0,0 @@
# CoreOS
使 Vagrant
*Vagrant 使*
CoreOS CoreOS
##
Virtualbox, Vagrant git
##
CoreOS
```bash
$ git clone https://github.com/coreos/coreos-vagrant
$ cd coreos-vagrant
$ cp user-data.sample user-data
```
token
```bash
$ curl https://discovery.etcd.io/new
```
token user-data
```yml
#cloud-config
coreos:
etcd:
discovery: https://discovery.etcd.io/<token>
```
##
CoreOS Vagrantfile
config.rb.sample .
```bash
cp config.rb.sample config.rb
```
num_instances3
```bash
vagrant up
=>
Bringing machine 'core-01' up with 'virtualbox' provider...
Bringing machine 'core-02' up with 'virtualbox' provider...
Bringing machine 'core-03' up with 'virtualbox' provider...
==> core-01: Box 'coreos-alpha' could not be found. Attempting to find and install...
core-01: Box Provider: virtualbox
core-01: Box Version: >= 0
==> core-01: Adding box 'coreos-alpha' (v0) for provider: virtualbox
core-01: Downloading: http://storage.core-os.net/coreos/amd64-usr/alpha/coreos_production_vagrant.box
core-01: Progress: 46% (Rate: 6105k/s, Estimated time remaining: 0:00:16)
```
ssh
```bash
ssh-add ~/.vagrant.d/insecure_private_key
```
```bash
vagrant ssh core-01 -- -A
```