-
Notifications
You must be signed in to change notification settings - Fork 38
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
Running on CoreOs #2
Comments
Hi, @yaronr! I fixed private key issue! Just pull and run fleet-ui again, please. Please let me know if you have any problem! |
Hi! It looks like the key issue is solved, but now there’s something else: docker run --name fleet-ui -d -p 1304:3000 -e ETCD_PEER-10.10.0.1 purpleworks/fleet-ui I am seeing the UI, but it’s empty (no running units or machines). My cluster of 3 machines is running ~20 units Logs: Also, BTW, the image is very large. I think you should think about minimizing the docker image, to something like 200-300MB. Regards,
|
@yaronr remove ETCD_PEER env option and try again! |
|
Please reopen if you have any problem. |
Hi
I would like to run fleet-ui on the CoreOS cluster itself.
I'm trying to run it as below, but it just quits and does nothing.
My assumption is that since I'm already inside the CoreOS, there's no need for a certificate file
core@ip-10-0-4-59 ~ $ docker run -ti --rm -p 3000:3000 --name fleet-ui purpleworks/fleet-ui
Agent pid 15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/root/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
The text was updated successfully, but these errors were encountered: