runtime icon indicating copy to clipboard operation
runtime copied to clipboard

when creating an endpoint via -p, you still get the default clusterDomain endpoint

Open cjellick opened this issue 3 years ago • 1 comments

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 

cjellick avatar Jul 29 '22 18:07 cjellick

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.

ibuildthecloud avatar Jul 29 '22 23:07 ibuildthecloud

Addressed in https://github.com/acorn-io/acorn/pull/614

cjellick avatar Aug 31 '22 18:08 cjellick

Verified

cjellick avatar Aug 31 '22 19:08 cjellick