-
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
Can't sync files #9598
Comments
@lifeBalance try to update the skaffold to the latest version |
@idsulik isn't |
sorry, you're right. |
@lifeBalance could you please execute this command when skaffold starts copying? |
|
@lifeBalance does the sync work now? Need to reproduce the error and check the pod's |
@idsulik it didn't work after I run the command above. But I installed Just removed the URL and the globs from the apiVersion: skaffold/v4beta11
kind: Config
metadata:
name: ticket-app
build:
local:
push: false
artifacts:
- image: ticket-app/auth
context: auth
docker:
dockerfile: Dockerfile
sync:
manual:
- src: 'src/**/*.ts'
dest: .
manifests:
rawYaml:
- infra/k8s/auth-depl.yaml
- infra/k8s/ingress-srv.yaml |
Expected behavior
Changing a typescript file should sync it in the running container
Actual behavior
I get the error:
Information
Steps to reproduce the behavior
cd ticket-app && skaffold dev -v debug
The text was updated successfully, but these errors were encountered: