terraform-aws-minikube icon indicating copy to clipboard operation
terraform-aws-minikube copied to clipboard

Terraform module for single node Kubernetes instance bootstrapped using kubeadm

Results 8 terraform-aws-minikube issues
Sort by recently updated
recently updated
newest added

Thanks so much for your work on this module, it is in active use at our startup in the creation of ephemeral development environments. We have our instances set up...

While the option `ssh_public_key` works in many cases, sometimes it makes sense for the key to come from `data.aws_key_pair`, `resource.aws_key_pair`, or be hard-coded by name. Can an option be added...

Hello! I'm back! We are still on a fork of your repo since my previous issue was not addressed and at this point we have a bunch of custom code...

- Changed the data query to fetch the latest CentOS stream 9 AMI information - Changed the user in which the kubeconfig file is created from centos to ec2-user

Error: Your query returned no results. Please change your search criteria and try again. │ │ with module.minikube.data.aws_ami.centos7, │ on .terraform\modules\minikube\main.tf line 131, in data "aws_ami" "centos7": │ 131: data...

Getting error like below : Please do change in the module. However centos7 is not supported now. Please take your time and do work on it. More helpful for us....

updated from centos7 to 8 Error: Your query returned no results. Please change your search criteria and try again. │ │ with module.minikube.data.aws_ami.centos7, │ on .terraform\modules\minikube\main.tf line 131, in data...