Replace with explicit kubernetes fork path

pull/6/head
lixiaobing10051267 2016-08-04 14:30:40 +08:00
parent c8ea7af912
commit fdd9ced105
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ separate dependency updates from other changes._
export KPATH=$HOME/code/kubernetes
mkdir -p $KPATH/src/k8s.io
cd $KPATH/src/k8s.io
git clone https://path/to/your/kubernetes/fork # assumes your fork is 'kubernetes'
git clone https://github.com/$YOUR_GITHUB_USERNAME/kubernetes.git # assumes your fork is 'kubernetes'
# Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work.
```