Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 1.3 KB

manually-setting-a-records.md

File metadata and controls

36 lines (20 loc) · 1.3 KB

Manually Setting A Records

Two A records are created for the Binder page and the JupyterHub and these records need to be set to the public IP address of the cluster's load balancer. The package tries to complete this step automatically but often fails, due to the long-running nature of Azure's process to update the CLI.

To set the A records, the user could either wait some time (overnight is best) and then run set-a-records.sh, or follow these steps to manually set the A records in Azure Portal.


  1. Find the resource group

Find Resource Group 1

Find Resource Group 2

  1. Open the DNS Zone

Open DNS Zone

  1. Select an A Record

You can set the hub and binder records in either order.

Select A Record

  1. Set the A record

To set the A record, choose an "Alias record set" that will alias to an Azure resource. Choose the subscription you deployed your BinderHub too, and then choose the Kubernetes IP address resource (it's name will have the kubernetes- prefix). Then click save.

Repeat for the second A record.

Congratulations, you've set the A records for your BinderHub!