chore: bump controller image to d122d39 (OTel semconv fix)#102
Merged
chore: bump controller image to d122d39 (OTel semconv fix)#102
Conversation
Picks up the OTel schema-URL fix from #101, which unblocks the post-#99 controller image. Prior image (20a1a90) crashes at startup with: Failed to initialize OTel MeterProvider conflicting Schema URL: ...1.40.0 and ...1.26.0 Image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:d122d39d5863a391d879cee2abdab5808a631db3 sha256:6a0a11bd2b135777d7bf4973f4009553b49a3cd4d2bfe41e08947e6a1780fde4 Post-Flux-sync verification: kubectl -n sei-k8s-controller-system get pods # expect: all pods Running on the new image, no CrashLoopBackOff Unblocks autobake workflow (platform#101) which reads status.internalService.name from the post-#99 controller. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up #101 (OTel schema-URL fix). The prior pin
20a1a90is CrashLoopBackOff-ing in prod right now:Image
Verified via
aws ecr describe-images.Post-Flux-sync verification
Once this is in, the rolling update that's been stuck completes, and the autobake workflow (platform#101) unblocks on the
.status.internalServicefield.🤖 Generated with Claude Code