Skip to content

fix: use official kubectl image for CRD installer job#514

Merged
sanmesh-kakade merged 1 commit intodevelopfrom
nginx-fabric-legacy
Feb 9, 2026
Merged

fix: use official kubectl image for CRD installer job#514
sanmesh-kakade merged 1 commit intodevelopfrom
nginx-fabric-legacy

Conversation

@sanmesh-kakade
Copy link
Contributor

Summary

  • bitnami/kubectl:1.31.4 does not exist on Docker Hub, causing ImagePullBackOff on the gateway API CRD installer job
  • Switched to the official distroless image registry.k8s.io/kubectl:v1.31.4
  • Updated command/args since the distroless image has no /bin/sh — invokes kubectl directly with separate args

Test plan

  • Verified manually on cluster: job completes successfully with the new image
  • Confirm Terraform plan shows only the image and command change

🤖 Generated with Claude Code

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 9, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • facets-saas

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch nginx-fabric-legacy

Comment @coderabbitai help to get the list of available commands and usage tips.

bitnami/kubectl:1.31.4 tag does not exist on Docker Hub, causing
ImagePullBackOff. Switch to the official distroless image
registry.k8s.io/kubectl:v1.31.4 and update command/args since the
distroless image has no /bin/sh.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sanmesh-kakade sanmesh-kakade merged commit da04fd9 into develop Feb 9, 2026
2 checks passed
@sanmesh-kakade sanmesh-kakade deleted the nginx-fabric-legacy branch February 9, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant