Sergiusz Bazanski | de06180 | 2019-01-13 21:14:02 +0100 | [diff] [blame] | 1 | HSCloud |
| 2 | ======= |
| 3 | |
| 4 | This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it. |
| 5 | |
Sergiusz Bazanski | 1e6b52a | 2019-05-15 19:08:25 +0200 | [diff] [blame] | 6 | You'll also need Nix installed globally in your system until [rules_nixpkgs/75](https://github.com/tweag/rules_nixpkgs/issues/75) is resolved. Or run on NixOS. |
| 7 | |
Sergiusz Bazanski | de06180 | 2019-01-13 21:14:02 +0100 | [diff] [blame] | 8 | Getting started |
| 9 | --------------- |
| 10 | |
| 11 | cd hscloud |
| 12 | . env.sh # setup PATH and hscloud_root |
| 13 | tools/install.sh # build tools |
| 14 | |
Sergiusz Bazanski | 144f921 | 2019-01-18 00:24:13 +0100 | [diff] [blame] | 15 | |
| 16 | Then, to get Kubernets: |
| 17 | |
| 18 | echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working |
Piotr Dobrowolski | dc1e5f0 | 2019-04-09 13:30:28 +0200 | [diff] [blame] | 19 | bazel run //cluster/clustercfg:clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days) |
Sergiusz Bazanski | de06180 | 2019-01-13 21:14:02 +0100 | [diff] [blame] | 20 | kubectl version |
Sergiusz Bazanski | 74d2783 | 2019-01-18 00:28:28 +0100 | [diff] [blame] | 21 | |
| 22 | Clusters |
| 23 | ======== |
| 24 | |
| 25 | The following kubernetes clusters are available: |
| 26 | |
| 27 | k0.hswaw.net |
| 28 | ------------ |
| 29 | |
| 30 | 3 nodes (bc01n{01,02,03}.hswaw.net), mixed worker/master. |
| 31 | |
| 32 | No persistent storage (yet). |
| 33 | |
| 34 | Temporary development cluster. Will become base production cluster once configuration is done, but will *likely be fully cleared*. |
| 35 | |
| 36 | Feel free to use for tests, but your pods might disappear at any time. |