Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: account for resource sorting in dns upstream resource #9310

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. chore: account for resource sorting in dns upstream resource

    `List` returns a sorted (by id) list of resources. This doesn't work when the order of dns upstreams is important. Because of that
    add an `Idx` field to the "DNSUpstreams.net.talos.dev" resource, so we can preserve order.
    
    Fixes siderolabs#9274
    
    Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
    DmitriyMV committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    79cd031 View commit details
    Browse the repository at this point in the history