We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
zonca
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: