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
0
votes
1 answer

ibm cloud private space issue on docker devmapper

I got the following error. devmapper: Thin Pool has 82984 free data blocks which is less than minimum required 163840 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior Can someone assist?
Ali Kaba
  • 119
  • 6
0
votes
1 answer

How can I configure kubctl cli without logging into the web UI?

How can I configure kubectl cli without logging into the web UI? My environment isn't up set and I want to run some kubctl commands.
Ali Kaba
  • 119
  • 6
0
votes
1 answer

Add new users to ICP

I have v2.1 CE of ICP installed using Vagrant on my Macbook Pro. I would like to install a chart as a different user. Is there a way to add a new user without having to connect to LDAP?
drschrag
  • 3
  • 2
0
votes
3 answers

hostname cannot resolved during installation of IBM private cloud ce

I installed IBM-Cloud-private-ce by following the guide https://www.ibm.com/support/knowledgecenter/SSBS6K_1.2.0/installing/install_containers_CE.html But after I ran docker run -e LICENSE=accept --net=host -t -v "$(pwd)":/installer/cluster …
Bin Wu
  • 3
  • 3
0
votes
2 answers

IBM Cloud Private 2.1.0 CE

TASK [addon : Waiting for cloudant to start] *************************************************************************************************************** FAILED - RETRYING: TASK: addon : Waiting for cloudant to start (50 retries left). FAILED -…
ramana
  • 21
  • 2
0
votes
3 answers

ibm Cloud private console Not coming after installation

I have installed the Ibm private cloud private with 3 nodes. MASTER,PROXY worker and management are configured on all the nodes. I also added vsphere cloud provider configuration in the config.yaml before those installation. Installation is…
0
votes
1 answer

having issues with icp ce beta 3, its not booting up. how do I reinstall it

I'm having issues with ibmcom/icp-inception:2.1.0-beta-3. Some containers are unable to start and I'm unable to login ICP. How do I re-install it?
Ali Kaba
  • 119
  • 6
0
votes
3 answers

Failed deploy datapower helm chart in IBM private cloud

I try to deploy a datapower inside IPC with the following parameter { "ibm-datapower-dev": { "name": "ibm-datapower-dev", "crypto.frontsideCert": "-----BEGIN CERTIFICATE REQUEST-----…
LucaAmato
  • 1
  • 2
0
votes
4 answers

IBM Cloud Private - Stopped container restarts automatically

In IBM Cloud Private when stopping a Docker container, it automatically restarts. How can it be stopped?
RMarra
  • 1
  • 1
0
votes
3 answers

ICP 2.1 Beta 2 can't create Cloudant DB fast enough

When running the following command from the installation instructions: sudo docker run --net=host -t -e LICENSE=accept -v $(pwd):/installer/cluster \ ibmcom/icp-inception:2.1.0-beta-2-ee install The task to create the Cloudant DB times…
kgibm
  • 852
  • 10
  • 22
0
votes
2 answers

IBM Cloud Private (ICP) Community Edition - License Restrictions

Can IBM Cloud Private (ICP) Community Edition be used for production workloads (where is license text)?
tomVivi
  • 23
  • 2
0
votes
3 answers

Support of multi node type in IBM Cloud Private Cluster

IBM Cloud Private supports multi node type, x, p, x in the same cluster, what should we define in the helm deployment in order to make sure a deployment goes to a particular node type?
jaricsng
  • 1
  • 1
0
votes
3 answers

Worker nodes not available

I have setup and installed IBM Cloud private CE with two ubuntu images in Virtual Box. I can ssh into both images and from there ssh into the others. The ICp dashboard shows only one active node I was expecting two. I explicitly ran the command…
jimc
  • 41
  • 5
0
votes
1 answer

Install IBM Cloud private successfully but unexpectedly auto-logout cluster management console

I tried to install IBM Cloud private (1.2 ee) on a single Ubuntu (Ubuntu 16.04.3 LTS) VM, and saw "UI URL is https://master_ip:8443 , default username/password is admin/admin" sentence during installation process; However, I got unexpected…
0
votes
2 answers

Using a custom Docker path in IBM Cloud private

I'm trying to install IBM Cloud private (1.2) on Ubuntu 16.04. I have docker configured via my daemon.json to a custom path. $ cat /etc/docker/daemon.json { "graph" : "/some/other/path" } Installation succeeded, but network related pods…
1 2 3
10
11