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.
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
Description
When running the intra cluster setup, end users may run into the following issue:
Solution Run an
helm repo update
prior to launching the commands. We should add this to the pre-requisites sectionSteps to reproduce