Gor Poghosyan

Results 8 comments of Gor Poghosyan

` ❌ Validation failed {"validation": "vsphere Provider setup is valid", "error": "failed importing template into library: error importing template: govc: The import of library item ca7883df-361a-490a-bdd5-5c72b3c3ebe4 has failed. Reason: Error...

> Are you using a specific config on `/etc/rancher/k3s/config.yaml`? No, I'm doing exactly what I've written in 'Steps To Reproduce': on freshly installed ubuntu 18.04 executing this command ``` curl...

Sure thing! [k3s.log](https://github.com/k3s-io/k3s/files/9453420/k3s.log) Something scary here: ``` Aug 30 13:48:11 ip-172-31-1-153 k3s[2242]: E0830 13:48:11.660256 2242 iptables.go:192] Failed to setup IPTables. iptables-restore binary was not found: no iptables-restore version found in...

iptables-restore on ubuntu 18.04 doesn't have the `--version` argument ``` root@ip-172-31-7-31:~# k3s check-config Verifying binaries in /var/lib/rancher/k3s/data/8b526847b7c1f339a0878b18029f581027f82097c5128778df15dd816a058bda/bin: - sha256sum: good - links: good System: - /sbin iptables v1.6.1: older than...

The most exciting thing is why it works on 1.22.12 but not working on 1.22.13 ``` root@ip-172-31-1-244:~# apt show iptables Package: iptables Version: 1.6.1-2ubuntu2 Priority: standard Section: net Origin: Ubuntu...

For me, staying on 1.22.12 on my old ubuntu 18.04 servers is okay. 
I've opened the issue to understand what's happening because I knew that k3s should work on any...