Skip to content

Commit

Permalink
dd doc about MTU issue
Browse files Browse the repository at this point in the history
Signed-off-by: jichenjc <[email protected]>
  • Loading branch information
jichenjc committed Sep 19, 2019
1 parent 2ed43b7 commit ff1ee53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ export KUBEVIRT_MEMORY_SIZE=8192M # node has 8GB memory size
make cluster-up
```

*NOTE* if you see following error, can check the MTU of the container and the host
if they are different, try to make it same. See [issue 2667](https://github.com/kubevirt/kubevirt/issues/2667)
for more detailed info.
```
# ./cluster-up/kubectl.sh get pods --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
cdi cdi-operator-5db567b486-grtk9 0/1 ImagePullBackOff 0 42m
Back-off pulling image "kubevirt/cdi-operator:v1.10.1"
```

To destroy the created cluster, type

```
Expand Down

0 comments on commit ff1ee53

Please sign in to comment.