Skaffold: Activating a profile triggers a warning

Created on 22 Feb 2019  路  7Comments  路  Source: GoogleContainerTools/skaffold

$ 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.

areprofiles aretekton kinbug prioritp1

Most helpful comment

This has been fixed in 83b0f45bf3db659f942d1c0d40cd93bfdd44d3ad, just after the 0.36 release freeze.

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

strikeout picture strikeout  路  4Comments

nathanph picture nathanph  路  3Comments

woodcockjosh picture woodcockjosh  路  4Comments

heroic picture heroic  路  4Comments

abatilo picture abatilo  路  4Comments