uk
uk
Error handling and error reporting is not implemented well in kubeman so far, could be done better. For now your best bet to investigate this would be to open the...
The error suggests that DNS resolution may have failed for the fqdn. Can you do a nslookup/dig from your local machine to check if the fqdn `ucp_test-ucp.lab.capstonec.net` resolves?
Yeah, the error says 'getaddrinfo ENOTFOUND test-ucp.lab.capstonec.net', so either the kubernetes API client wasn't able to resolve the DNS or may be unable to connect due to some other reasons....
Yeah, chrome renderer performs dynamic column sizing based on the content, overriding the requested default widths. I need to look into adding some more CSS rules there. Perils of building...
@mosabua The way I did it on Mint is I installed it from the .AppImage file. Electron builds this generic appimage installer binary, which is supposedly a distro-agnostic binary executable...
@mosabua note that you may have to chmod appimage file to make it executable.
Thanks for finding this. I think the generated kubectl command for some of these recipes might have an issue. Will look into it.
TBH, haven't looked into how https proxy access for k8s works in general. Kubeman uses this client library to connect to clusters by using saved configs from local default kube...