-
Notifications
You must be signed in to change notification settings - Fork 446
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 extra config to Kaniko
docs
#2019
Conversation
@@ -139,6 +140,7 @@ zenml image-builder register <NAME> \ | |||
--kubernetes_context=<KUBERNETES_CONTEXT> \ | |||
--volume_mounts='[{"name": "docker-config", "mountPath": "/kaniko/.docker/"}]' \ | |||
--volumes='[{"name": "docker-config", "configMap": {"name": "docker-config"}}]' | |||
# --executor_args='["--compressed-caching=false", "--use-new-run=true"]' |
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.
why has this been commented out?
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.
It's just there as an illustration?
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.
Yes exactly because the options are only needed for specific cases
docs/book/stacks-and-components/component-guide/image-builders/kaniko.md
Outdated
Show resolved
Hide resolved
…/kaniko.md Co-authored-by: Alex Strick van Linschoten <strickvl@users.noreply.github.com>
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.
Approved pending tests passing.
Describe changes
I implemented/fixed _ to achieve _.
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes