- add pod cidr to remote nodes, sometimes this is required depending on which interface is used to add a node: `kubectl patch node <NODE_NAME> -p '{"spec":{"podCIDR":"<SUBNET>"}}'` from this really niche [github page][podcidr-help]
`
## Links With More Information
Debugging clusters can be somewhat difficult as everything is stuffed into pods, the links below have some steps to try:
...
...
@@ -71,6 +74,7 @@ Debugging clusters can be somewhat difficult as everything is stuffed into pods,
- general steps for building images with buildx [here][docker-buildx]
- there's some specific steps that got ARM64 builds working in my case, solution [here][docker-buildx-platform]
docker buildx, building for multiple architectures: https://collabnix.com/building-arm-based-docker-images-on-docker-desktop-made-possible-using-buildx/