Hey people,
I’m trying to install IESS (Inrupt Enterprise Solid Server) on a Ubuntu Server, and I’m having a weird error during the installation of IESS Services.
I followed all the steps from their docs until this step here.
When I run this command, it returns the following error:
> ERROR: Failed to populate the following placeholders:
> ===================================
> /home/ubuntu/ess/deployment/dev/release/ess/deployment/kubernetes/bases/cluster-autoscaler/kustomization.yaml: value: --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/_REPLACE_ME_EKS_CLUSTER_NAME_
> ===================================
I went to the file described in the error and noticed that it has a “REPLACE_ME_” in it, but it didn’t ask for the value to change the placeholder and neither the guide specified to change it manually.
Have anyone faced this problem before?