Hey, I’m having trouble installing the demo flyte ...
# ask-the-community
o
Hey, I’m having trouble installing the demo flyte cluster and would appreciate some help 🙂
Copy code
🧑‍🏭 Bootstrapping a brand new flyte cluster... 🔨 🔧
delete existing sandbox cluster [y/n]: y
<http://cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7|cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7> Fully Qualified image
🐋 Running Flyte v1.2.1 release
🐋 pulling docker image for release <http://cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7|cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7>
{"status":"Pulling from flyteorg/flyte-sandbox-lite","id":"sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7"}
{"status":"Digest: sha256:5b44a436fc38ce2f2d441aaa2d87e84ce9e11ca86be47d6645b5722d99096061"}
{"status":"Status: Image is up to date for <http://cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7%22|cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-bfa1dd4e6057b6fc16272579d61df7b1832b96a7">}
🧑‍🏭 booting Flyte-sandbox container
92022-12-06T21:30:13.836384200Z Starting Docker daemon...
%2022-12-06T21:30:20.324534200Z Done.
72022-12-06T21:30:20.324908500Z Starting k3s cluster...
%2022-12-06T21:30:37.814315900Z Done.
unexpected fault address 0xb01dfacedebac1e
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x106109f]

goroutine 1 [running]:
runtime.throw({0x2b8a131?, 0x30?})
        /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/panic.go:992 +0x71 fp=0xc0000dbd60 sp=0xc0000dbd30 pc=0x1033bd1
runtime.sigpanic()
        /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/signal_unix.go:825 +0x305 fp=0xc0000dbdb0 sp=0xc0000dbd60 pc=0x10490e5
aeshashbody()
        /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/asm_amd64.s:1343 +0x39f fp=0xc0000dbdb8 sp=0xc0000dbdb0 pc=0x106109f
runtime.mapiternext(0xc0007dba00)
        /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/map.go:934 +0x2cb fp=0xc0000dbe28 sp=0xc0000dbdb8 pc=0x100f78b
runtime.mapiterinit(0x1?, 0x7?, 0x1?)
        /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/map.go:861 +0x228 fp=0xc0000dbe48 sp=0xc0000dbe28 pc=0x100f468
reflect.mapiterinit(0x10141e6?, 0x522ca00?, 0x10dd1e7?)
        /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/map.go:1373 +0x19 fp=0xc0000dbe70 sp=0xc0000dbe48 pc=0x105d879
<http://github.com/modern-go/reflect2.(*UnsafeMapType).UnsafeIterate(...)|github.com/modern-go/reflect2.(*UnsafeMapType).UnsafeIterate(...)>
        /home/runner/go/pkg/mod/github.com/modern-go/reflect2@v1.0.1/unsafe_map.go:112
<http://github.com/json-iterator/go.(*sortKeysMapEncoder).Encode|github.com/json-iterator/go.(*sortKeysMapEncoder).Encode>(0xc000277470, 0xc000543ed0, 0xc000767c20)
        /home/runner/go/pkg/mod/github.com/json-iterator/go@v1.1.10/reflect_map.go:291 +0x225 fp=0xc0000dbfe0 sp=0xc0000dbe70 pc=0x1c7c365
<http://github.com/json-iterator/go.(*placeholderEncoder).Encode(0x2879c60|github.com/json-iterator/go.(*placeholderEncoder).Encode(0x2879c60>?, 0x1?, 0xc000767c38?)
 ...
y
hey
could you
flytectl version
for me please?
have you gotten this running in the past? or is this the first time?
o
flyte version - 0.6.1
I’ll try to update
I already ran it in the past
OK I updated brew + flyte and now everything is working! tnx! :)
155 Views