-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
@@ -17,7 +17,7 @@ import ( | |||
"github.com/lyft/flyteplugins/go/tasks/pluginmachinery/utils" | |||
"k8s.io/client-go/kubernetes/scheme" | |||
|
|||
sparkOp "github.com/GoogleCloudPlatform/spark-on-k8s-operator/pkg/apis/sparkoperator.k8s.io/v1beta1" | |||
sparkOp "github.com/GoogleCloudPlatform/spark-on-k8s-operator/pkg/apis/sparkoperator.k8s.io/v1beta2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats it no changes in the API?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some change like types of some fields in the Spec has changed but we don't use that in flyteplugins i.e. only set those config via spark_conf. The one other change is see is that status is now a sub-resource and the operator needs additional perms for the same.
When you do this, can you also change the oss flyte deployment to deploy the new version? |
Will do in flyteorg/flyte#573 once I create a new propeller release . |
* spark v1beta2 * update spark-operator * update spark-operator
Move spark plugin to v1beta2 multi-version of Operator. Ref: flyteorg/flyte#573