I have problem when installing firekube, and i'm getting confuse to read the error info, the error like this :
INFO[2020-05-19T05:06:02Z] State of Resource 'kubeadm:config:set-ownership' is Invalid.
Explanation:
{
"resource": "kubeadm:config:set-ownership",
"status": "Invalid",
"reason": "DependencyInvalid",
"dependencies": [
{
"resource": "kubeadm:config:copy",
"status": "Invalid",
"reason": "DependencyInvalid",
"dependencies": [
{
"resource": "kubeadm:run-init",
"status": "Invalid",
"reason": "DependencyInvalid",
"dependencies": [
{
"resource": "kubeadm:config:images",
"status": "Invalid",
"reason": "ApplyError",
"error": "command exited with 1"
}
]
}
]
}
]
}