Skip to content

Commit ceac437

Browse files
Update eks.mdx (#333)
the namespace is required to output the LB url
1 parent f1add1c commit ceac437

File tree

1 file changed

+1
-1
lines changed
  • pages/spicedb/getting-started/install

1 file changed

+1
-1
lines changed

pages/spicedb/getting-started/install/eks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ EOF
290290
```
291291

292292
- Apply the above configuration with: `kubectl apply -f spicedb-lb.yaml`
293-
- 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'`
293+
- 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'`
294294
- 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.
295295

296296
### Test

0 commit comments

Comments
 (0)