Kubespray: ansible_swaptotal_mb == 0 when preinstall

Created on 11 Dec 2017  路  2Comments  路  Source: kubernetes-sigs/kubespray

[Bug REPORT]

I install with kubespray, and I exactly do the swapoff -aon my all machine, and the error still output

fatal: [master]: FAILED! => {
    "assertion": "ansible_swaptotal_mb == 0", 
    "changed": false, 
    "evaluated_to": false
}

How to do with for this error message?

Thanks

Most helpful comment

Have you deleted your ansible fact caches? The config in this repo sets "fact_caching_connection = /tmp".

All 2 comments

Have you deleted your ansible fact caches? The config in this repo sets "fact_caching_connection = /tmp".

thanks you, I remove it and all things work.

Was this page helpful?
0 / 5 - 0 ratings