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
The second command crashes with the message panic: interface conversion: interface is int, not string. After changing no_nodes = 3 to no_nodes = "3" everything works fine.
I was able to reproduce the crash with v0.3.1 and the current master (crash.log for master below).
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
May 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a simple module to set up an CoreOS cluster on DigitalOcean (see here).
I used the module as follows:
I ran the following commands:
The second command crashes with the message
panic: interface conversion: interface is int, not string
. After changingno_nodes = 3
tono_nodes = "3"
everything works fine.I was able to reproduce the crash with
v0.3.1
and the currentmaster
(crash.log formaster
below).crash.log:
The text was updated successfully, but these errors were encountered: