Skip to content

Commit 3681ef4

Browse files
authored
Merge pull request #32972 from my-git9/contribute-upstream2
[zh]Update contribute-upstream.md
2 parents 56a5789 + 2c95aad commit 3681ef4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/zh/docs/contribute/generate-ref-docs/contribute-upstream.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,17 @@ You need to have these tools installed:
4040
- [Golang](https://golang.org/doc/install) version 1.13+
4141
- [Docker](https://docs.docker.com/engine/installation/)
4242
- [etcd](https://github.com/coreos/etcd/)
43+
- [make](https://www.gnu.org/software/make/)
44+
- [gcc compiler/linker](https://gcc.gnu.org/)
4345
-->
4446
- 你需要安装以下工具:
4547

4648
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
4749
- [Golang](https://golang.org/doc/install) 的 1.13 版本或更高
4850
- [Docker](https://docs.docker.com/engine/installation/)
4951
- [etcd](https://github.com/coreos/etcd/)
52+
- [make](https://www.gnu.org/software/make/)
53+
- [gcc compiler/linker](https://gcc.gnu.org/)
5054

5155
<!--
5256
- Your $GOPATH environment variable must be set, and the location of `etcd`
@@ -237,8 +241,9 @@ hack/update-generated-protobuf.sh
237241
On branch master
238242
...
239243
modified: api/openapi-spec/swagger.json
244+
modified: api/openapi-spec/v3/apis__apps__v1_openapi.json
245+
modified: pkg/generated/openapi/zz_generated.openapi.go
240246
modified: staging/src/k8s.io/api/apps/v1/generated.proto
241-
modified: staging/src/k8s.io/api/apps/v1/types.go
242247
modified: staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go
243248
```
244249

0 commit comments

Comments
 (0)