k8s:debug
throws error when using buildpacks
build strategy
#2462
Milestone
k8s:debug
throws error when using buildpacks
build strategy
#2462
Component
None
Task description
Component
JKube Kit
Task description
Description
Related to #439
Since by relying on buildpacks we don’t have control over how application container image is being created, it’s better not to support this functionality with buildpacks.
Expected Behavior
As a user, when I run
k8s:debug
in buildpacks build strategy, I want to get a error thatk8s:debug
goal, so that I'm informed that this functionality not supported in buildpacks build strategy.Acceptance Criteria
Given:
jkube.build.strategy
asbuildpacks
When: User performs
k8s:build
/k8sBuild
taskThen:
k8s:debug
goal /k8sDebug
task fails in buildpacks build strategyThe text was updated successfully, but these errors were encountered: