mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Use make as the main build tool
This allows us to start building real dependencies into Makefile. Leave old hack/* scripts in place but advise to use 'make'. There are a few rules that call things like 'go run' or 'build/*' that I left as-is for now.
This commit is contained in:
@@ -119,8 +119,8 @@ pkg/kubectl/cmd/util/factory.go.
|
||||
1. Add your group in pkg/api/testapi/testapi.go, then you can access the group
|
||||
in tests through testapi.`<group>`;
|
||||
|
||||
2. Add your "group/version" to `KUBE_API_VERSIONS` and `KUBE_TEST_API_VERSIONS`
|
||||
in hack/test-go.sh.
|
||||
2. Add your "group/version" to `KUBE_TEST_API_VERSIONS` in
|
||||
hack/make-rules/test.sh and hack/make-rules/test-integration.sh
|
||||
|
||||
TODO: Add a troubleshooting section.
|
||||
|
||||
|
Reference in New Issue
Block a user