diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-11-19 12:10:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-19 12:10:19 -0800 |
| commit | 37124da09afc8e7899d7a6e086490835bc401805 (patch) | |
| tree | 88860130fb153407ab60a8495f60df541d309f12 | |
| parent | 395a49fb4512054287e8838ff6e1a31052a33d8e (diff) | |
| parent | bb19c932077f296f9b61f2148760b760dc46b4f9 (diff) | |
Merge pull request #2949 from hemanthmalla/patch-1
Adding deprecation note for vagrant support
| -rw-r--r-- | contributors/devel/vagrant.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contributors/devel/vagrant.md b/contributors/devel/vagrant.md index 98d150ac..221a3f7a 100644 --- a/contributors/devel/vagrant.md +++ b/contributors/devel/vagrant.md @@ -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 |
