suse-edge / charts

SUSE Edge engineering Helm charts
https://suse-edge.github.io/charts/
Apache License 2.0
5 stars 18 forks source link

Release Metal3 0.6.5 #123

Closed alknopfler closed 4 months ago

alknopfler commented 4 months ago

This updates the IPA Downloader image to 1.3.1, which contains the following changes:

Without this fix the suse-network-setup unit/script can fail in DHCP-less scenarios - the config-2 drive must be available in this case, and it's been observed to take several seconds to enumerate on the SCSI bus with certain hardware so we need to allow time for this to happen.

e-minguez commented 4 months ago
host1rke2:~ # k get nodes
NAME        STATUS   ROLES                       AGE   VERSION
host1rke2   Ready    control-plane,etcd,master   31m   v1.28.7+rke2r1
host2rke2   Ready    control-plane,etcd,master   28m   v1.28.7+rke2r1
host3rke2   Ready    control-plane,etcd,master   28m   v1.28.7+rke2r1
host1rke2:~ # k get helmcharts metal3 -n kube-system -o jsonpath='{.spec.version}'
host1rke2:~ # k get helmcharts metal3 -n kube-system -o jsonpath='{.metadata.annotations.edge\.suse\.com/repository-url}'
https://raw.githubusercontent.com/alknopfler/charts/fix-network-wait-label/
host1rke2:~ # k get bmh
NAME      STATE         CONSUMER                                 ONLINE   ERROR   AGE
edge320   provisioned   single-node-cluster-controlplane-p4z47   true             23m
host1rke2:~ # k get secret single-node-cluster-kubeconfig -o jsonpath='{.data.value}' | base64 -d >> sno.kubeconfig
host1rke2:~ # k --kubeconfig=sno.kubeconfig get nodes
NAME                        STATUS   ROLES                       AGE   VERSION
single-node-cluster-mn47v   Ready    control-plane,etcd,master   39s   v1.28.3+rke2r1