A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/IBM/ibm-pak below:

IBM/ibm-pak: IBM Catalog Management Plug-in for IBM Cloud Paks 1.0

Table of Contents generated with DocToc

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.18.2 will have v1.18.2 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.18.2 - )
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.18.2 - )
podman cp $id:/ibm-pak-plugin plugin-dir
podman rm -v $id
cd plugin-dir
Check Certificate/Key Validity and Archives
  1. Extract the downloaded plugin and copy to executable PATH.

NOTE:

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

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.

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:

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

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4