-
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
fix: properly add RemoteManifests support to skaffold v2 #8018
Conversation
Please visit http://34.66.45.107:1313 to view changes to the docs. |
Error creating deployment, please see controller logs for details. |
Codecov Report
@@ Coverage Diff @@
## main #8018 +/- ##
==========================================
- Coverage 70.48% 66.71% -3.77%
==========================================
Files 515 596 +81
Lines 23150 28899 +5749
==========================================
+ Hits 16317 19281 +2964
- Misses 5776 8197 +2421
- Partials 1057 1421 +364
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
#7990 (comment) we call So I don't think the current change is the right fix, we're currently just not supporting remoteManifests in v2, this change may help supporting reading get manifests from kubenetes resources in remote clusters, but the implementation is hard. like the reproduction project : https://github.com/rishka/skaffold-manifests-bug/blob/main/skaffold.yaml the path can just be Also, we will need to specify cluster context for this kind of kubectl call, in v1 this readRemoteManifests is a function for deployer, we have a place to specify that kube context in config, but in v2 we cannot specify this kube context under |
31438ce
to
7f23ef2
Compare
@ericzzzzzzz thanks for the clarification, I misunderstood the |
fixes #7990
MERGE_AFTER= #8034