This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters