Don Milos

Results 3 issues of Don Milos

When KubeDirector was migrated from operator-sdk version v0.0.6 to v0.8.1 the calls to sdk.Patch() were replaced with calls to Client().Update() because the Patch() API was removed. The Update() call replaces...

Priority: Low
Type: Maintenance
Project: Operator SDK

For example: execErr := ExecCommand( reqLogger, obj, namespace, podName, containerName, command, ioStreams, )

The new operator-sdk framework implements the webhook server that we currently have implemented in our own custom code. Migrate the current webhook code to the controllers and use the new...

Priority: Low
Type: Enhancement
Project: Operator SDK