website/content/zh/examples
Bridget Kromhout f7a0a0a951
"*-controller-manager" typo fix
I noticed a typo in a recent blog post, and a similar typo appears in
the comments for some examples. This PR corrects these typos.

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-04-14 16:40:32 -05:00
..
access/certificate-signing-request [zh] fixed name spelling mistake 2021-03-11 00:45:36 +02:00
admin "*-controller-manager" typo fix 2021-04-14 16:40:32 -05:00
application Merge pull request #26468 from magmax/fix-code 2021-03-03 18:15:59 -08:00
audit sync en zh yaml (#19781) 2020-03-22 20:34:45 -07:00
configmap ZH-trans: merge release1.16-temporary to master (#18217) 2019-12-24 16:51:29 -08:00
controllers [zh] Fix examples for Chinese localization 2020-07-05 10:04:33 +08:00
debug sync yaml py Dockerfile json with /en (#19882) 2020-03-27 04:56:23 -07:00
pods fix issue 2021-02-01 10:27:10 +08:00
policy [zh] Fix examples for Chinese localization 2020-07-05 10:04:33 +08:00
priority-and-fairness [zh] Translate /docs/concepts/cluster-administration/flow-control.md 2020-09-16 23:29:02 +08:00
service [zh] Resync connecting-frontend-backend 2021-01-30 12:37:52 +08:00
windows beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18 2020-05-07 11:58:40 +08:00
README.md ZH-trans: merge release1.16-temporary to master (#18217) 2019-12-24 16:51:29 -08:00
examples.go ZH-trans: merge release1.16-temporary to master (#18217) 2019-12-24 16:51:29 -08:00
examples_test.go [zh] Clean PodPreset related pages/examples 2021-01-18 19:45:20 +08:00

README.md

注意:这些测试是从 kubernetes 导入的代码实际上并不打算在存储库之外使用。 这就导致了供应商依赖问题。因此,我们必须在 travis 配置这些行:

- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/*
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/