We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Karpenter Version: v0.24.0
Karpenter releases should run clean images.
v0.24.0 runs with {"commit": "8c27519-dirty"}
{"commit": "8c27519-dirty"}
helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter --create-namespace --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} --set settings.aws.clusterName=${CLUSTER_NAME} --set settings.aws.clusterEndpoint=${CLUSTER_ENDPOINT} --set settings.aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} --set settings.aws.interruptionQueueName=${CLUSTER_NAME} --wait
karpenter-5cc96cdff-djd6g controller 2023-02-17T18:16:57.342Z INFO controller.interruption starting controller {"commit": "8c27519-dirty"}
The text was updated successfully, but these errors were encountered:
i've been seeing this for a while now in our clusters.
Sorry, something went wrong.
I inspected the release process before releasing v0.25.0 and it looked good, but alas after release the -dirty was still appended :(
-dirty
I thought this was fixed a while ago, but looking back here's what I found:
v0.25.0 -> {"commit": "beb0a64-dirty"} v0.24.0 -> {"commit": "8c27519-dirty"} v0.23.0 -> {"commit": "5a7faa0-dirty"} v0.22.1 -> {"commit": "c4a4efd-dirty"} v0.22.0 -> {"commit": "038d219-dirty"} v0.21.1 -> {"commit": "06cb81f-dirty"} v0.21.0 -> {"commit": "0c8536a-dirty"} v0.20.0 -> {"commit": "f60dacd"} v0.19.3 -> {"commit": "683d4b0"} v0.19.2 -> {"commit": "470aa83"} v0.19.1 -> {"commit": "27a51c0"} v0.19.0 -> {"commit": "ea5dc14"} v0.18.1 -> {"commit": "51becf8-dirty"} v0.18.0 -> {"commit": "1d8eb34"} v0.17.0 -> {"commit": "077c099-dirty"} v0.16.3 -> {"commit": "5d4ae35-dirty"}
Going to look into what changed between v0.20.0 and v0.21.0
No branches or pull requests
Version
Karpenter Version: v0.24.0
Expected Behavior
Karpenter releases should run clean images.
Actual Behavior
v0.24.0 runs with
{"commit": "8c27519-dirty"}
Steps to Reproduce the Problem
Resource Specs and Logs
karpenter-5cc96cdff-djd6g controller 2023-02-17T18:16:57.342Z INFO controller.interruption starting controller {"commit": "8c27519-dirty"}
Community Note
The text was updated successfully, but these errors were encountered: