cablespaghetti / kubeadm-aws

Really cheap Kubernetes cluster on AWS with kubeadm
Other
865 stars 59 forks source link

Work out reliable way of generating tokens #5

Closed cablespaghetti closed 5 years ago

cablespaghetti commented 5 years ago

The current python one-liner seems to be unreliable. Some scripting may be in order.

https://github.com/upmc-enterprises/kubeadm-aws/issues/11

vegardx commented 5 years ago

https://www.terraform.io/docs/providers/random/index.html

cablespaghetti commented 5 years ago

Thanks, I didn't know about this provider :+1: