cyclops icon indicating copy to clipboard operation
cyclops copied to clipboard

Run operator-sdk commands inside container

Open awprice opened this issue 5 years ago • 0 comments

We should move the running of the operator-sdk commands to inside a container with a versioned image. This provides a handful of benefits:

  • Doesn't require the developer to install operator-sdk on their machine (provided they have docker installed)
  • Ensures consistent behaviour of operator-sdk on all machines, regardless of the developer's own version

awprice avatar Aug 27 '20 03:08 awprice