mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Replace with explicit kubernetes fork path
This commit is contained in:
parent
c8ea7af912
commit
fdd9ced105
@ -243,7 +243,7 @@ separate dependency updates from other changes._
|
|||||||
export KPATH=$HOME/code/kubernetes
|
export KPATH=$HOME/code/kubernetes
|
||||||
mkdir -p $KPATH/src/k8s.io
|
mkdir -p $KPATH/src/k8s.io
|
||||||
cd $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.
|
# Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user