Merge pull request #2949 from hemanthmalla/patch-1

Adding deprecation note for vagrant support
This commit is contained in:
k8s-ci-robot 2018-11-19 12:10:19 -08:00 committed by GitHub
commit 37124da09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,12 @@
Running Kubernetes with Vagrant is an easy way to run/test/develop on your
local machine in an environment using the same setup procedures when running on
GCE or AWS cloud providers. This provider is not tested on a per PR basis, if
you experience bugs when testing from HEAD, please open an issue.
GCE or AWS cloud providers.
Note : Support for vagrant has been removed in 1.10. Check
[#58118](https://github.com/kubernetes/kubernetes/pull/58118) and
[#64561](https://github.com/kubernetes/kubernetes/issues/64561#issuecomment-394366611).
You might run into issues with kubernetes versions >= 1.10
### Prerequisites