Changes between Version 12 and Version 13 of RenewKube
- Timestamp:
- Feb 21, 2019, 1:07:27 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RenewKube
v12 v13 47 47 To make bootstrapping your own local Kubernetes / RenewKube cluster for evaluation purposes as easy as possible, we provide an all-in-one VM image, that contains all of the setup procedure for each of the node types mentioned above. 48 48 49 '''Here we provide a temporarily download for reviewers: [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/renewkube-190207.ova renewkube-190207.ova]''' 49 '''Here we provide a temporarily download for reviewers: [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/renewkube-190207.ova renewkube-190207.ova]''' (The new version [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/renewkube-190221.ova renewkube-190221.ova] will be online soon, please watch this space.) 50 50 51 51 '''Please refer to this checklist while setting it up: [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/checklist.txt checklist.txt]''' … … 55 55 56 56 = Troubleshooting = 57 * It is a known bug, that running remote Renew instances are not shut down automaically upon simulation termination. Please run "restart_registry.sh" on the master and restart your workstation Renew to clean up manually. 58 * Currently the master setup is not done after reboot leaving it in a non-working state. Please suspend the machine by saving its state (by Virtualbox) instaed of shutting it down. 59 * TLS Handshake on worker nodes times out upon registering on the master on some host environments. A fix is currently being developed. 57 * Remote Renew instances are not shut down automaically upon simulation termination. 58 * Fixed in version 190221, make sure to terminate the simulation with CTRL/CMD + T. 59 * The master node is not working anymore after it has been rebooted. 60 * Fixed in version 190221. To re-initialize the master run "start_master.sh" on the rebooted master. Note, that this script only runs on a previously installed master node. 61 * TLS Handshake on worker nodes times out upon registering on the master on some host environments. 62 * Fixed in version 190221. 60 63 * The hostname of the workstation machine is falsely called "renewkube-master". It's cosmetic and does not harm the simulation. 61 64