nasusoba

Results 22 comments of nasusoba

I did some more investigation to find if etcd proxy could be replaced by k3s etcd controller. ### Case1: Monitor ETCD state for Scale & Remediation preflight check. For kubeadm...

**Setup**: Create a k3s cluster with 3 CP and 1 worker node. Scale down to 1 CP. **Behavior**: After scaling down to 1CP, the k3s on the remaining 1CP keeps...

Hi, to help improve the quality of capi-k3s and drive the production to be production-ready, I would love to init some work for e2e. I did some research and find...

@wikoion Could you run `kubectl describe node` for this CP node with workload cluster? I meet the same situation (`NodeHealthy` is false) if I set the `disableExternalCloudProvider` flag. And the...

@wikoion Yes, I am able to upgrade the cluster if I do not set `disableExternalCloudProvider`. I am also testing with `CAPD`( docker as the infrastruecture provider), and I am not...

Hi @zawachte, I am trying out CAPI-k3s with CAPD. I tried to follow @richardcase's [WIP commit note](https://github.com/k3s-io/cluster-api-k3s/pull/93) (there is some CAPD related things), but it seems that it gets stuck...

> link #73 > > Need add machineSpec properties _nodeDeletionTimeout_ in KThreesControlPlaneMachineTemplate > > Better add nodeVolumeDetachTimeout as well in case we need it in future. Seems that we do...

I tried to add some breakpoint to the CustomDefaulter, and I observed the value remains `disableCloudController=false`. It seems that it is not the CustomDefaulter causing the issue. This is really...

@anmazzotti Could you check if this would help [golang omitempty](https://stackoverflow.com/questions/37756236/json-golang-boolean-omitempty) , it seems that we should use *bool when using with `omitempty`

Does the issue got fixed? I have not tried with your PR yet, I have not noticed it has been changed to pointer XD