-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: (PSKD-814) Default K8s version is 1.30, add support for 1.31 #310
Conversation
Update K8s default to 1.30 in example files Signed-off-by: David.Houck <[email protected]>
…ment refs Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
Signed-off-by: David.Houck <[email protected]>
|
Signed-off-by: David.Houck <[email protected]>
In answer to a review question, the almalinux:minimal work layer was added to the Dockerfile to gain access to a shell supporting process substitution which is being used to validate the kubectl download checksum. None of the existing layers had a shell that supported the required process substitution expression. The work layer is only used for the download and checksum verification. The kubectl binary is copied out of that layer for the final image so no increase in image size overall. |
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. Thanks for explaining the added work layer
Changes:
Tests:
See comment below for test details.