-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arbeidslogg.txt
30 lines (19 loc) · 1.13 KB
/
Arbeidslogg.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--------------------------------------------------------------------------------------------------------
# Laste opp images til k8s: (https://console.cloud.google.com/gcr/images/gridwalls2?project=gridwalls2&gcrImageListsize=50)
make -C /mnt/hd2/git/gridwalls2/source/microservices/zombie-light ks
make -C /mnt/hd2/git/gridwalls2/source/microservices/map_info_producer$ ks
make -C /mnt/hd2/git/gridwalls2/source/microservices/netcom_forwarder ks
helm init
helm repo add stable https://kubernetes-charts.storage.googleapis.com
make -C /mnt/hd2/git/gridwalls2/source/microservices/rabbitmq ks-run
make -C /mnt/hd2/git/gridwalls2/source/microservices/map_info_producer ks-run
#map_info_producer må være ready før zombie kan kjøre
make -C /mnt/hd2/git/gridwalls2/source/microservices/zombie-light ks-run
--------------------------------------------------------------------------------------------------------
draft init \
--set \
registry.url=gcr.io,\
registry.org=${PROJECT},\
registry.authtoken=${AUTH_TOKEN},\
basedomain=draft.[[YOUR-DOMAIN]]
--------------------------------------------------------------------------------------------------------