From ab18cfda1f204203753d5bd373555e1be9ebf6d6 Mon Sep 17 00:00:00 2001 From: Sohan <1119120+sohanmaheshwar@users.noreply.github.com> Date: Fri, 14 Mar 2025 20:14:28 +0100 Subject: [PATCH] Update eks.mdx the namespace is required to output the LB url --- pages/spicedb/getting-started/install/eks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spicedb/getting-started/install/eks.mdx b/pages/spicedb/getting-started/install/eks.mdx index 06535631..b97224b0 100644 --- a/pages/spicedb/getting-started/install/eks.mdx +++ b/pages/spicedb/getting-started/install/eks.mdx @@ -290,7 +290,7 @@ EOF ``` - Apply the above configuration with: `kubectl apply -f spicedb-lb.yaml` -- Run the following command to get the External-IP of the load balancer: `kubectl get services spicedb-external-lb -o json | jq '.status.loadBalancer.ingress[0].hostname'` +- Run the following command to get the External-IP of the load balancer: `kubectl get -n spicedb services spicedb-external-lb -o json | jq '.status.loadBalancer.ingress[0].hostname'` - Take the output of the command and add it as a C-Name record in your Route 53 Hosted Zone. **Note**: Ensure that it's added to the record containing the `dnsNames` that was specified while creating an Issuer & Certificate in Step 5. ### Test