Skip to content

Commit

Permalink
disabling flag until flytekit release is confirmed
Browse files Browse the repository at this point in the history
Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
pmahindrakar-oss committed Sep 13, 2024
1 parent 35ddfc5 commit 56cf118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytepropeller/pkg/controller/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var (
DefaultParallelismBehavior: ParallelismBehaviorUnlimited,
},
LiteralOffloadingConfig: LiteralOffloadingConfig{
Enabled: true, // Default keep this enabled and in case of issues allow users to disable using config map.
Enabled: false, // Default keep this disabled and we will followup when flytekit is released with the offloaded changes.
SupportedSDKVersions: map[string]string{ // The key is the SDK name (matches the supported SDK in core.RuntimeMetadata_RuntimeType) and the value is the minimum supported version
"FLYTE_SDK": "1.13.5", // Expected release number with flytekit support from this PR https://github.com/flyteorg/flytekit/pull/2685
},
Expand Down

0 comments on commit 56cf118

Please sign in to comment.