@@ -24,13 +24,13 @@ export UKC_METRO=fra
2424When done, invoke the following command to deploy the app on Unikraft Cloud:
2525
2626``` bash
27- kraft cloud deploy -p 443:8080/http+tls -p 2222:2222/tls -e PUBKEY=" ...." .
27+ kraft cloud deploy -M 256Mi - p 443:8080/http+tls -p 2222:2222/tls -e PUBKEY=" ...." .
2828```
2929
3030For extensive debug information with ` strace ` , add the ` USE_STRACE=1 ` environment variable to the deploy command:
3131
3232``` bash
33- kraft cloud deploy -p 443:8080 -p 2222:2222 -e PUBKEY=" ...." -e USE_STRACE=1 .
33+ kraft cloud deploy -M 256Mi - p 443:8080 -p 2222:2222 -e PUBKEY=" ...." -e USE_STRACE=1 .
3434```
3535
3636The output shows the instance address and other details:
@@ -45,7 +45,7 @@ The output shows the instance address and other details:
4545 βββββ domain: https://patient-snow-zdzhdy8r.fra.unikraft.app
4646 ββββββ image: http-c-debug@sha256:b24b95e236c8eff69615dd4f5d257beed5ee4047fd98d1b6fb200f89c63fa54c
4747 ββ boot time: 66.56 ms
48- βββββ memory: 128 MiB
48+ βββββ memory: 256 MiB
4949 ββββ service: patient-snow-zdzhdy8r
5050 β private ip: 10.0.0.109
5151 βββββββ args: /usr/bin/wrapper.sh
@@ -86,7 +86,7 @@ kraft cloud instance list
8686
8787``` ansi
8888NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
89- http-c-debug-5pvem patient-snow-zdzhdy8r.fra.unikraft.app running since 4mins http-c-debug@sha256:b2... 128 MiB 1 /usr/bin/wrapper.sh 66.56 ms
89+ http-c-debug-5pvem patient-snow-zdzhdy8r.fra.unikraft.app running since 4mins http-c-debug@sha256:b2... 256 MiB 1 /usr/bin/wrapper.sh 66.56 ms
9090```
9191
9292When done, you can remove the instance:
0 commit comments