From 4ab49ee0a0615f631f2f8a150c97c1bdc5527f67 Mon Sep 17 00:00:00 2001 From: Quentin Machu Date: Mon, 11 Apr 2016 13:51:20 -0400 Subject: [PATCH] README: Fix Kubernetes instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 663fec76..382afc67 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ It can take several minutes before the database has been fully populated. ### Kubernetes -An easy way to run Clair is with Kubernetes. -If you are using the [CoreOS Kubernetes single-node instructions][single-node] for vagrant you will be able to access Clair at http://172.17.4.99:30061/ after following these instructions. +An easy way to run Clair is with Kubernetes 1.2+. +If you are using the [CoreOS Kubernetes single-node instructions][single-node] for Vagrant you will be able to access the Clair's API at http://172.17.4.99:30060/ after following these instructions. ``` git clone https://github.com/coreos/clair cd clair/contrib/k8s -kubectl create -f clair-kubernetes.yaml kubectl create secret generic clairsecret --from-file=./config.yaml +kubectl create -f clair-kubernetes.yaml ``` [single-node]: https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html