diff --git a/website/docs/source/layouts/layout.erb b/website/docs/source/layouts/layout.erb
index 94fa3bb7f..f9d5f54b9 100644
--- a/website/docs/source/layouts/layout.erb
+++ b/website/docs/source/layouts/layout.erb
@@ -253,6 +253,7 @@
>Boxes
>Configuration
>Known Issues
+ >Kernel Upgrade
<% end %>
<% end %>
diff --git a/website/docs/source/v2/vmware/kernel-upgrade.html.md b/website/docs/source/v2/vmware/kernel-upgrade.html.md
new file mode 100644
index 000000000..9b998ba33
--- /dev/null
+++ b/website/docs/source/v2/vmware/kernel-upgrade.html.md
@@ -0,0 +1,55 @@
+---
+page_title: "Kernel Upgrade - VMware Provider"
+sidebar_current: "vmware-kernel-upgrade"
+---
+
+# Kernel Upgrade
+
+If as part of running your Vagrant environment with VMware, you perform
+a kernel upgrade, it is likely that the VMware guest tools will stop working.
+This breaks features of Vagrant such as synced folders and sometimes
+networking as well.
+
+This page documents how to upgrade your kernel and keep your guest tools
+functioning. If you're not planning to upgrade your kernel, then you can safely
+skip this page.
+
+## Enable Auto-Upgrade of VMware Tools
+
+If you're running a common OS, VMware tools can often auto-upgrade themselves.
+This setting is disabled by default. The Vagrantfile settings below will
+enable auto-upgrading:
+
+```ruby
+# Ensure that VMWare Tools recompiles kernel modules
+# when we update the linux images
+$fix_vmware_tools_script = <