-
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
Activating a profile triggers a warning #1688
Comments
Return original values, or values in profile, upon encoutering a pointer. This should fix a warning generated by the new *ExecutionEnvironment pointer in the BuildConfig. Also adds unit tests to check this functionality. Fixes GoogleContainerTools#1688
I am seeing this warning in the latest skaffold v0.36 on Mac Os Mojave 10.14.6 running any skaffold command that references a profile: WARN[0000] unknown field type in profile overlay: int. falling back to original config values |
I'm also seeing this in version
|
Also seeing this on ArchLinux with Skaffold 0.36. Perhaps this issue should be reopened? @dgageot |
@demisx @kurczynski @bjesus Could you provide a sample that shows the issue? Or maybe it happens with one of our samples? |
This has been fixed in 83b0f45, just after the 0.36 release freeze. |
This would have caught GoogleContainerTools#1688 Signed-off-by: David Gageot <david@gageot.net>
Confirming that I don't see this error on the latest bleeding edge. Just one more step closer to being perfect! Thank you, team. |
This would have caught GoogleContainerTools#1688 Signed-off-by: David Gageot <david@gageot.net>
whoops, didn't realize my fix didn't make it into the release. thanks for investigating @dgageot |
This is because the code that merges profiles into main configuration doesn't handle some recent fields that are pointers, such as
ExecutionEnvironment *ExecutionEnvironment
.The text was updated successfully, but these errors were encountered: