Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
- k8s-alpha.yaml renamed to mediawiki-dev.yml
- k8s branch has been merged. Remove instruction to check out k8s.
- Point to phabricator for issue reporting.
  • Loading branch information
gwicke authored and d00rman committed Jun 20, 2017
1 parent ba6149a commit 0488d82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ environment (native shell when using native Docker):
# Clone k8s branch of mediawiki-containers
git clone [email protected]:wikimedia/mediawiki-containers.git
cd mediawiki-containers
git checkout k8s
# start cluster
kubectl apply -f k8s-alpha.yml
kubectl apply -f mediawiki-dev.yaml
# find the minikube IP
minikube ip
Expand All @@ -39,3 +38,8 @@ sudo ln -s `pwd`/out/* /usr/local/bin
sudo ln -s /etc/systemd/system /usr/lib/systemd/system # minikube assumes non-etc location
sudo CHANGE_MINIKUBE_NONE_USER=true minikube start --vm-driver=none --use-vendored-driver
```

## Issue tracking

We use [Phabricator to track
issues](https://phabricator.wikimedia.org/maniphest/task/create/?projects=PHID-PROJ-aww3pxjms7btyttwtz2r). See the [list of current issues](https://phabricator.wikimedia.org/maniphest/?project=PHID-PROJ-aww3pxjms7btyttwtz2r&statuses=open&group=none&order=newest#R).
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ starts on boot. [Here is a
screencast](https://people.wikimedia.org/~gwicke/mediawiki-containers-install.ogv)
of an installer run.

## Issue tracking

We use [Phabricator to track
issues](https://phabricator.wikimedia.org/maniphest/task/create/?projects=PHID-PROJ-aww3pxjms7btyttwtz2r). See the [list of current issues](https://phabricator.wikimedia.org/maniphest/?project=PHID-PROJ-aww3pxjms7btyttwtz2r&statuses=open&group=none&order=newest#R).

## Architecture

Running `sudo ./mediawiki-containers start` in a checkout of this repository will
Expand Down

0 comments on commit 0488d82

Please sign in to comment.