You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Peter Bacsko (Jira)" <ji...@apache.org> on 2023/02/09 12:45:00 UTC

[jira] [Created] (YUNIKORN-1569) Admission controller cannot update CronJobs

Peter Bacsko created YUNIKORN-1569:
--------------------------------------

             Summary: Admission controller cannot update CronJobs
                 Key: YUNIKORN-1569
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1569
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: shim - kubernetes
    Affects Versions: 1.2.0
            Reporter: Peter Bacsko


If {{admissionController.accessControl.bypassAuth}} is set to false, then CronJobs are not updated with userinfo properly by the admission conroller.
The following error is generated:

{noformat}
Error from server (InternalError): error when creating "cronjob.yaml": Internal error occurred: add operation does not apply: doc is missing path: "/spec/jobtemplate/spec/template/metadata/annotations": missing value
{noformat}

The problem is that the path uses "jobtemplate" instead of "jobTemplate".



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

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