Skip to content

Commit b07be0d

Browse files
committed
Merge pull request #169 from krancour/strike-coreos-refs
doc(*): strike references to CoreOS
2 parents fe77190 + 88b6e60 commit b07be0d

11 files changed

Lines changed: 11 additions & 50 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Our official support channels are:
2424
- GitHub issues: https://github.com/deis/deis/issues/new
2525
- IRC: #[deis](irc://irc.freenode.org:6667/#deis) IRC channel on freenode.org
2626

27-
When opening an issue or asking for help on IRC, it's helpful to provide debug output from your cluster.
28-
Run `/opt/bin/deis-debug-logs` on one of your CoreOS machines and provide the output to us in a [gist](https://gist.github.com/).
29-
3027
## Getting Started
3128

3229
- Fork the repository on GitHub

docs/src/contributing/development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ If you are developing elsewhere, you must set up a registry yourself. Make sure
205205
2. Hosts in the cluster can pull images with the same URL
206206

207207
!!! note
208-
If the development registry is insecure and has an IP address in a range other than `10.0.0.0/8`, `172.16.0.0/12`, or `192.168.0.0/16`, you'll have to modify `contrib/coreos/user-data.example` and whitelist your development registry so the daemons can pull your custom components.
208+
If the development registry is insecure, then the Docker deamon on each of your nodes must be configured to allow communication with insecure registries in the applicable IP range.
209209

210210
## Initial Platform Build
211211

docs/src/contributing/testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `test-setup.sh` script also prepares the testing environment, as well as tea
4747
- runs documentation tests
4848
- builds Docker images tagged with `$BUILD_TAG`
4949
- runs unit and functional tests
50-
- creates a 3-node Vagrant CoreOS cluster
50+
- creates a 3-node Vagrant cluster
5151
- pushes the Docker images to a registry
5252
- provisions the cluster for Deis with the registry images
5353
- runs all integration tests
@@ -73,7 +73,7 @@ make -C tests/ test-full
7373
- runs documentation tests
7474
- builds Docker images tagged with `$BUILD_TAG`
7575
- runs unit and functional tests
76-
- creates a 3-node Vagrant CoreOS cluster
76+
- creates a 3-node Vagrant cluster
7777
- pushes the Docker images to a registry
7878
- provisions the cluster for Deis with the registry images
7979
- runs a "smoke test" that pushes and scales an app
@@ -82,7 +82,7 @@ make -C tests/ test-full
8282
### test-latest.sh
8383

8484
- installs the latest `deis` and `deisctl` client releases
85-
- creates a 3-node Vagrant CoreOS cluster
85+
- creates a 3-node Vagrant cluster
8686
- provisions the cluster for Deis with latest release images
8787
- runs a "smoke test" that pushes and scales an app
8888
- takes roughly 30 minutes

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome
22

3-
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon Docker and CoreOS to provide a lightweight PaaS with a Heroku-inspired workflow.
3+
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon Kubernetes to provide a lightweight PaaS with a Heroku-inspired workflow.
44

55
To get started with Deis, first read the [Architecture][arch] and [Concepts][concepts] of Deis, then use [the QuickStart documentation][quickstart] to start provisioning your cluster.
66

docs/src/installing-deis/system-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Deis components consume approximately 2 - 2.5GB of memory across the cluster, an
99
* At least 4GB of RAM (more is better)
1010
* At least 40GB of hard disk space
1111

12-
Note that these estimates are for Deis and CoreOS only, and there should be ample room for deployed applications.
12+
Note that these estimates are for Deis and Kubernetes only, and there should be ample room for deployed applications.
1313

14-
Running smaller machines will likely result in increased system load and has been known to result in component failures, issues with etcd/fleet, and other problems.
14+
Running smaller machines will likely result in increased system load and has been known to result in component failures and other problems.
1515

1616
## Cluster Size
1717

docs/src/roadmap/release-checklist.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ $ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
2626
builder/rootfs/usr/local/src/slugrunner/Dockerfile \
2727
client/deis-version \
2828
contrib/utils.sh \
29-
contrib/coreos/user-data.example \
3029
controller/deis/__init__.py \
3130
controller/Dockerfile \
3231
database/Dockerfile \
@@ -82,7 +81,6 @@ $ ./contrib/bumpver/bumpver -f A.B.D-dev A.B.D \
8281
$ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
8382
README.md \
8483
contrib/utils.sh \
85-
contrib/coreos/user-data.example \
8684
docs/_includes/_get-the-source.rst \
8785
docs/installing_deis/install-deisctl.rst \
8886
docs/installing_deis/install-platform.rst \
@@ -146,7 +144,6 @@ $ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
146144
./contrib/bumpver/bumpver -f A.B.C A.B.D \
147145
README.md \
148146
contrib/utils.sh \
149-
contrib/coreos/user-data.example \
150147
docs/_includes/_get-the-source.rst \
151148
docs/installing_deis/install-deisctl.rst \
152149
docs/installing_deis/install-platform.rst \

docs/src/roadmap/roadmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ This feature is tracked as GitHub issue [#3072][].
6363
## Update Service
6464

6565
Deis must support 100% automated, zero-downtime updates of the control plane.
66-
Like CoreOS, Deis clusters should be attached to an alpha, beta or stable channel and rely on an automatic update mechanism.
66+
Deis clusters should be attached to an alpha, beta or stable channel and rely on an automatic update mechanism.
6767
To accomplish this, Deis plans to use the `Google Omaha Protocol`_ as implemented by `CoreUpdate`_.
6868

6969
- [x] [Update client/agent][]
7070
- [ ] Update server
71-
- [ ] [Automatic CoreOS upgrades][]
7271
- [ ] CI Integration
7372

7473
This feature is tracked as GitHub issue [#2106][].

docs/src/roadmap/test-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Within the scope of this master test plan are these items:
2929

3030
- The Deis project codebase at <https://github.com/deis/deis>
3131
- The Docker containers that constitute Deis
32-
- The assembled Deis platform on a CoreOS cluster
32+
- The assembled Deis platform on a Kubernetes cluster
3333
- The HTML documentation set for Deis
3434
- Binary installers for the `deis` CLI hosted at AWS S3
3535
- Binary installers for the `deisctl` CLI hosted at AWS S3
@@ -40,7 +40,7 @@ Within the scope of this master test plan are these items:
4040

4141
At a high level, the overall features of the platform that are tested are:
4242

43-
- The Deis platform can be installed on a new CoreOS vagrant cluster
43+
- The Deis platform can be installed on a new Kubernetes cluster
4444
- The Deis platform can be upgraded from a recent release to the current one
4545
- Users can register with Deis and create and deploy applications
4646
- Deis can build and scale a variety of Heroku-style and Dockerfile-based apps
@@ -52,7 +52,7 @@ At a high level, the overall features of the platform that are tested are:
5252
While these features are effectively covered in ad-hoc testing and by existing
5353
customer usage, they are not specifically tested as part of the test plan yet.
5454

55-
- The Deis platform can be installed on an existing CoreOS cluster
55+
- The Deis platform can be installed on an existing Kubernetes cluster
5656
- The Deis platform survives the loss of one or more nodes
5757
- The Deis platform can run for several weeks without interruption
5858
- The Deis platform handles stressful multi-user workloads

docs/src/understanding-deis/components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ and [Logger][].
6363
[Ceph]: http://ceph.com
6464
[database]: #database
6565
[Docker]: http://docker.io/
66-
[etcd]: https://github.com/coreos/etcd
6766
[Git]: http://git-scm.com/
6867
[logger]: #logger
6968
[Nginx]: http://nginx.org/

docs/src/understanding-deis/concepts.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ distributed across your cluster as Docker containers.
2424

2525
(Deis itself is also a set of coordinated Docker containers.)
2626

27-
## CoreOS
28-
29-
[CoreOS][] is a new, minimal Linux distribution, rearchitected for
30-
running modern, containerized infrastructure stacks.
31-
32-
Deis runs on CoreOS machines that can be hosted anywhere -- public cloud,
33-
private cloud, bare metal or even your workstation.
34-
35-
CoreOS allows Deis to host applications and services at scale with
36-
high resilience, in a way that is simple to operate.
37-
3827
## Applications
3928

4029
Deis is designed around the concept of an [application][], or app.
@@ -89,7 +78,6 @@ to swap services provided by other apps, or to switch to external or third-party
8978
[config]: ../reference-guide/terms.md#config
9079
[containers]: ../reference-guide/terms.md#container
9180
[Docker]: http://docker.io/
92-
[CoreOS]: https://coreos.com/
9381
[Build and Run]: http://12factor.net/build-release-run
9482
[backing services]: http://12factor.net/backing-services
9583
[environment variables]: http://12factor.net/config

0 commit comments

Comments
 (0)