You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using kubefirst cli against civo cluster on rc18, the command go run . launch cluster list is throwing an error FATA[0000] error unmarshaling api response: json: cannot unmarshal object into Go value of type []map[string]interface {} when it tries to get the list of clusters - is there anything obvious i should change that type to or should i just open a ticket for now? https://github.com/kubefirst/kubefirst/blob/main/internal/launch/cmd.go#L651
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Which version of kubefirst are you using?
rc18
Which cloud provider?
Civo
Which installation type?
CLI
Which distributed Git provider?
GitHub
What is the issue?
using kubefirst cli against civo cluster on rc18, the command go run . launch cluster list is throwing an error FATA[0000] error unmarshaling api response: json: cannot unmarshal object into Go value of type []map[string]interface {} when it tries to get the list of clusters - is there anything obvious i should change that type to or should i just open a ticket for now?
https://github.com/kubefirst/kubefirst/blob/main/internal/launch/cmd.go#L651
Code of Conduct
The text was updated successfully, but these errors were encountered: