Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get DNS record with Designate for Load Balancer #67

Open
zonca opened this issue Nov 9, 2023 · 0 comments
Open

Get DNS record with Designate for Load Balancer #67

zonca opened this issue Nov 9, 2023 · 0 comments
Assignees

Comments

@zonca
Copy link
Owner

zonca commented Nov 9, 2023

If #45 works, I also need to assign a DNS record to the load balancer so I can use it to login to JupyterHub.

Julian from the Jetstream team sent me this commands I can use to create custom records, seems amazing!

openstack zone list
openstack recordset list all
openstack recordset show cis230085.projects.jetstream-cloud.org. kubejetstream-k8s-node-1.cis230085.projects.jetstream-cloud.org.
nslookup kubejetstream-k8s-node-1.cis230085.projects.jetstream-cloud.org
nslookup localtest.cis230085.projects.jetstream-cloud.org. || true
openstack recordset create --record 127.0.0.1 --type A cis230085.projects.jetstream-cloud.org. localtest
openstack recordset list all
openstack recordset show cis230085.projects.jetstream-cloud.org. localtest.cis230085.projects.jetstream-cloud.org.
nslookup localtest.cis230085.projects.jetstream-cloud.org.
openstack recordset set --record 127.1.1.1 --description "Just a test" cis230085.projects.jetstream-cloud.org. localtest.cis230085.projects.jetstream-cloud.org.
openstack recordset show cis230085.projects.jetstream-cloud.org. localtest.cis230085.projects.jetstream-cloud.org.
nslookup localtest.cis230085.projects.jetstream-cloud.org.
openstack recordset delete cis230085.projects.jetstream-cloud.org. localtest.cis230085.projects.jetstream-cloud.org.
nslookup localtest.cis230085.projects.jetstream-cloud.org. || true
@zonca zonca self-assigned this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant