-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Worker nodes should use containerd vs. Docker as default CRI #171
Comments
Please assign this to me. |
@matthew-fuller all yours |
After running the deployment gates locally for treasuremap, I checked the runtime version for nodes 01 and 03, and they both say
I'll need to verify whether Docker was seen on workers using a different deployment method than I used, and if so, try to replicate the problem and make changes if necessary. |
@matthew-fuller, if need be, follow up with @aostapenko as he was the one who encountered this during deployment. Thanks. |
This one is already mostly addressed by https://review.opendev.org/c/airship/treasuremap/+/794678 (merged) and https://review.opendev.org/c/airship/airshipctl/+/796380. Though we still need to switch to using airshipctl workers-capm3 replacements and remove workers-capm3 function from TM |
@aostapenko I see https://review.opendev.org/c/airship/treasuremap/+/794678 addresses airship-core type, but I didn't see the same for multi-tenant type. Does that still need to be resolved as well? |
multi-tenant type does not currently define workers on type level. Though virtual-network-cloud site (that uses multi-tenant type) is utilizing airshipctl via vm-infra-bridge/dataplane https://review.opendev.org/c/airship/treasuremap/+/794678/5/manifests/function/vm-infra-bridge/dataplane/kustomization.yaml |
The comments so far (and the fact that I wasn't able to reproduce the issue) seem to indicate that most of the work on this issue has already been addressed by the above patch sets. Removing treasuremap's |
- Removes function/workers-capm3 from treasuremap since sites and types inherit this function from airshipctl - Changes virtual-network-cloud site to use airshipctl's function/workers-capm3 Relates-To: #171 Change-Id: I8b8a6f32d75c2b1a46ff25906951ff5544055f30
Change 796737 to remove the |
+1 |
Closing per above |
With airshipit/airshipctl#456 the switch to using containerd as the default CRI was made. While the control plane nodes deployed in Treasuremap appear to have inherited this change, it appears that the worker nodes are still running Docker by default.
Task:
The text was updated successfully, but these errors were encountered: