Open janani2019 opened 2 months ago
This issue is currently awaiting triage.
If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
Are the labels present on nodeclaimtemplatespec? https://karpenter.sh/docs/concepts/nodepools/#spectemplatemetadatalabels. Seem like the labels are on the nodepool metadata. Can you share a node that is owned by the nodepool and does not contain the taint specified?
Description
Observed Behavior: When I do a describe node on any of the nodes that the karpenter nodepool brings up, I expect to see the taints and labels applied. Expected Behavior: The taints and labels are not applied Reproduction Steps (Please include YAML): apiVersion: karpenter.sh/v1 kind: NodePool metadata: name: imagebuild spec: template: metadata: labels: type: ImageBuilder spec: expireAfter: 19m terminationGracePeriod: 20m requirements:
Versions:
kubectl version
):