Upon running terraform apply -var 'nodes=1' -var 'weave_password=password' -var 'docker_version=18.06', I was presented with the following error when trying to apply the monitoring script commands...
scaleway_server.k8s_master (remote-exec): error: error validating "STDIN": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
Upon running
terraform apply -var 'nodes=1' -var 'weave_password=password' -var 'docker_version=18.06'
, I was presented with the following error when trying to apply the monitoring script commands...Both urls return a 404 status, which in turns kills the terraform process. https://github.com/stefanprodan/k8s-scw-baremetal/blob/7829b914bc043a1e1005720661f1cf136b11e003/scripts/monitoring-install.sh#L11-L23
So a quick fix for anyone encountering the same problem, you'll need to change the dashboard url to the appropriate one for your architecture.