runtime
runtime copied to clipboard
when creating an endpoint via -p, you still get the default clusterDomain endpoint
This is the intended behavior, but we wanted to revisit to decide if it was the right move or not
acorn run -p staging-dns.acrn.io:default --name staging-acorn-dns cjellick/acorn-dns:dev4
results in
staging-acorn-dns ... http://staging-acorn-dns.local.on-acorn.io|http://staging-dns.acrn.io => default:4315
My logic here was that if you are setting up a public domain the domain might not be immediately available to you might want the default one too. I would opt to keep it but maybe not show it by default the CLI. Add some option in the CLI that just shows the first URL that's not a clusterDomain URL.
Addressed in https://github.com/acorn-io/acorn/pull/614
Verified