Merge branch 'master' into 4167-no-more-calico

This commit is contained in:
Zachary Corleissen
2017-08-07 14:08:35 -07:00
committed by GitHub
644 changed files with 10657 additions and 8757 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
assignees:
approvers:
- errordeveloper
+2 -2
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- pwittrock
title: Deprecated Alternatives
---
@@ -7,4 +7,4 @@ title: Deprecated Alternatives
# *Stop. These guides are superseded by [Minikube](../minikube/). They are only listed here for completeness.*
* [Using Vagrant](https://git.k8s.io/community/contributors/devel/local-cluster/vagrant.md)
* *Advanced:* [Directly using Kubernetes raw binaries (Linux Only)](https://git.k8s.io/community/contributors/devel/local-cluster/local.md)
* *Advanced:* [Directly using Kubernetes raw binaries (Linux Only)](https://git.k8s.io/community/contributors/devel/local-cluster/local.md)
+2 -2
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- justinsb
- clove
title: Running Kubernetes on AWS EC2
@@ -31,7 +31,7 @@ title: Running Kubernetes on AWS EC2
3. Install and configure the [AWS Command Line Interface](http://aws.amazon.com/cli)
4. We recommend installing using an account which has full access to the AWS APIs.
NOTE: This script use the 'default' AWS profile by default.
NOTE: This script uses the 'default' AWS profile by default.
You may explicitly set the AWS profile to use using the `AWS_DEFAULT_PROFILE` environment variable:
```shell
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- colemickens
- brendandburns
title: Running Kubernetes on Azure
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- david-mcmahon
- jbeda
title: Downloading or Building Kubernetes
+1 -1
View File
@@ -1,4 +1,4 @@
assignees:
approvers:
- lavalamp
- thockin
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- thockin
title: CentOS
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- thockin
title: Cloudstack
---
+1 -1
View File
@@ -1,3 +1,3 @@
assignees:
approvers:
- errordeveloper
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- erictune
- thockin
title: Offline
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- karlkfi
title: DCOS
---
@@ -1,4 +1,4 @@
assignees:
approvers:
- dchen1107
- resouer
+1 -1
View File
@@ -1,4 +1,4 @@
assignees:
approvers:
- aveshagarwal
- eparis
- thockin
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- aveshagarwal
- erictune
title: Fedora via Ansible
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- aveshagarwal
- eparis
- thockin
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- dchen1107
- erictune
- thockin
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- brendandburns
- jbeda
- mikedanese
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- erictune
- idvoretskyi
title: CoreOS on libvirt
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- jdef
- karlkfi
title: Kubernetes on Mesos on Docker
+1 -1
View File
@@ -1,4 +1,4 @@
assignees:
approvers:
- jdef
- sttts
- thockin
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- jdef
title: Kubernetes on Mesos
---
+4 -2
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- dlorenc
- r2d4
- aaron-prindle
@@ -195,6 +195,7 @@ or pass the context on each command like this: `kubectl get pods --context=minik
### Dashboard
To access the [Kubernetes Dashboard](/docs/tasks/access-application-cluster/web-ui-dashboard/), run this command in a shell after starting minikube to get the address:
```shell
minikube dashboard
```
@@ -202,6 +203,7 @@ minikube dashboard
### Services
To access a service exposed via a node port, run this command in a shell after starting minikube to get the address:
```shell
minikube service [-n NAMESPACE] [--url] NAME
```
@@ -304,7 +306,7 @@ For more information about minikube, see the [proposal](https://git.k8s.io/commu
* **Goals and Non-Goals**: For the goals and non-goals of the minikube project, please see our [roadmap](https://git.k8s.io/minikube/docs/contributors/roadmap.md).
* **Development Guide**: See [CONTRIBUTING.md](https://git.k8s.io/minikube/CONTRIBUTING.md) for an overview of how to send pull requests.
* **Building Minikube**: For instructions on how to build/test minikube from source, see the [build guide](https://git.k8s.io/minikube/docs/contributors/build_guide.md)
* **Adding a New Dependency**: For instructions on how to add a new depeindency to minikube see the [adding dependencies guide](https://git.k8s.io/minikube/docs/contributors/adding_a_dependency.md)
* **Adding a New Dependency**: For instructions on how to add a new dependency to minikube see the [adding dependencies guide](https://git.k8s.io/minikube/docs/contributors/adding_a_dependency.md)
* **Adding a New Addon**: For instruction on how to add a new addon for minikube see the [adding an addon guide](https://git.k8s.io/minikube/docs/contributors/adding_an_addon.md)
* **Updating Kubernetes**: For instructions on how to update kubernetes see the [updating Kubernetes guide](https://git.k8s.io/minikube/docs/contributors/updating_kubernetes.md)
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- idvoretskyi
- xsgordon
title: OpenStack Heat
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- caesarxuchao
- erictune
title: oVirt
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- bprashanth
title: VMware Photon Controller
---
+1 -1
View File
@@ -1,4 +1,4 @@
assignees:
approvers:
- lavalamp
- yifan-gu
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- yifan-gu
title: Running Kubernetes with rkt
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- dchen1107
- yifan-gu
title: Known Issues when Using rkt
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- erictune
- lavalamp
- thockin
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- baldwinspc
title: Running Kubernetes on Multiple Clouds with Stackpoint.io
---
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- caesarxuchao
- erictune
title: Setting up Kubernetes with Juju
+1 -1
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- thockin
title: Manually Deploying Kubernetes on Ubuntu Nodes
---
+2 -2
View File
@@ -1,5 +1,5 @@
---
assignees:
approvers:
- erictune
- jbeda
title: VMware vSphere
@@ -46,7 +46,7 @@ If a Kubernetes cluster has not been deployed using Kubernetes-Anywhere, follow
Node VM names constraints:
* VM names can not begin with numbers.
* VM names can not have capital letters, any special charaters except `.` and `-`.
* VM names can not have capital letters, any special characters except `.` and `-`.
* VM names can not be shorter than 3 chars and longer than 63
**Step-3** Enable disk UUID on Node virtual machines