Skip to content

kmcgrath/k3s-terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k3s-terraform-modules

Modules for testing and development of k3s with Ocean by Spot

Ocean k3s

Provision master and Ocean workers

module "ocean_k3s_aws" {
  source = "github.com/kmcgrath/k3s-terraform-modules//modules/ocean_k3s_aws"

  ocean_account               = "act-XXXXXX"
  ocean_controller_token      = "SECRET"
  region                      = "us-east-1"
  ssh_key_name                = "my-key"
  cluster_name                = "ocean-k3s"
}

k3s only

Provision master and Ocean workers

module "k3s_aws" {
  source = "github.com/kmcgrath/k3s-terraform-modules//modules/k3s_aws"

  region                      = "us-east-1"
  ssh_key_name                = "my-key"
  worker_count                = 1
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages