Merge pull request #459 from arthurlm44/patch-1
update first instructions for k8s with helm
This commit is contained in:
commit
e4a58305f4
@ -41,17 +41,19 @@ A [PostgreSQL 9.4+] database instance is required for all instructions.
|
|||||||
|
|
||||||
### Cluster
|
### Cluster
|
||||||
|
|
||||||
#### Kubernetes
|
#### Kubernetes (Helm)
|
||||||
|
|
||||||
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 assumes you've already ran `helm init` and you have access to a currently running instance of Tiller.
|
||||||
|
|
||||||
[minikube]: https://github.com/kubernetes/minikube
|
[minikube]: https://github.com/kubernetes/minikube
|
||||||
|
|
||||||
```
|
```
|
||||||
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
|
cp values.yaml ~/my_custom_values.yaml
|
||||||
kubectl create -f clair-kubernetes.yaml
|
vi ~/my_custom_values.yaml
|
||||||
|
helm install clair -f ~/my_custom_values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Local
|
### Local
|
||||||
|
Loading…
Reference in New Issue
Block a user