-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add images and improve parsing for kubernetes 1.11 #3255
Add images and improve parsing for kubernetes 1.11 #3255
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mlgibbons If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
/assign @aaron-prindle |
@@ -160,9 +160,6 @@ func replaceWinDriveLetterToVolumeName(s string) (string, error) { | |||
return "", err | |||
} | |||
path := vname + s[3:] | |||
if _, err := os.Stat(filepath.Dir(path)); err != nil { |
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.
Unrelated change?
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.
Duh! You're quite right. I'd created the branch based on the commit which incorporated my other PR. Apologies. I've sorted that out and raised another PR (I could not figure out how to sort it out in the previous branch/PR) which can be found here #3262. Cheers.
f2cddfc
to
eff050c
Compare
Obsoleted by #3262 |
Adds support for a distinct list of images cached for v1.11