Pawel Kopiczko
Pawel Kopiczko
Based on: https://github.com/hashicorp/packer/issues/11783#issuecomment-1137052770 Replacing: ``` "extra_arguments": [ "--extra-vars", "{{user `ansible_common_vars`}}", "--extra-vars", "{{user `ansible_extra_vars`}}" ], ``` with ``` "extra_arguments": [ "--scp-extra-args", "'-O'", "--extra-vars", "{{user `ansible_common_vars`}}", "--extra-vars", "{{user `ansible_extra_vars`}}" ], ``` did...
It looks like the newest `scp` versions [use SFTP under the hood](https://www.redhat.com/en/blog/openssh-scp-deprecation-rhel-9-what-you-need-know): ``` -O Use the legacy SCP protocol for file transfers instead of the SFTP protocol. Forcing the use...
/assign
CC @invidian @johananl
/assign @enxebre
I was already able to create a working cluster: ``` $ k get node -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME pawe3-control-plane-5e7b8f08-lp2l4 Ready control-plane,master 13h...
Cross-posting here https://github.com/kubernetes/cloud-provider-openstack/issues/1923 OCCM doesn't start from helm chart with default values as of right now :( **Edit:** this is sorted now.
There is no real support for Flatcar in image-builder. Some post-processing has to be applied to the QEMU image. I created an issue: https://github.com/kubernetes-sigs/image-builder/issues/937
Can you point me to places where: * templates can be provided * e2e tests should be added
There is also this issue https://github.com/kubernetes-sigs/image-builder/issues/939 but we can provider the dropin in the templates for the time being.