Update README.md
This commit is contained in:
Родитель
1e32f49bd6
Коммит
77eb1a7d24
|
@ -84,6 +84,12 @@ Since some container registries like `gcr.io`, `docker.io` are not accessible or
|
|||
```
|
||||
k8s.gcr.io/pause-amd64:3.1
|
||||
gcr.io/google_containers/pause-amd64:3.1
|
||||
```
|
||||
- Example
|
||||
|
||||
specify `defaultBackend.image.repository` as `gcr.azk8s.cn/google_containers/defaultbackend` in [nginx-ingress](https://github.com/helm/charts/tree/master/stable/nginx-ingress) chart since original `k8s.gcr.io` does not work in Azure China:
|
||||
```
|
||||
helm install stable/nginx-ingress --namespace kube-system --set controller.replicaCount=2 --set defaultBackend.image.repository=gcr.azk8s.cn/google_containers/defaultbackend
|
||||
```
|
||||
|
||||
## 3. Install kubectl
|
||||
|
|
Загрузка…
Ссылка в новой задаче