Iuk

Results 12 comments of Iuk

Looking through spigot it seems that portals store special data

setblock triggers psychics event btw edit: my guess psychics still run even if you set it to false

Since I know that there's quite a few people looking to run gdext on wasm, but are afraid to use it due to instability here's a few words: If you...

Yes, it works fine with calico. To run a quick test use [hetzner-k3s](https://github.com/vitobotta/hetzner-k3s). Important warning when running cloud together when baremetal with private networking. Calico requires a /24 vlan address...

I am currently running it just fine with calico and even have ceph working over vlan with pretty good performance. You cannot advertise nodeip with internal so define hostendpoint instead...

I am not sure why, but when using hetzner-k3s the internal network works just fine, however, a manually bootstrapped cluster has an issue with the cloud controller where it does...

> > I am not sure why, but when using hetzner-k3s the internal network works just fine, however, a manually bootstrapped cluster has an issue with the cloud controller where...

Alright, here's the full guide to replicate the issue: init_master.sh ``` #!/bin/bash CLUSTER=$1 CLUSTER_DOMAIN=$2 SERVER_HOST=$3 CLUSTER_PRIVATE_NET=$4 CLUSTER_CIDR=$5 CLUSTER_SERVICE_CIDR=$6 CLUSTER_DNS=$7 CLUSTER_LB=$8 PUBLIC_IP=$(ssh $SERVER_HOST "curl checkip.amazonaws.com") PRIVATE_IP=$(ssh $SERVER_HOST "ip route get $CLUSTER_PRIVATE_NET...

> If you see `failed to get node address from cloud provider that matches ip: 10.x.x.x, requeuing` you have to enable routes-controller with `network.enabled=true`. Ah, that makes sense! You can't...

> What needs to be done to enable route controllers with robot support? > > Is this generally supported by the underlying network and does the support need to be...