aws-solutions-library-samples / guidance-for-game-server-hosting-using-agones-and-open-match-on-amazon-eks

This guidance provides code and instructions to create a multi Kubernetes cluster environment to host a match making and game server solution, integrating Open Match, Agones and Amazon Elastic Kubernetes Service (Amazon EKS), for a session-based multiplayer game.
https://aws.amazon.com/solutions/guidance/game-server-hosting-using-agones-and-open-match-on-amazon-eks/
MIT No Attribution
12 stars 8 forks source link

Helm repo update required prior to launching the solution guidance #20

Closed sdpoueme closed 8 months ago

sdpoueme commented 8 months ago

Description

When running the intra cluster setup, end users may run into the following issue:

│ 
│   with module.eks_blueprints_addons.module.aws_cloudwatch_metrics.helm_release.this[0],
│   on .terraform/modules/eks_blueprints_addons.aws_cloudwatch_metrics/main.tf line 9, in resource "helm_release" "this":
│    9: resource "helm_release" "this" {

Solution Run an helm repo update prior to launching the commands. We should add this to the pre-requisites section

Steps to reproduce

  1. Clone the repository
  2. Run the cluster creation step
  3. Run the intra cluster creation step