Releases: run-x/opta-docs
Releases · run-x/opta-docs
Unified documentation!
Enhancements:
- Auto generates documentation with code changes
- Muting logs from old pods during opta deployment
- Added a post-deploy hook for module processors which now can run extra cleanup after destroying the resources of a module
- Switched deployments to use image digest instead of tags (because people like to use the same tags)
Fixes
- Got rid of dangling eni and log group issues during EKS destroy
- Autoscale max replicas were set to min replicas
Custom terraform support
Custom terraform module for opta (#327)
Use it like this:
name: live-example-dev
org_name: runx
providers:
aws:
region: us-east-1
account_id: 445935066876
modules:
- type: base
- type: custom-terraform
path_to_module: "../blah_module"
terraform_inputs:
a: "${{module.base.vpc_id}}"
External SSL
Fix tiny typo (#58) * uge_gpu -> use_gpu * Fix title for azure k8s-service module