Site Tools


linux:ubuntu:kubernetes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:ubuntu:kubernetes [2019/10/23 01:51] – [Offene Fragen...] lunetikklinux:ubuntu:kubernetes [2019/10/23 01:58] lunetikk
Line 39: Line 39:
 </code> </code>
  
 +To fix the error, disable swap
 +<code>
 +swapoff -a
  
 +#should be 0 now
 +free -m
 +              total        used        free      shared  buff/cache   available
 +Mem:           xxxx         xxx        xxxx         xxx        xxxx        xxxx
 +Swap:                                 0
 +
 +</code>
 +
 +Execute the ip configuration again, which should now be possible.
  
 ===== Commands ===== ===== Commands =====
Line 71: Line 83:
  
 [WARNING SystemVerification]: this Docker version is not on the list of validated versions: 19.03.4. Latest validated version: 18.09 [WARNING SystemVerification]: this Docker version is not on the list of validated versions: 19.03.4. Latest validated version: 18.09
 +
 +  * management ip
 +
 +https://github.com/kubernetes/kubernetes/issues/33618
 +
 +
  
  
  
linux/ubuntu/kubernetes.txt · Last modified: 2019/10/23 14:09 by lunetikk