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

Fix issue with remote Kustomizations in dev mode. (#2581) #2611

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

jmcclell
Copy link
Contributor

@jmcclell jmcclell commented Aug 5, 2019

Closes #2581

Remote Kustomization support was added previously, but it only supported
remote resources referenced inside of a Kustomization config file rather
than remote Kustomization config files themselves. This commit causes
the file watcher code to assume the absence of a Kustomization config
means that it is a remote reference and skips it since it can't watch
remote files for changes. It pushes error handling onto Kustomize
itself for invalid remote locations.

…ls#2581)

Remote Kustomization support was added previously, but it only supported
remote resources referenced inside of a Kustomization config file rather
than remote Kustomization config files themselves. This commit causes
the file watcher code to assume the absence of a Kustomization config
means that it is a remote reference and skips it since it can't watch
remote files for changes. It pushes error handling onto Kustomize
itself for invalid remote locations.
@tejal29 tejal29 added the kokoro:run runs the kokoro jobs on a PR label Aug 8, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Aug 8, 2019
@tejal29 tejal29 merged commit 67c4afe into GoogleContainerTools:master Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skaffold dev not picking up remote kustomization.yml
4 participants