Changes between Version 6 and Version 7 of RenewKube
- Timestamp:
- Feb 15, 2019, 4:09:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RenewKube
v6 v7 43 43 44 44 45 46 = Download and Installation = 45 47 '''Here we provide a temporarily download for reviewers: [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/renewkube-190207.ova renewkube-190207.ova]''' 46 48 49 '''Please refer to this checklist while setting ip up: [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/checklist.txt checklist.txt]''' 47 50 48 = Prerequisites = 49 50 Installation for RenewKube is supported for Unix-like systems (macOS, Linux, BSD,...) and requires the installation of: 51 52 - [https://www.virtualbox.org/ VirtualBox] 53 and several other tools for individual installations 54 - Java Runtime / Development Environment in Version 9 or later 55 - [https://git-scm.com/downloads Git] 56 - [https://www.Docker.com/ Docker] 57 - [https://kubernetes.io/ Kubernetes] 58 - [http://www.Renew.de/ Renew] 59 - several further operating system specific tools 60 61 = Installation = 62 63 There is one major script that will support the installation process. 64 Environment variables like JAVA_HOME etc. must be set according to your specific needs of your environment. 65 Every component can be installed separately, but we recommend to use our script. 66 67 The steps one needs to take are: 68 1. Install [https://www.virtualbox.org/ VirtualBox] as the basic environment for RenewKube. 69 2. Download the ova file which contains all scripts, software for RenewKube provided by us, a simple example and some documentation. 70 3. Follow the [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/installer_text.txt installer_text.txt] for installation with [https://www.virtualbox.org/ VirtualBox]. 71 4. Test the system. 51 '''More detailed instructions can be found here: [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/installer_text.txt installer_text.txt]''' 72 52 73 53 74 The version of RenewKube can now be downloaded. 75 The current version already works, but is not as comfortable as our local version. 54 = Troubleshooting = 55 * 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. 56 * 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. 57 * The hostname of the workstation machine is falsely called "renewkube-master". It's cosmetic and does not harm the simulation. 76 58 77 We might setup an improved version during next week. 78 For reviewing the [http://www.informatik.uni-hamburg.de/TGI/moldt/renewkube/installer_text.txt installer_text.txt] will help to support the installation process. 59 60 61 = Full manual installation = 62 The full manual installation is very complex and not recommended, except you are familiar with setting up Kubernetes clusters. 63 Right now we are writing detailed instructions on how to perform a manual setup. If you are interested in the manual setup please check back again later. 64 65 66 67 79 68 80 69 More information will come with our following releases.