From 302bc40ffd515657376f1da4c9439ce81f4c6476 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 c19a489b14be6bd9baf3a4c0234da08cf948a51e 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 2dbacce93df9c9487a58d2e818aca23215c995e4 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 11c9ea2ebfcc955a59a005f002afe63227fad0c1 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