Skip to content

Conversation

@colesnodgrass
Copy link
Member

@colesnodgrass colesnodgrass commented Sep 10, 2024

  • add support for specifying multiple --host flags
    • if no --host is provided, defaults to "", which allows for all incoming connections to connect
      • this will allow users to connect via ip-address, but only if they do not specify any host
    • if a single --host is provided that host will be added to the ingress rule
      • this will also add the host localhost and host.docker.internal automatically
  • upgrade to go 1.23.1
networkingv1 "k8s.io/api/networking/v1"
)

func TestIngress(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@colesnodgrass colesnodgrass merged commit 0a859d4 into main Sep 10, 2024
@colesnodgrass colesnodgrass deleted the cole/multiple-hosts branch September 10, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants