You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Chia-Ping Tsai (Jira)" <ji...@apache.org> on 2024/03/30 08:46:00 UTC

[jira] [Resolved] (YUNIKORN-2192) fix the incorrect instruction docs of "creation/update the ConfigMap"

     [ https://issues.apache.org/jira/browse/YUNIKORN-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chia-Ping Tsai resolved YUNIKORN-2192.
--------------------------------------
    Fix Version/s: 1.6.0
       Resolution: Fixed

> fix the incorrect instruction docs of "creation/update the ConfigMap" 
> ----------------------------------------------------------------------
>
>                 Key: YUNIKORN-2192
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2192
>             Project: Apache YuniKorn
>          Issue Type: Improvement
>            Reporter: Chia-Ping Tsai
>            Assignee: JiaChi Wang
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>
> doc link: https://yunikorn.apache.org/docs/next/developer_guide/deployment#createupdate-the-configmap
> the example of Yunikorn-configs.yaml from `https://raw.githubusercontent.com/apache/yunikorn-k8shim/master/deployments/scheduler/yunikorn-configs.yaml`should be applied directly rather than creating the ConfigMap.
> It seems to me the following changes are required.
> 1) "modify the content of yunikorn-configs.yaml file as needed, and create ConfigMap in kubernetes:" -> "modify the content of yunikorn-configs.yaml file as needed, and apply yunikorn-configs.yaml file in kubernetes:"
> 2) "kubectl create configmap yunikorn-configs --from-file=yunikorn-configs.yaml" -> "kubectl apply -f yunikorn-configs.yaml"



--
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