From 6a04a7e77d98dc0896e03c83f4a5f946583f9974 Mon Sep 17 00:00:00 2001 From: Valentin Ouvrard Date: Wed, 27 Dec 2017 08:32:18 +1100 Subject: [PATCH 1/2] add few ressources (Saltstack, IPv6 blog posts..) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 080a63b13..140e38144 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Installers * [Simplekube](https://github.com/valentin2105/Simplekube) - `systemd` OS - Cloud Agnostique * [Conjure-up](https://github.com/conjure-up/conjure-up) - Ubuntu - Cloud Agnostique - [MIT](https://github.com/conjure-up/conjure-up/blob/master/LICENSE) * [Kube-ansible](https://github.com/kairen/kube-ansible) - OS Agnostique - Cloud Agnostique - [MIT](https://github.com/kairen/kube-ansible/blob/master/LICENSE) +* [Kubernetes-Saltstack](https://github.com/valentin2105/Kubernetes-Salstack) - `systemD` OS - Cloud Agnostique * [matchbox](https://github.com/coreos/matchbox) - CoreOS - Network boot and provision Container Linux clusters (e.g. etcd3, Kubernetes, more). Main Resources @@ -266,6 +267,8 @@ Useful Articles * [Jenkins declarative pipelines with Kubernetes](http://radu-matei.com/blog/kubernetes-jenkins-azure/) * [Kubernetes with OpenStack Cloud Provider: Current state and upcoming changes (part 1 of 2)](http://medium.com/@arthur.souzamiranda/kubernetes-with-openstack-cloud-provider-current-state-and-upcoming-changes-part-1-of-2-48b161ea449a) * [Choosing a CNI Provider for Kubernetes](http://chrislovecnm.com/kuberentes/cni/choosing-a-cni-provider/?1234) by [Chris Love](https://twitter.com/chrislovecnm) +* [Enable IPv6 on Kubernetes with Project Calico](https://www.projectcalico.org/enable-ipv6-on-kubernetes-with-project-calico/) by [Valentin Ouvrard](https://twitter.com/Valentin_NC) +* [Kubernetes in IPV6-only](https://opsnotice.xyz/kubernetes-ipv6-only/) by [Valentin Ouvrard](https://twitter.com/Valentin_NC) Managed Kubernetes ======================================================================= From 882314670a5081d9687487db9b5414478570c47f Mon Sep 17 00:00:00 2001 From: Valentin Ouvrard Date: Wed, 27 Dec 2017 15:53:24 +1100 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140e38144..a55264ab2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Installers * [Simplekube](https://github.com/valentin2105/Simplekube) - `systemd` OS - Cloud Agnostique * [Conjure-up](https://github.com/conjure-up/conjure-up) - Ubuntu - Cloud Agnostique - [MIT](https://github.com/conjure-up/conjure-up/blob/master/LICENSE) * [Kube-ansible](https://github.com/kairen/kube-ansible) - OS Agnostique - Cloud Agnostique - [MIT](https://github.com/kairen/kube-ansible/blob/master/LICENSE) -* [Kubernetes-Saltstack](https://github.com/valentin2105/Kubernetes-Salstack) - `systemD` OS - Cloud Agnostique +* [Kubernetes-Saltstack](https://github.com/valentin2105/Kubernetes-Saltstack) - `systemD` OS - Cloud Agnostique * [matchbox](https://github.com/coreos/matchbox) - CoreOS - Network boot and provision Container Linux clusters (e.g. etcd3, Kubernetes, more). Main Resources