3.4.2. Upgrading a plugin with the CLI Manager Operator


You can upgrade a CLI plugin to a newer version with the CLI Manager Operator by directly editing the plugin’s resource YAML file.

Prerequisites

  • You are logged in to OpenShift Container Platform as a user with the cluster-admin role.
  • The CLI Manager Operator is installed.
  • The plugin you are upgrading is installed.

Procedure

  1. Using the CLI, enter the following command:

    oc edit plugin/<plugin_name>
  2. Edit the YAML file to include the new specifications for your plugin.

    Example YAML file to upgrade a plugin

    apiVersion: config.openshift.io/v1alpha1
    kind: Plugin
    metadata:
      name: <plugin_name> 
    1
    
    spec:
      description: <description_of_plugin>
      homepage: <plugin_homepage>
      platforms:
      - bin: 
    2
    
        files:
        - from: <plugin_file_path>
          to: .
        image: <plugin_image>
        imagePullSecret: 
    3
    
        platform: <platform> 
    4
    
      shortDescription: <short_description_of_plugin>
      version: <version> 
    5

    where:

    <plugin_name>
    Specifies the name of the plugin you plan to use in commands.
    bin
    Specifies the path to the plugin executable.
    imagePullSecret
    Optional field if the registry is not public to add a pull secret to access your plugin image.
    <platform>
    Add the architecture for your system; for example, linux/amd64, darwin/arm64, windows/amd64, or another architecture.
    <version>
    The version must be in v0.0.0 format.
  3. Save the file.
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 문서 정보

Legal Notice

Theme

© 2026 Red Hat
맨 위로 이동