mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Update harbor chart README.md with a known issue on K8s 1.9.4
This commit is contained in:
parent
199ebdb751
commit
9ba5fe55e5
@ -11,10 +11,14 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [Harbor](http://v
|
|||||||
- kubectl CLI 1.8+
|
- kubectl CLI 1.8+
|
||||||
- Helm CLI 2.8.0+
|
- Helm CLI 2.8.0+
|
||||||
|
|
||||||
|
## Known Issues
|
||||||
|
|
||||||
|
- This chart doesn't work with Kubernetes security update release 1.8.9+ and 1.9.4+. Refer to [issue 4496](https://github.com/vmware/harbor/issues/4496).
|
||||||
|
|
||||||
## Setup a Kubernetes cluster
|
## Setup a Kubernetes cluster
|
||||||
|
|
||||||
You can use any tools to setup a K8s cluster.
|
You can use any tools to setup a K8s cluster.
|
||||||
In this guide, we use [minikube](https://github.com/kubernetes/minikube) to setup a K8s cluster as the dev/test env.
|
In this guide, we use [minikube](https://github.com/kubernetes/minikube) 0.25.0 to setup a K8s cluster as the dev/test env.
|
||||||
```bash
|
```bash
|
||||||
# Start minikube
|
# Start minikube
|
||||||
minikube start --vm-driver=none
|
minikube start --vm-driver=none
|
||||||
|
Loading…
Reference in New Issue
Block a user