Questions tagged [ibm-cloud-private]

Questions related to the "IBM Cloud private" offering.

IBM Cloud private is an application platform for developing and managing on-premises, containerized applications. It is an integrated environment for managing containers that includes the container orchestrator Kubernetes, a private image repository, a management console, and monitoring frameworks.

160 questions
1
vote
1 answer

IBM Cloud Private CE - Unauthorized Access to Catalog

I have installed ICP CE 2.1.0 on a google cloud VM and the installation has gone well-no errors in installation process. When accessing the GUI I am able to see deployments and services but as soon as I access any part of the Catalog I get a blank…
1
vote
1 answer

IBM Cloud Private 2.1.0.2 Install Fails - Hostname should be resolved to valid IP address

I'm trying to install ICP 2.1.0.2 on my Ubuntu 16.04 master node (VM), but the installer fails on "Validating hostname is resolvable" for my 2 worker nodes (2 other VMs) on the same computer. I have set up ssh access to all my VMs and I can ping…
rhuet
  • 11
  • 1
1
vote
2 answers

IBM Cloud Private 2.1.0.2 install failing at "Waiting for Cloudant to Start"

IBM Cloud Private 2.1.0.2 ce install is failing at "Waiting for Cloudant to Start", it is a multinode cluster with CentOS 7.2, docker version 17.09 running. I have One common boot and master node, One worker node and One proxy node. I have checked…
Priya Nair
  • 11
  • 1
1
vote
2 answers

Error loading the CAM PPA while Installing Cloud Automation Manager offline

Trying to register the Cloud Automation Manager offline PPA image into IBM Cloud Private with the command: bx pr load-helm-chart --archive ibm-cam-prod-1.2.0.tgz fails with following error: Returned status 400 Bad Request
1
vote
3 answers

Two pods force deploy to different ICP workers

There is a cluster Kubernetes and IBM Cloud Private with two workers. I have one deployment which creates two pods. How can I force deployment to install its pods on two different workers? In this case if I lost one icp worker I always have other…
Risha
  • 45
  • 1
  • 7
1
vote
2 answers

Where is the documentation to accomplish an orderly shutdown of IBM Cloud Private?

IBM Cloud Private-CE (Community Edition) 2.1.0.2 is up and running on my repurposed 32-gigabyte laptop. VMware ESXi 6.5 (vSphere Hypervisor) is the bare metal hypervisor. The environment is up and running. http://icpmster:8443/console is serving…
1
vote
1 answer

IBM Cloud Private CE update to EE

If I start up with IBM Cloud Private CE, install a few things and then later want to upgrade to EE. Is there a migration path from the CE installation to EE, or do I have to essentially have to start all over?
BryanW
  • 13
  • 2
1
vote
3 answers

ICp 2.1.0.1: Installation failed with error TASK [master: Waiting for MariaDB service to start]

I am installing ICp 2.1.0.1 and I received an error at the TASK [master: Waiting for MariaDB service to start] msg: The MariaDB component failed to start. After this msg the installation completed with failed status. We are installing ICp with…
1
vote
2 answers

IBM Cloud Private - Error loading charts

I installed IBM Cloud Private CE 2.1.0.1 for some testing on a virtual Ubuntu Server environment. In dashboard i can't open Catalog / Helm Charts. After a few seconds of loading screen there is a error message "Error loading charts". Is there any…
Lukas
  • 490
  • 3
  • 15
1
vote
1 answer

I can't load a Helm chart into IBM Cloud Private

I'm trying to load a Helm chart into IBM Cloud Private. When I run the bx pr load-ppa-archive --archive command or the bx pr load-helm-chart --archive command, I get an error that says that it can't load my Helm chart: FAILED Post…
1
vote
1 answer

how can I use curl to test kubernetes API on ICp

In kubernetes, master node provide kube-apiserver process to accept REST API requests. What about ICp? can we use curl command to quickly test k8s REST APIs on ICp master node as well?
Terry Hu
  • 381
  • 1
  • 3
  • 12
1
vote
0 answers

Control rolling upgrade

Is there any way to control rolling upgrades? I want my pods to not be brought down until a condition is met, such as a script returning a zero value. For example, each VM in my cluster contains only one pod. I have a script on each VM monitoring a…
bitscuit
  • 976
  • 1
  • 11
  • 26
1
vote
2 answers

Master Node becomes very slow

Recently My ICp 2.1.0.1 environment (built on openStack VM) master node become very slow. Actually it is the Linux VM that very slow, not only for ICP product, even some general simple Linux command (ls, pwd, cd, etc.). The thing here is, I didn't…
Terry Hu
  • 381
  • 1
  • 3
  • 12
1
vote
1 answer

I re-installed ICP and I got the following error CWOAU0061E

My last ICP installation had no issues but this one is giving me this error. “CWOAU0061E: The OAuth service provider could not find the client because the client name is not valid. Contact your system administrator to resolve the problem.” During my…
Ali Kaba
  • 119
  • 6
1
vote
2 answers

IBM Cloud Private Catalog doesn't display Helm charts

The catalog page in IBM Cloud Private is empty, and the following error message is in the helm-api pod logs: 'ERROR' 'getChartsFromRepo(recursive) error: getaddrinfo EAI_AGAIN raw.githubusercontent.com:443’ How do I fix this?
1 2
3
10 11