rancher / tf-rancher-up

MIT License
14 stars 5 forks source link

Review of AWS modules and subsequent correction of RKE/RKE2/K3S recipes #145

Closed glovecchi0 closed 1 month ago

glovecchi0 commented 2 months ago

Reviewed AWS modules and rewrote AWS EC2 x RKE recipe.

No features have been modified or added, but only some issues have been resolved, including: #99 , #118 , #119 , and #120 .

The documentation has also been revised.

tfvars example:

prefix           = "glovecchio"
aws_region       = "eu-west-1"
instance_count   = 2
ssh_username     = "ubuntu"
rancher_hostname = "glovecchio"
rancher_password = "Mypassword.1234"
glovecchi0 commented 2 months ago

Rewrote AWS EC2 x RKE (split-role) recipe.

The documentation has also been revised.

tfvars example:

prefix             = "glovecchio"
aws_region         = "eu-west-1"
master_nodes_count = 1
worker_nodes_count = 1
ssh_username       = "ubuntu"
rancher_hostname   = "glovecchio"
rancher_password   = "Mypassword.1234"
glovecchi0 commented 2 months ago

Rewrote AWS EC2 x RKE2 recipe.

The documentation has also been revised.

tfvars example:

prefix           = "glovecchio"
aws_region       = "eu-west-1"
instance_count   = 2
ssh_username     = "ubuntu"
rancher_hostname = "glovecchio"
rancher_password = "Mypassword.1234"
glovecchi0 commented 2 months ago

I will fix conflicts at the end of the review.

glovecchi0 commented 2 months ago

Added Rancher deployment to the AWS EC2 x RKE (split-role) recipe.

tfvars example:

prefix             = "glovecchio"
aws_region         = "eu-west-1"
server_nodes_count = 1
worker_nodes_count = 1
ssh_username       = "ubuntu"
rancher_hostname   = "glovecchio"
rancher_password   = "Mypassword.1234"
glovecchi0 commented 2 months ago

Rewrote AWS EC2 x K3S recipe.

The documentation has also been revised.

tfvars example:

prefix             = "glovecchio"
aws_region         = "eu-west-1"
server_nodes_count = 1
worker_nodes_count = 1
ssh_username       = "ubuntu"
rancher_hostname   = "glovecchio"
rancher_password   = "Mypassword.1234"
leodotcloud commented 1 month ago

@glovecchi0 can you take care of the conflicts?

glovecchi0 commented 1 month ago

@glovecchi0 can you take care of the conflicts?

Yes; I'll work on It.