Skip to content
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

Conversation

ariveroi
Copy link

New aws quickstarts version

@ariveroi ariveroi mentioned this pull request Mar 13, 2024
Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@freschri @ariveroi Have some feedback on this PR.

@@ -50,7 +56,7 @@ export default class SingleNewEksAWSNativeFargateobservabilityConstruct {
};

const coreDnsAddOnProps : blueprints.CoreDnsAddOnProps = {
version:"v1.10.1-eksbuild.6",
versionMap,
Copy link
Contributor

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.

Copy link
Contributor

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?

Copy link
Contributor

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"],
Copy link
Contributor

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
Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

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?

@freschri freschri merged commit c42d45f into aws-observability:inferentia-inf1-observability Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants