Nick Meyer

Results 15 comments of Nick Meyer

Would like to add some detail here. The chip is the [Ambiq Apollo3 Blue](https://ambiqmicro.com/mcu/). Ambiq has an SDK for the chip. Sparkfun is using this chip in their new top-to-bottom...

I should note I'm happy to submit a PR for this if accepted.

Are you using `pyenv` on the box in question? I also ran into this issue with Firefox 62.0.2, but on macOS 10.14. For some reason, the host application did not...

Not saying this isn't a good change, but: > more important default packages installed doesn't jive with > I rarely ever SSH into my nodes Honestly, on my k3s nodes...

After reading the docs multiple times I think I understand where the confusion is. Suggest rewording that documentation as follows: `validates that a string-typed value contains digits only. For integer-...

> what do you see when you run `flux get ks ` ``` ➜ ~ flux -n flux get ks gitops-deploy NAME REVISION SUSPENDED READY MESSAGE gitops-deploy main@sha1:cd18a932 False Unknown...

Digging a little bit more this morning using the source code as my guide... Examining the source code of the flux cli, a reconcile request annotates the ks object, a...

One more note from our end, we have updated the cluster to the latest pre-v2-rc version, v0.41.2, and our clients are also now up to that version.

Backing the interval off by directly editing the ks allowed for the lastHandleReconcileAt field to be set correctly. It seems that launching immediately into the next reconcile causes a conflict...