-
Notifications
You must be signed in to change notification settings - Fork 37
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
Inferentia inf1 observability #153
Inferentia inf1 observability #153
Conversation
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.
@@ -50,7 +56,7 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct { | |||
}; | |||
|
|||
const coreDnsAddOnProps : blueprints.CoreDnsAddOnProps = { | |||
version:"v1.10.1-eksbuild.6", | |||
versionMap, |
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.
You dont need versionMap. All you have to do is pass auto or 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.
if we set it to auto it will be V1_28 right?
the default mapping is:
KubernetesVersion.V1_28, "v1.10.1-eksbuild.2"
that will be different from v1.10.1-eksbuild.6 selected above, is that ok?
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.
Just pass the desired version.
@@ -12,6 +12,12 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct { | |||
const account = process.env.COA_ACCOUNT_ID! || process.env.CDK_DEFAULT_ACCOUNT!; | |||
const region = process.env.COA_AWS_REGION! || process.env.CDK_DEFAULT_REGION!; | |||
|
|||
const versionMap: Map<eks.KubernetesVersion, string> = new Map([ | |||
[eks.KubernetesVersion.V1_28, "v1.10.1-eksbuild.6"], | |||
[eks.KubernetesVersion.V1_27, "v1.10.1-eksbuild.6"], |
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.
VersionMap is not required.
"aws-sdk": "^2.1455.0", | ||
"constructs": "^10.3.0", | ||
"eks-blueprints-cdk-kubeflow-ext": "0.1.9", | ||
"source-map-support": "^0.5.21" | ||
}, | ||
"overrides": { | ||
"@aws-quickstart/eks-blueprints": "^1.13.1", | ||
"@aws-quickstart/eks-blueprints": "^1.14.0", | ||
<<<<<<< HEAD |
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.
Merge conflicts.
@@ -21,37 +21,41 @@ | |||
"name": "grafana-dashboards", | |||
"namespace": "grafana-operator", | |||
"repository": { | |||
"repoUrl": "https://github.com/aws-observability/aws-observability-accelerator", | |||
"repoUrl": "https://github.com/freschri/aws-observability-accelerator", |
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.
Why are we changing this?
"name": "grafana-dashboards", | ||
"targetRevision": "main", | ||
"targetRevision": "neuron-dashboard", |
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.
Why are we changing this?
New aws quickstarts version