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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
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
Both urls return a 404 status, which in turns kills the terraform process.
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.
k8s-scw-baremetal/scripts/monitoring-install.sh
Lines 11 to 23 in 7829b91
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.
The text was updated successfully, but these errors were encountered: