-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Adding containerd as a runtime parameter option to windows bootstrapping #5083
Adding containerd as a runtime parameter option to windows bootstrapping #5083
Conversation
552414f
to
176a0cc
Compare
176a0cc
to
5d27b55
Compare
Successfully created a cluster:
cluster:
Both, Windows and Linux nodes are online and all pods are ready. Configuration used: apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: gb-windows-container-runtime-1
region: us-west-2
nodeGroups:
- name: windows-ng
amiFamily: WindowsServer2019FullContainer
minSize: 1
maxSize: 3
desiredCapacity: 1
containerRuntime: containerd
managedNodeGroups:
- name: linux-ng
instanceType: t2.large
minSize: 1
maxSize: 3
desiredCapacity: 1 |
5d27b55
to
81affdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, worth adding an integration test to the windows suite?
I don't wanna. :D |
Grumble grumble, I'll update it. :D |
Updated.... local run result incoming... |
Tests passed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very neat PR! LGTM :)
…ing (eksctl-io#5083) * Adding containerd as a runtime parameter option to windows bootstrapping * Changed default in case of Windows ami family to `docker` * Update the windows test
…otstrapping (eksctl-io#5083)" (eksctl-io#5118) This reverts commit 4f1f1b0.
…ing (eksctl-io#5083) (eksctl-io#5127) * Adding containerd as a runtime parameter option to windows bootstrapping * Changed default in case of Windows ami family to `docker` * Update the windows test
Description
Closes #5082
Checklist
README.md
, or theuserdocs
directory)area/nodegroup
) and kind (e.g.kind/improvement
)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯