Skip to content
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

k8s:watch/k8sWatch should throw error in buildpacks build strategy #2461

Closed
rohanKanojia opened this issue Nov 21, 2023 · 0 comments · Fixed by #2835
Closed

k8s:watch/k8sWatch should throw error in buildpacks build strategy #2461

rohanKanojia opened this issue Nov 21, 2023 · 0 comments · Fixed by #2835
Assignees
Milestone

Comments

@rohanKanojia
Copy link
Member

rohanKanojia commented Nov 21, 2023

Component

JKube Kit

Task description

Description

Related to #439

Currently, in both cases, spring boot and docker watch don't work with buildpacks build strategy. 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:watch in buildpacks build strategy, I should get a error that k8s:watch goal is not supported in buildpacks build strategy.

Acceptance Criteria

Given:

  • User is using buildpacks build strategy
  • User has built and deployed his application onto Kubernetes using JKube plugins
    When:
  • User performs k8s:watch goal

Then:

  • User gets an error that this functionality is not supported in buildpacks build strategy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants