You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@
7
7
8
8
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
9
9
10
-
For more information about the Deis workflow, please visit the main project page at https://github.com/deis/workflow.
10
+
For more information about the Deis workflow, please visit the main project page at https://github.com/deisthree/workflow.
11
11
12
12
We welcome your input! If you have feedback, please submit an [issue][issues]. If you'd like to participate in development, please read the "Development" section below and submit a [pull request][prs].
13
13
14
14
# About
15
15
16
16
The Deis minio component provides an [S3 API][s3-api] compatible object storage server, based on [Minio](http://minio.io), that can be run on Kubernetes. It's intended for use within the [Deis v2 platform][deis-docs] as an object storage server, but it's flexible enough to be run as a standalone pod on any Kubernetes cluster.
17
17
18
-
Note that in the default [Helm chart for the Deis platform](https://github.com/deis/charts/tree/master/deis-dev), this component is used as a storage location for the following components:
18
+
Note that in the default [Helm chart for the Deis platform](https://github.com/deisthree/charts/tree/master/deis-dev), this component is used as a storage location for the following components:
Also note that we aren't currently providing this component with any kind of persistent storage, but it may work with [persistent volumes](http://kubernetes.io/docs/user-guide/volumes/).
25
25
@@ -41,7 +41,7 @@ To bump this component to use a newer build of Minio, simply add a new binary to
41
41
42
42
## Docker Based Development Environment
43
43
44
-
The preferred environment for development uses the [`go-dev` Docker image](https://github.com/deis/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis.
44
+
The preferred environment for development uses the [`go-dev` Docker image](https://github.com/deisthree/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis.
45
45
46
46
To use it yourself, you must have [make](https://www.gnu.org/software/make/) installed and Docker installed and running on your local development machine.
47
47
@@ -62,11 +62,11 @@ Note that you will not be able to build or push Docker images using this method
62
62
63
63
The Deis project requires that as much code as possible is unit tested, but the core contributors also recognize that some code must be tested at a higher level (functional or integration tests, for example).
64
64
65
-
The [end-to-end tests](https://github.com/deis/workflow-e2e) repository has our integration tests. Additionally, the core contributors and members of the community also regularly [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) the platform.
65
+
The [end-to-end tests](https://github.com/deisthree/workflow-e2e) repository has our integration tests. Additionally, the core contributors and members of the community also regularly [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) the platform.
66
66
67
67
## Running End-to-End Tests
68
68
69
-
Please see [README.md](https://github.com/deis/workflow-e2e/blob/master/README.md) on the end-to-end tests reposotory for instructions on how to set up your testing environment and run the tests.
69
+
Please see [README.md](https://github.com/deisthree/workflow-e2e/blob/master/README.md) on the end-to-end tests reposotory for instructions on how to set up your testing environment and run the tests.
70
70
71
71
## Dogfooding
72
72
@@ -75,7 +75,7 @@ Please follow the instructions on the [official Deis docs][deis-docs] to install
Copy file name to clipboardExpand all lines: _docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Minio on Kubernetes
2
2
3
-
Please see [the top level README](https://github.com/deis/minio/blob/master/README.md) for a description of what this project does.
3
+
Please see [the top level README](https://github.com/deisthree/minio/blob/master/README.md) for a description of what this project does.
0 commit comments