jorgegv

Results 23 comments of jorgegv

This was indeed what @suborb asked me to do, I hope I was up to the task! But the `share_sp1` branch is still not merged to master, will it be?...

Sorry, there was still a mistery bug with one of the examples, but all the rest is done. For some reason I could not debug (and boy I tried!), `ex5e.c`...

hi andy, thanks but the config file for the build will be a simple key=value format which can be parsed with about half a dozen lines of perl code, so...

first 2 tasks done in 277a488ac0ba3200bdf77f3c250a75cab5493e15

Apparently yes! I haven't been able to spend time debugging the `ex5e.c` problem, but I just updated my repo now and rebuilt everything, and now `ex5e.c` compiles _and runs fine_...

I intended to open a new issue, but since this one exactly matches my problem, and it is still open, I'll just comment here: I just followed Quick Start guide...

Update: I achieved creating a `/16` network cluster with: ``` curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--kubelet-arg=max-pods=65534 --kube-controller-manager-arg=node-cidr-mask-size=16" sh - ``` With that command line, when I `kubectl describe node` I get...

> @jorgegv did you read any of the conversation up above? > > The default cluster cidr is 10.42.0.0/16. The default node cidr mask is 24, so each node gets...

Thanks for explaining, though. I understand it now.

_"The default node cidr mask is 24, so **each node gets a block sub-allocated from the /16 starting at 10.42.0.0/24**"_ This was the critical part that was _not_ included in...