MyGit
🚩收到GitHub仓库的更新通知

IBM/ibm-pak

Fork: 10 Star: 12 (更新于 2024-04-22 05:42:09)

license: NOASSERTION

IBM Catalog Management Plug-in for IBM Cloud Paks 1.0

最后发布版本: v1.14.1 ( 2024-04-20 10:02:50)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Table of Contents generated with DocToc

Overview

This repository provides the IBM Catalog Management Plug-in for IBM Cloud Paks via its github releases. The plugin streamlines the deployment of IBM CloudPaks in a disconnected environment which was done earlier using cloudctl.

Download and verify software

There are two ways to obtain the plugin

Download from github release

  1. Download the gzipped tar archive for your OS from the assets in releases
  2. Download the corresponding .sig file for verification purposes

Download for your OS

Download from IBM container registry

The plugin is also provided in a container image cp.icr.io/cpopen/cpfs/ibm-pak:TAG where TAG should be replaced with the corresponding plugin version, for example cp.icr.io/cpopen/cpfs/ibm-pak:v1.14.1 will have v1.14.1 of the plugin.

The following command will create a container and copy the plug-ins for all the supported platforms in a directory, plugin-dir. You can specify any directory name and it will be created while copying. After copying, it will delete the temporary container. The plugin-dir will have all the binaries and other artifacts you find in a Github release and repo at IBM/ibm-pak. For example,

  1. If you use docker:
id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.14.1 - )
docker cp $id:/ibm-pak-plugin plugin-dir
docker rm -v $id
cd plugin-dir
  1. If you podman:
id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.14.1 - )
podman cp $id:/ibm-pak-plugin plugin-dir
podman rm -v $id
cd plugin-dir

Check Certificate/Key Validity and Archives

Install the plugin

  1. Extract the downloaded plugin and copy to executable PATH.

NOTE:

  • While copying, the destination name must be oc-ibm_pak (On windows, name must be oc-ibm_pak.exe) and cannot be changed including the dash and the underscore. These special characters are used by the oc command to find and setup the plugin
  • On Mac before copying oc-ibm_pak-darwin-amd64 to /usr/local/bin/oc-ibm_pak or any directory in your PATH, refer to For macOS Catalina users
  • If /usr/local/bin is not accessible then place it in an accessible folder and put that folder in PATH
  • On windows, copy oc-ibm_pak-windows-amd64 to $HOME\AppData\Local\Microsoft\WindowsApps\oc-ibm_pak.exe or any directory and add this path to PATH environment variable.
  • See accompanying LICENSE file obtained on extracting for the allowed usage.

For example on Mac,

tar -xvf oc-ibm_pak-darwin-amd64.tar.gz
cp oc-ibm_pak-darwin-amd64 /usr/local/bin/oc-ibm_pak

For example on Windows (from PowerShell),

tar -xvf oc-ibm_pak-windows-amd64.tar.gz
Copy-Item oc-ibm_pak-windows-amd64 $HOME\AppData\Local\Microsoft\WindowsApps\oc-ibm_pak.exe

Verify that the installation was successful by issuing the below command

oc ibm-pak --help

Information about plugin's available commands is described in the doc.

Installing your IBM Cloud Pak by mirroring Cloud Pak images to a private container registry

Steps are described here. For more information about available CASE names and versions, see IBM: Product CASE to Application Version.

Starting with v1.8.0, the plug-in lays the foundation for eventual support for catalog-based mirroring. Information about catalog-based mirroring is described in the doc. At this time, catalog-based mirroring and oc-mirror tool usage is a Tech Preview feature, which may not be supported by all products.

For macOS Catalina users

Users on macOS Catalina might be prompted that oc-ibm_pak-darwin-amd64 is not a trusted application. There are two ways to get around this:

  • Open Finder, control-click the application oc-ibm_pak-darwin-amd64, choose Open from the menu, and then click Open in the dialog that appears. Enter your admin name and password to open the app if promoted.

  • Enable developer-mode for your terminal window, which will allow everything. Make sure you are OK with this approach:

    • Open Terminal, and enter:
      ❯ spctl developer-mode enable-terminal
      
    • Go to System Preferences -> Security & Privacy -> Privacy Tab -> Developer Tools -> Terminal : Enable
    • Restart all terminals

See https://support.apple.com/en-ca/HT202491 for more information

Support

To report an issue or get help please visit https://www.ibm.com/docs/en/cpfs?topic=support-opening-case

最近版本更新:(数据更新于 2024-04-22 05:41:53)

2024-04-20 10:02:50 v1.14.1

2024-03-22 06:31:44 v1.14.0

2024-02-02 06:07:50 v1.13.0

2024-01-19 05:22:05 v1.12.0

2023-11-19 18:31:50 v1.11.2

2023-11-16 03:53:51 v1.11.1

2023-11-06 12:15:41 v1.11.0

2023-09-08 23:31:59 v1.10.0

2023-08-17 21:29:42 v1.9.0

2023-07-11 02:06:30 v1.8.0

主题(topics):

catalog-managment, cloudctl, cloudpak, ibm-pak

IBM/ibm-pak同语言 最近更新仓库

2024-05-03 06:37:17 Loyalsoldier/clash-rules

2024-05-02 12:39:09 KaringX/karing

2024-05-01 21:09:04 Eltirosto/Degrees-of-Lewdity-Chinese-Localization

2024-05-01 19:49:47 Qubic-Solutions/rqiner-builds

2024-05-01 00:51:03 immersive-translate/immersive-translate

2024-04-30 21:26:45 Azure/azure-sdk-for-net