-
Notifications
You must be signed in to change notification settings - Fork 2
Fix reference architecture AWS EKS example #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
version = "~> 6.0" | ||
|
||
role_name = "${var.cluster_name}-AmazonEKS-LoadBalancerController-Role" | ||
name = "${var.cluster_name}-ALB-Role" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous names were too long (must be < 32 characters)
namespace_name = "nutrient-document-engine" | ||
helm_release_name = "document-engine" | ||
helm_chart_version = "" # get the latest | ||
helm_chart_version = "5.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not work without explicit version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange.
Explicit version is not bad per se, but it should work without.
I want to carefully walk through it — please allow me some time to actually run it and see what where how. |
I want to carefully walk through it — please allow me some time to actually run it and see what where how. I am testing the Auto KMS thing at the moment - moving to EKS auto managed node pools and annotations to specify instance type to run DE on. |
Dependencies updates, making sure it actually works.