-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: Fix BuildContextCompressionLevel description, output the level #9688
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
Conversation
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
|
Gemini encountered an error creating the summary. You can try again by commenting |
|
Thanks for the change @idsulik, although since there is no explicit request for this, I don't think it's necessary. |
|
@katiexzhang , what do you mean? the description isn't full, how does the user should know what value they can use and what does it mean? |
https://skaffold.dev/docs/references/yaml/#build-artifacts-kaniko-buildContextCompressionLevel who knows what compression levels gzip has? I didn't even know until I made this feature. |
katiexzhang
left a comment
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.
Where are you getting these descriptions from, specifically the -2? If possible, could you use the description from public docs, like https://docs.python.org/3/library/gzip.html.
Also I think you accidentally removed the default value.
|
| "type": "integer", | ||
| "description": "gzip compression level for the build context.", | ||
| "x-intellij-html-description": "gzip compression level for the build context.", | ||
| "default": "1" |
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.
This line was removed: "default": "1"
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.
oh, sorry, haven't noticed it. pushed fix
…GoogleContainerTools#9688) * chore: Fix BuildContextCompressionLevel description, output the level Signed-off-by: Suleiman Dibirov <idsulik@gmail.com> * fixes Signed-off-by: Suleiman Dibirov <idsulik@gmail.com> --------- Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Description
BuildContextCompressionLeveldescriptionusing gzip compression level {level}