GoogleContainerTools / GoogleContainerTools/skaffold

Support various manifest sources in `apply`

Open
#5,562 1 comment 0 reactions 1 assignee Claimed by @nkubala View on GitHub
area/apply kind/feature-request priority/p3
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

`skaffold apply` current accept one or more manifests passed as arguments, but only local files can be passed. we could enhance this by supporting

* `glob` arguments akin to the `kubectl` deployer (`skaffold apply manifests/*.yaml`)
* URLs to remote manifests (`skaffold apply https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/examples/getting-started/skaffold.yaml`)
* manfiests passed directly to `STDIN`, similar to `kubectl` (`skaffold diagnose --yaml-only | skaffold render -f - | skaffold apply -f`)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.