From 2b6704942b3bd832475f7eb480094216892f51d7 Mon Sep 17 00:00:00 2001 From: Colin Hom Date: Wed, 28 Dec 2016 16:49:55 -0500 Subject: [PATCH] [docs] remove references to AWS --- Documentation/configure-kubectl.md | 4 ++-- Documentation/kubernetes-upgrade.md | 2 +- README.md | 2 -- multi-node/aws/README.md | 3 +++ 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 multi-node/aws/README.md diff --git a/Documentation/configure-kubectl.md b/Documentation/configure-kubectl.md index 275e89f11e..b3efa997a8 100644 --- a/Documentation/configure-kubectl.md +++ b/Documentation/configure-kubectl.md @@ -2,9 +2,9 @@ `kubectl` is a command-line program for interacting with the Kubernetes API. The following steps should be done from a local workstation to configure `kubectl` to work with a new cluster. -To quickly launch a cluster, follow these guides for [AWS][kube-aws], [Vagrant][vagrant-multi], or [full step-by-step][manual] instructions. +To quickly launch a cluster, follow these guides for [AWS][kube-aws], [Vagrant][vagrant-multi] or [full step-by-step][manual] instructions. -[kube-aws]: kubernetes-on-aws.md +[kube-aws]: https://github.com/coreos/kube-aws/blob/master/README.md [vagrant-multi]: kubernetes-on-vagrant-single.md [manual]: getting-started.md diff --git a/Documentation/kubernetes-upgrade.md b/Documentation/kubernetes-upgrade.md index 9c0937f73b..411fbf62f9 100644 --- a/Documentation/kubernetes-upgrade.md +++ b/Documentation/kubernetes-upgrade.md @@ -2,7 +2,7 @@ This document describes upgrading the Kubernetes components on a cluster's master and worker nodes. For general information on Kubernetes cluster management, upgrades (including more advanced topics such as major API version upgrades) see the [Kubernetes upstream documentation](http://kubernetes.io/docs/admin/cluster-management.html) and [version upgrade notes](https://github.com/kubernetes/kubernetes/blob/release-1.4/docs/design/versioning.md#upgrades) -**NOTE:** The following upgrade documentation is for installations based on the CoreOS + Kubernetes step-by-step [installation guide](https://coreos.com/kubernetes/docs/latest/getting-started.html). Upgrade documentation for the AWS cloud-formation based installation is forthcoming. +**NOTE:** The following upgrade documentation is for installations based on the CoreOS + Kubernetes step-by-step [installation guide](https://coreos.com/kubernetes/docs/latest/getting-started.html). ## Upgrading the Kubelet diff --git a/README.md b/README.md index 52a2306145..4cb0840840 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ When designing these guides and tools, the following considerations are made: * An individual node can reboot and the cluster will still function * Internal cluster DNS is available * Service accounts enabled -* Use a cloud-provider if we can, for instance on AWS * Follow Kubernetes guidelines for AdmissionControllers and other suggested configuration ## Kubernetes Topics @@ -34,7 +33,6 @@ https://coreos.com/kubernetes/docs/latest/ - [Step-by-Step for Any Platform](Documentation/getting-started.md) - [Single-Node Vagrant Stack](single-node/README.md) - [Multi-Node Vagrant Cluster](multi-node/vagrant/README.md) -- [Multi-Node AWS Cluster](https://github.com/coreos/kube-aws) - [Multi-Node Bare Metal Cluster](Documentation/kubernetes-on-baremetal.md) ## Running Kubernetes Conformance Tests diff --git a/multi-node/aws/README.md b/multi-node/aws/README.md new file mode 100644 index 0000000000..8187d81b5a --- /dev/null +++ b/multi-node/aws/README.md @@ -0,0 +1,3 @@ +# kube-aws has moved! + +https://github.com/coreos/kube-aws