Frederic BOLTZ

Results 103 comments of Frederic BOLTZ

@Forestsoft-de Hello, I have tested my docker image 1.27.11-rke2 with vanilla cluster-autoscaler v1.28.2 It works perfectly. So i provide here my config to see the differences. Remarks: You use template:...

@Forestsoft-de I found the error, you miss this argument for vmware-autoscaler: - **--use-vanilla-grpc** By default it use my custom grpc implementation. Regards

@Forestsoft-de I think that your cluster have missing annotations **cluster.autoscaler.nodegroup/XX**. My cluster with annotations. ```yaml apiVersion: v1 kind: Node metadata: annotations: alpha.kubernetes.io/provided-node-ip: 10.0.0.120 cluster-autoscaler.kubernetes.io/scale-down-disabled: "true" cluster.autoscaler.nodegroup/autoprovision: "false" cluster.autoscaler.nodegroup/instance-id: 42379ee0-8bf6-8176-2f9f-98662124a6e7 cluster.autoscaler.nodegroup/name:...

I apologyze, you find a bug. For workaround set minNodeSize to zero not 1, because the status created of the group is setted after to try add nodes to reach...

Hello Values depend how you deploy the vmware auto scaler. If you use or read the outsided project [autoscaled-masterkube-vmware](https://github.com/Fred78290/autoscaled-masterkube-vmware), it will answer to your question, specially **create-master-kube.sh** So if you...

Hi, Try first to use my other project [autoscaled-masterkube-vmware](https://github.com/Fred78290/autoscaled-masterkube-vmware) as is. Theses scripts will do the job for you - Create a seed image with all kubernetes presetup - Create...

As sample Generated from create-masterkube.sh **deploy autoscaler** ``` --- apiVersion: v1 kind: ServiceAccount metadata: labels: k8s-addon: cluster-autoscaler.addons.k8s.io k8s-app: cluster-autoscaler name: cluster-autoscaler namespace: kube-system --- apiVersion: v1 kind: ServiceAccount metadata: labels:...

Hello, which version You use for the vmware-autoscaler ? Regards

- Could you display the CRD used to create the managed VM ? - Did you also use two network interface ? Regards

Are you sure that the created VM is on the same VLAN and the network card is the same as vlan1?