mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 08:54:44 +00:00
AWS support draft
Fix calling function before declaration Set Name tags on instances Hide import-key-pair error Fix instances names resolution Implement kube-down for AWS provider Add cluster validation routines. Make changes according to #1255 Implement post-deployment cluster validation Set proper master name in userdata scripts Fix kube-down path in hint Add getting started for AWS
This commit is contained in:
committed by
Brendan Burns
parent
4a21dbbb0a
commit
1ff79fdeb0
@@ -18,6 +18,7 @@ While the concepts and architecture in Kubernetes represent years of experience
|
||||
* [Google Compute Engine](docs/getting-started-guides/gce.md)
|
||||
* [Locally](docs/getting-started-guides/locally.md)
|
||||
* [Vagrant](docs/getting-started-guides/vagrant.md)
|
||||
* [AWS](docs/getting-started-guides/aws.md)
|
||||
* Fedora (w/ [Ansible](docs/getting-started-guides/fedora/fedora_ansible_config.md) or [manual](docs/getting-started-guides/fedora/fedora_manual_config.md))
|
||||
* [Circle CI](https://circleci.com/docs/docker#google-compute-engine-and-kubernetes)
|
||||
* [Digital Ocean](https://github.com/bketelsen/coreos-kubernetes-digitalocean)
|
||||
@@ -29,6 +30,7 @@ While the concepts and architecture in Kubernetes represent years of experience
|
||||
|
||||
* The following clouds are currently broken at Kubernetes head. Please sync your client to `v0.3` (`git checkout v0.3`) to use these:
|
||||
* [Microsoft Azure](docs/getting-started-guides/azure.md)
|
||||
|
||||
* [Kubernetes 101](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/walkthrough)
|
||||
* [kubecfg command line tool](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/cli.md)
|
||||
* [Kubernetes API Documentation](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html)
|
||||
|
Reference in New Issue
Block a user