Closed jodh-intel closed 6 years ago
updateRuntimeConfig() was not setting the agent type, so if the runtime was configured for kata containers, it would try to use a hyperstart agent.
updateRuntimeConfig()
Fixes #911.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com
ping @sameo, @sboeuf.
Yes, I have exactly that fix on my local machine... LGTM
kubernetes qa-passed 👍
Ignoring known F26 failure...
Haha yes I have exactly the same fix too :)
updateRuntimeConfig()
was not setting the agent type, so if the runtime was configured for kata containers, it would try to use a hyperstart agent.Fixes #911.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com