update first instructions for k8s with helm
This commit is contained in:
parent
cdd214b889
commit
99f1870115
@ -44,14 +44,15 @@ A [PostgreSQL 9.4+] database instance is required for all instructions.
|
|||||||
#### Kubernetes
|
#### Kubernetes
|
||||||
|
|
||||||
If you don't have a local Kubernetes cluster already, check out [minikube].
|
If you don't have a local Kubernetes cluster already, check out [minikube].
|
||||||
|
This also requires [helm].
|
||||||
|
|
||||||
[minikube]: https://github.com/kubernetes/minikube
|
[minikube]: https://github.com/kubernetes/minikube
|
||||||
|
[helm]: https://github.com/kubernetes/helm
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/coreos/clair
|
git clone https://github.com/coreos/clair
|
||||||
cd clair/contrib/k8s
|
cd clair/contrib/helm
|
||||||
kubectl create secret generic clairsecret --from-file=./config.yaml
|
helm install clair
|
||||||
kubectl create -f clair-kubernetes.yaml
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Local
|
### Local
|
||||||
|
Loading…
Reference in New Issue
Block a user