You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Craig Condit (Jira)" <ji...@apache.org> on 2022/09/27 00:11:00 UTC

[jira] (YUNIKORN-1196) [UMBRELLA] Upgrade K8s build dependency

    [ https://issues.apache.org/jira/browse/YUNIKORN-1196 ]


    Craig Condit deleted comment on YUNIKORN-1196:
    ----------------------------------------

was (Author: ccondit):
More bad news it seems. The PodDisruptionBudget feature gate can be set to false when compiled against 1.20, but not in 1.21 onward, which means compiling against any version from 1.21 to 1.24 makes us incompatible with a 1.25 cluster in plugin mode:
{code:java}
Error: invalid argument "PodDisruptionBudget=false" for "--feature-gates" flag: cannot set feature gate PodDisruptionBudget to false, feature is locked to true {code}
Additionally, the CSIStorageCapacity gate cannot be disabled when compiling against 1.24 or later, which means leaving behind support for running on 1.23 and below.

> [UMBRELLA] Upgrade K8s build dependency
> ---------------------------------------
>
>                 Key: YUNIKORN-1196
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1196
>             Project: Apache YuniKorn
>          Issue Type: Task
>          Components: shim - kubernetes
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Craig Condit
>            Priority: Major
>
> The current build for YuniKorn uses 1.20.11. Even a small change to K8s 1.21 causes compilation issues.
> Some issues can be solved by a simple one or two code line change.
> There is at least one that requires a major change in the predicate code to accomodate fundamental changes made to the plugin framework.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org