Guillaume Rose
Guillaume Rose
Yes! You can know 2 things: Which MAC addresses are connected to the switch with: ``` $ curl http://127.0.0.1:7777/cam | jq . { "5a:94:ef:e4:0c:ee": 0 } ``` 5a:94:ef:e4:0c:ee is connected...
> Originally I was just hoping to be able to call SSH without getting an error 😀 Yeah no good solution sorry :/ > where one can query the (hard-coded)...
A new release is out
I think we should start with an end-to-end test to cover most of the features and ensure no regressions when a PR comes in.
MachineConfig object has a kernelArguments property. Perhaps we can use it to pass the parameter. Docs: https://github.com/openshift/installer/blob/38362a33f03a5583aa681ce39692845ca6ce82ee/docs/user/customization.md#switching-rhcos-host-kernel-using-kerneltype
Minikube doesn't disable huge pages.
Minkube has an option for swap but it's disabled by default.
Minikube has following requests: ``` Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits AGE --------- ---- ------------ ---------- --------------- ------------- --- kube-system coredns-f9fd979d6-jpgtd 100m (5%) 0 (0%) 70Mi...
With Go, I would hope that we can reuse some code in crc (preflights for instance) and possibly vendor some interesting code (installer, some openshift types).
The transition will not happen in one day so I guess running shellcheck for time to time is still valuable. It should be straightforward in the CI with the help...