From 3bb42cc66afebc7691b9d9e9f4eab32ea0953bc1 Mon Sep 17 00:00:00 2001 From: Smana Date: Fri, 2 Dec 2016 23:56:14 +0100 Subject: [PATCH 1/4] change kargo go version branch url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be438a43..245029e38 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you have questions, you can [invite yourself](https://slack.kubespray.io/) to To deploy the cluster you can use : -[**kargo-cli**](https://github.com/kubespray/kargo-cli) (deprecated, a newer [go](https://github.com/Smana/kargo-cli/tree/kargogo) version soon)
+[**kargo-cli**](https://github.com/kubespray/kargo-cli) (deprecated, a newer [go](https://github.com/kubespray/kargo-cli/tree/kargogo) version soon)
**Ansible** usual commands
**vagrant** by simply running `vagrant up` (for tests purposes)
From 022468ae3ebb52715a1f74d755d0095a3acbdc34 Mon Sep 17 00:00:00 2001 From: Smana Date: Sun, 4 Dec 2016 09:14:15 +0100 Subject: [PATCH 2/4] change slack channel url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 245029e38..3355038e6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ##Deploy a production ready kubernetes cluster -If you have questions, you can [invite yourself](https://slack.kubespray.io/) to **chat** with us on Slack! [![SlackStatus](https://slack.kubespray.io/badge.svg)](https://kubespray.slack.com) +If you have questions, join us on the [kubernetes slack](https://slack.k8s.io), channel **#kargo**. - Can be deployed on **AWS, GCE, Azure, OpenStack or Baremetal** - **High available** cluster From 42d12afbc60e50e5b89e85862e1daa6057468835 Mon Sep 17 00:00:00 2001 From: Smana Date: Sun, 4 Dec 2016 09:15:16 +0100 Subject: [PATCH 3/4] remove deprecation warning for kargo-cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3355038e6..48707e550 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you have questions, join us on the [kubernetes slack](https://slack.k8s.io), To deploy the cluster you can use : -[**kargo-cli**](https://github.com/kubespray/kargo-cli) (deprecated, a newer [go](https://github.com/kubespray/kargo-cli/tree/kargogo) version soon)
+[**kargo-cli**](https://github.com/kubespray/kargo-cli)
**Ansible** usual commands
**vagrant** by simply running `vagrant up` (for tests purposes)
From d4aba0af488ee88b646012d851f70d68f32939fc Mon Sep 17 00:00:00 2001 From: Smana Date: Sun, 4 Dec 2016 09:24:30 +0100 Subject: [PATCH 4/4] README: change travis url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48707e550..bd4c06ebd 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The choice is defined with the variable `kube_network_plugin` ## CI Tests -[![Build Status](https://travis-ci.org/kubespray/kargo.svg)](https://travis-ci.org/kubespray/kargo)
+[![Build Status](https://travis-ci.org/kubernetes-incubator/kargo.svg)](https://travis-ci.org/kubernetes-incubator/kargo)
### Google Compute Engine