summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-12-11 15:16:23 +0100
committerkwadronaut <kwadronaut@leap.se>2016-12-11 15:16:23 +0100
commit76ec2a16185012f654fd4e655300d852ec38cd62 (patch)
treef5f8c3abc1528bd21eb306b337fc1251a783b96a
parent7a542ec27bdad3eace991c8b7dea279fbe7c1988 (diff)
add info about proxmox failing #8683
-rw-r--r--pages/docs/platform/troubleshooting/known-issues.md2
-rw-r--r--pages/docs/platform/tutorials/quick-start.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/pages/docs/platform/troubleshooting/known-issues.md b/pages/docs/platform/troubleshooting/known-issues.md
index 8621521..388135e 100644
--- a/pages/docs/platform/troubleshooting/known-issues.md
+++ b/pages/docs/platform/troubleshooting/known-issues.md
@@ -105,3 +105,5 @@ Special Environments
When deploying to OpenStack release "nova" or newer, you will need to do an initial deploy, then when it has finished run `leap facts update` and then deploy again (see: https://leap.se/code/issues/3020)
It is not possible to actually use the EIP openvpn server on vagrant nodes (see: https://leap.se/code/issues/2401)
+
+Proxmox virtualization isn't supported because it wants to overwrite our resolv.conf (see: https://leap.se/code/issues/8683)
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index 561cbfb..5290d81 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -22,7 +22,7 @@ NOTE: You won't be able to run that `leap list` command yet, not until we actual
1. A workstation: This is your local machine that you will run commands on.
1. A server: This is the machine that you will deploy to. The server can be either:
1. A local Vagrant virtual machine: a Vagrant machine can only be useful for testing.
- 1. A real or paravirtualized server: The server must have Debian Jessie installed, and you must be able to SSH into the machine as root. Paravirtualization includes KVM, Xen, OpenStack, Amazon, but not VirtualBox or OpenVZ.
+ 1. A real or paravirtualized server: The server must have Debian Jessie installed, and you must be able to SSH into the machine as root. Paravirtualization includes KVM, Xen, OpenStack, Amazon, but not VirtualBox or OpenVZ. Proxmox has an known issue when changing the resolver: https://leap.se/code/issues/8683
Other things to keep in mind: