nicolaferraro commented on a change in pull request #583: Split builder from
operator
URL: https://github.com/apache/camel-k/pull/583#discussion_r272128685
##########
File path: pkg/builder/kaniko/publisher.go
##########
@@ -111,6 +111,12 @@ func Publisher(ctx *builder.Context) error {
args = baseArgs
}
+ // The pod will be scheduled to nodes that are selected by the
persistent volume
Review comment:
How can it be shared with the kaniko pod if the kubernetes provider allows
only for RWO volumes? Affinity was there to make the two pod coexist in the
same node so that they can share the volume. Local volumes are interesting...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services