terraform-kubestack
terraform-kubestack copied to clipboard
Kubestack is a framework for Kubernetes platform engineering teams to define the entire cloud native stack in one Terraform code base and continuously evolve the platform safely through GitOps.
Adds support for `ephemeral_storage_local_ssd_config`.
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Right now there doesn't seem to be support for using [replacements](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/) when creating [custom-manifest](https://www.kubestack.com/framework/documentation/services/#custom-manifests).
### User Story As a Kubestack engineer I wanna label and tag my EKS default worker nodes so that I can apply workload specifically. For [Node-Pools](https://www.kubestack.com/framework/documentation/node-pools/#configuration) it's possible to set...
Followed quick-start to create minimal terraform repository with EKS cluster. When running plan job there is warning: ``` ╷ │ Warning: Argument is deprecated │ │ with module.eks_wp01_us-east-1.module.cluster.aws_eip.nat_gw, │ on...
I need to be able to set 'net.ipv4.tcp_keepalive_time" etc on aks nodes (azure is brutal on connections). I can see that the options are available via the azurerm provider, but...
Also has the ephemeral storage commit, because reasons.
It would be helpful for downstream configuration if kubestack users could include arbitrary per environment configuration in the standard structure that was passed through to the output. ie: given the...
On top of couple changes already needed for GPU support.