Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Add nodeSelector support to charts #42

@tillig

Description

@tillig

With an AKS cluster that has both Windows and Linux nodes in it, you need to be able to specify a nodeSelector:

  nodeSelector:
    beta.kubernetes.io/os: linux

Without that, Linux deployments get scheduled on Windows nodes and none of the examples ever actually work.

Even if that's not set up as default, the ability to provide that in a values.yaml or --set call from Helm would be huge. In our mixed cluster, I can't use any of these Helm charts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions