This repository has been archived by the owner. It is now read-only.
kubelet-wrapper can't execute in CoreOS 1045.0.0/rkt 1.5.1 #1282
Comments
@mischief what is the fix? Are we pausing updates?! |
@philips we are going to continue rolling out 1032.1.0 while we figure this one out. |
Fixed by coreos/coreos-overlay#1959. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sometime between rkt 1.2.1 and 1.5.1, it now checks if the path to the stage1 given to --stage1-path is 'trusted', and if not, tries to verify the signature. kubelet-wrapper uses the 'old' path,
/usr/share/rkt/stage1-fly.aci
, which is symlinked into the new rkt stage1 dir, but not 'trusted' by rkt, resulting in the error:The text was updated successfully, but these errors were encountered: