From cc6120371c680c67fb2d396f788ffc2773779c90 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Tue, 14 Jul 2015 15:12:36 -0700 Subject: [PATCH] Move conformance checkmark I tested GCE but accidentally put the checkmark for GKE. GKE hasn't been tested yet. I'm sure it will pass, but it hasn't. Waiting for my cluster to upgrade to above 0.19.3. --- docs/getting-started-guides/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/README.md b/docs/getting-started-guides/README.md index 4deb014c0ac..ea811a1b9bd 100644 --- a/docs/getting-started-guides/README.md +++ b/docs/getting-started-guides/README.md @@ -30,9 +30,9 @@ If you are considering contributing a new guide, please read the IaaS Provider | Config. Mgmt | OS | Networking | Docs | Conforms | Support Level | Notes -------------------- | ------------ | ------ | ---------- | --------------------------------------------- | ------------------------------ | ---------------------------- | ----- -GKE | | | GCE | [docs](https://cloud.google.com/container-engine) | [✓][1](#references) | Commercial | Uses latest via https://get.k8s.io +GKE | | | GCE | [docs](https://cloud.google.com/container-engine) | | Commercial | Uses latest via https://get.k8s.io Vagrant | Saltstack | Fedora | OVS | [docs](vagrant.md) | | Project | Uses latest via https://get.k8s.io/ -GCE | Saltstack | Debian | GCE | [docs](gce.md) | | Project | Uses latest via https://get.k8s.io +GCE | Saltstack | Debian | GCE | [docs](gce.md) | [✓][1](#references) | Project | Uses latest via https://get.k8s.io Azure | CoreOS | CoreOS | Weave | [docs](coreos/azure/README.md) | | Community ([@errordeveloper](https://github.com/errordeveloper), [@squillace](https://github.com/squillace), [@chanezon](https://github.com/chanezon), [@crossorigin](https://github.com/crossorigin)) | Uses K8s version 0.17.0 Docker Single Node | custom | N/A | local | [docs](docker.md) | | Project (@brendandburns) | Tested @ 0.14.1 | Docker Multi Node | Flannel | N/A | local | [docs](docker-multinode.md) | | Project (@brendandburns) | Tested @ 0.14.1 |