mirror of https://github.com/kubernetes/kops.git
Striking unnecessary and incorrect conversion-gen instruction
This commit is contained in:
parent
6406abae91
commit
e84791a5d2
|
@ -17,7 +17,6 @@ go get k8s.io/kubernetes
|
||||||
cd ${GOPATH}/src/k8s.io/kubernetes
|
cd ${GOPATH}/src/k8s.io/kubernetes
|
||||||
git checkout master
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
go install ./cmd/libs/go2idl/conversion-gen
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you can run `make apimachinery && make` to update the generated API machinery code (conversion functions). Note
|
Then you can run `make apimachinery && make` to update the generated API machinery code (conversion functions). Note
|
||||||
|
|
Loading…
Reference in New Issue