k8s-scw-baremetal icon indicating copy to clipboard operation
k8s-scw-baremetal copied to clipboard

Kubernetes installer for Scaleway bare-metal AMD64 and ARMv7

Results 5 k8s-scw-baremetal issues
Sort by recently updated
recently updated
newest added

Getting an error on `terraform init` ``` Error: Unsupported Terraform Core version This configuration does not support Terraform version 0.12.1. To proceed, either choose another supported Terraform version or update...

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...

When i provision these scripts from scratch the k8s environment missing a default storageclass for automatic volume claim. So when using a simple helm install like mysql it will be...

This fixes the following issue when using a password protected private key : ``` password protected keys are not supported. Please decrypt the key prior to use. ```

***What does this commit/MR/PR do?*** - Allow specification of the bootscript - Remove the unused additional volume - those aren't needed with baremetal servers ***Why is this commit/MR/PR needed?*** -...