kubermatic / operating-system-manager

Operating System Manager is responsible for creating and managing the configuration that are needed to configure worker nodes
Apache License 2.0
35 stars 30 forks source link

Ubuntu 2404 broken on Azure #398

Open dharapvj opened 2 months ago

dharapvj commented 2 months ago

I tried to spawn 2404 machines in Azure today and got hit by same cloud-init issue as before (just that our latest fix does not work with latest 2404 machines)

# cloud-init-output.log
2024-07-02 05:58:40,392 - util.py[WARNING]: No instance datasource found! Likely bad things to come!

I tried using default offline-osp (v1.5.0) that gets shipped with kubeone 1.8.0 as well as custom OSP. Issue remained same. I also tried to comment out following block because that's where we get datasource error log, but it did not improve the situation.

            {{- /* Azure's cloud-init provider integration has changed recently (end of April 2024) and now requires us to run this command below once to set some files up that seem required for another cloud-init run. */}}
            {{- if (eq .CloudProviderName "azure") }}
            cloud-init init --local
            {{- end }}

Steps to reproduce:

  1. Create MD with below imageReference in Azure kubeone cluster
            imageReference:
              publisher: Canonical
              offer: ubuntu-24_04-lts
              sku: server
              version: 24.04.202406170
  2. Check cloud-init-output.log
  3. Also observe that machine never joins the cluster.
ahmedwaleedmalik commented 2 months ago

Ubuntu 24.04 is not supported yet. Will keep this issue in mind when we work on adding support for it.

dharapvj commented 1 month ago

/label customer-request

kubermatic-bot commented 1 month ago

@dharapvj: The label(s) customer-request cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/kubermatic/operating-system-manager/issues/398#issuecomment-2238449559): >/label customer-request Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.