fix: support containerd v2 sandbox config and ignore pause image pull…#44
fix: support containerd v2 sandbox config and ignore pause image pull…#44jiazhiguang wants to merge 1 commit intomasterfrom
Conversation
… errors Containerd v2 renamed `sandbox_image` to `sandbox` in its config. The sed command now replaces both keys so the pause image is set correctly regardless of the containerd version. Also adds `ignorePreflightErrors: [ImagePull]` to init/join nodeRegistration so kubeadm does not fail when the built-in pause tag differs from the registry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughDocumentation update for VMware vSphere cluster creation adds Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying alauda-immutable-infra with
|
| Latest commit: |
afc8292
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://32e45f50.alauda-immutable-infra.pages.dev |
| Branch Preview URL: | https://fix-containerd-sandbox-compa.alauda-immutable-infra.pages.dev |
… errors
Containerd v2 renamed
sandbox_imagetosandboxin its config. The sed command now replaces both keys so the pause image is set correctly regardless of the containerd version. Also addsignorePreflightErrors: [ImagePull]to init/join nodeRegistration so kubeadm does not fail when the built-in pause tag differs from the registry.Summary by CodeRabbit