-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add OVA installer webserver #4365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ud := syscall.Getuid() | ||
gd := syscall.Getgid() | ||
log.Info(fmt.Sprintf("Current UID/GID = %d/%d", ud, gd)) | ||
/* TODO FIXME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please file an issue for this and reference before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, very minor nit but it's to keep consistency
installer/fileserver/server.go
Outdated
} | ||
*/ | ||
|
||
flag.StringVar(&conf.addr, "addr", ":8443", "Listen address - must include host and port (addr:port)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it :9443
by default
7660ab6
to
d93638f
Compare
Fixes #4254
On the launched installer VM: