-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[v2] skaffold delete followed by skaffold run does not work. #7054
Comments
The
|
Not sure if something was changed recently but I am currently unable to repro this using
|
@tejal29 do you have a link to the logs for the failing integration test run? Thanks |
I am able to repro using the command in the test but actually doing a vanilla |
This bug is related to the fact that some kind of yaml defaults, must have changed from v1 -> v2. I did not think the current yaml in the is a correct skaffold.yaml so not sure what the intended behavior is. Currently the test yaml is:
Changing that yaml to the below resolves the error seen:
|
The current test yaml is from a very old skaffold version:
Is it intended that this should work w/o specifying the manifest(s)? |
The old style deploy manifests should be removed. I think I have an issue open to delete it. We now have a
The expectation is the below manifest should work.
|
Ah yes I see. It is broken currently for the new style manifest. I will see what is happening |
Additionally it is not the delete that is broken necessarily, the deploy actually doesn't occur which I think is the root issue |
Hmm, ok so after switching to use a GKE cluster everything appears to be working and actually the repro steps are no longer working. My logs were identical when using minikube. I think this might be related to using minikube or a local k8s env atm |
The issue I saw is that I have made the following issues from these observations which are the root cause of this issue: |
^^ hangs forever w/ no logs even though logs coming from Pod:
|
This error was not related to deploy + delete but a combination of:
Closing as this issue is actually encapsulated in those issues |
Skaffold v2:
skaffold delete
does not work afterskaffold run
on the v2 branch.Steps to reproduce.
skaffold run
on v2 branch../../../out/skaffold delete
The pod is getting deployed.
The text was updated successfully, but these errors were encountered: