$ skaffold build -p anyprofile
WARN[0000] unknown field type in profile overlay: ptr. falling back to original config values
This is because the code that merges profiles into main configuration doesn't handle some recent fields that are pointers, such as ExecutionEnvironment *ExecutionEnvironment.
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 0.36 on Fedora 30:
WARN[0000] unknown field type in profile overlay: int. falling back to original config values
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 83b0f45bf3db659f942d1c0d40cd93bfdd44d3ad, just after the 0.36 release freeze.
Confirming that I don't see this error on the latest bleeding edge. Just one more step closer to being perfect! Thank you, team.
whoops, didn't realize my fix didn't make it into the release. thanks for investigating @dgageot
Most helpful comment
This has been fixed in 83b0f45bf3db659f942d1c0d40cd93bfdd44d3ad, just after the 0.36 release freeze.