ibm-management-ingress-operator

command module
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2021 License: Apache-2.0 Imports: 22 Imported by: 0

README

ibm-management-ingress-operator

Important: Do not install this operator directly. Only install this operator using the IBM Common Services Operator. For more information about installing this operator and other Common Services operators, see Installer documentation. If you are using this operator as part of an IBM Cloud Pak, see the documentation for that IBM Cloud Pak to learn more about how to install and use the operator service. For more information about IBM Cloud Paks, see IBM Cloud Paks that use Common Services.

You can use the ibm-management-ingress-operator to install the IBM System Management Ingress service, which includes a Nginx-based ingress controller. You can use the IBM System Management Ingress service to expose your services when you install and use an IBM Cloud Pak or IBM Cloud Platform Common Services.

For more information about the available IBM Cloud Platform Common Services, see the IBM Knowledge Center.

Supported platforms

Red Hat OpenShift Container Platform 4.3 or newer installed on one of the following platforms:

  • Linux x86_64
  • Linux on Power (ppc64le)
  • Linux on IBM Z and LinuxONE

Operator versions

  • 1.1.0
  • 1.2.1
    • Support for OpenShift 4.3 and 4.4.
  • 1.3.3
  • 1.4.2
  • 1.5.1
  • 1.6.0

Prerequisites

Before you install this operator, you need to first install the operator dependencies and prerequisites:

Documentation

To install the operator with the IBM Common Services Operator follow the the installation and configuration instructions within the IBM Knowledge Center.

  • If you are using the operator as part of an IBM Cloud Pak, see the documentation for that IBM Cloud Pak. For a list of IBM Cloud Paks, see IBM Cloud Paks that use Common Services.
  • If you are using the operator with an IBM Containerized Software, see the IBM Cloud Platform Common Services Knowledge Center Installer documentation.

SecurityContextConstraints Requirements

The IBM System Management ingress service does not support running with the OpenShift Container Platform 4.3 default restricted Security Context Constraints (SCCs).It run as root.

For more information about the OpenShift Container Platform Security Context Constraints, see Managing Security Context Constraints.

Developer guide

If, as a developer, you are looking to build and test this operator to try out and learn more about the operator and its capabilities, you can use the following developer guide. This guide provides commands for a quick install and initial validation for running the operator.

Important: The following developer guide is provided as-is and only for trial and education purposes. IBM and IBM Support does not provide any support for the usage of the operator with this developer guide. For the official supported install and usage guide for the operator, see the the IBM Knowledge Center documentation for your IBM Cloud Pak or for IBM Cloud Platform Common Services.

Quick start guide

Use the following quick start commands for building and testing the operator:

Cloning the repository

Check out the ibm-management-ingress-operator repository.

# git clone https://github.com/IBM/ibm-management-ingress-operator.git
# cd ibm-management-ingress-operator
Building the operator

Build the ibm-management-ingress-operator image and push it to a public registry, such as Quay.io.

# make images
Using the image

Edit deploy/operator.yaml and replace the image name.

vim deploy/operator.yaml
Installing
# kubectl apply -f deploy/
deployment.apps/ibm-management-ingress-operator created
role.rbac.authorization.k8s.io/ibm-management-ingress-operator created
clusterrole.rbac.authorization.k8s.io/ibm-management-ingress-operator created
rolebinding.rbac.authorization.k8s.io/ibm-management-ingress-operator created
clusterrolebinding.rbac.authorization.k8s.io/ibm-management-ingress-operator created
serviceaccount/ibm-management-ingress-operator created
# kubectl get pods
NAME                                               READY   STATUS    RESTARTS   AGE
ibm-management-ingress-operator-686fdb84f8-cxqc7   1/1     Running   0          62s
management-ingress-5b5b66dcd7-hfnpm                1/1     Running   0          33s
Uninstalling
# kubectl delete -f deploy/
Debugging guide

Use the following commands to debug the operator:

# kubectl logs deployment.apps/ibm-management-ingress-operator -n <namespace>
End-to-End testing

For more instructions on how to run end-to-end testing with the Operand Deployment Lifecycle Manager, see ODLM guide.

Documentation

Overview

Copyright 2020 IBM Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group +kubebuilder:object:generate=true +groupName=operator.ibm.com Copyright 2021 IBM Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group +kubebuilder:object:generate=true +groupName=operator.ibm.com Copyright 2021 IBM Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL