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

Issue with importing a group during active directory setup: "Bad request LDAP group could not be found based on search criteria..."

After setting up LDAP connection successfully, I'm attempting to import a group into my ICP so that users within our active directory can log into the ICP platform. On the Import Group screen, I've attempted to use many different variations of CN=…
chenco
  • 1
  • 3
0
votes
1 answer

Jenkins 2.99 on ICP 2.1

I have installed jenkins 2.99 on my ICP V2.1. I have configured a pipeline job to build docker images and push to the local repository in a jenkinsfile, But the docker command is not getting recognised. I am getting the error docker build -t
vidya
  • 79
  • 1
  • 3
  • 7
0
votes
1 answer

ICP 2.1.0 installation fails

I am trying to install ICP 2.1.0 on RHEL (x86) and the installation fails with the bellow error: and failed the installation. During the cloudant initialization, we saw the bellow error: Cloudant error: curl: (7) Failed to connect to cloudantdb…
0
votes
1 answer

No authorization to view the ICP UI

I try to deploy ICP-CE env on single centos 7.3 server, the installation and setup is successful, ansible script not throw any error or warning. But when I open ICP UI on browser and login by default admin user, the UI throw error "You are…
0
votes
1 answer

Why is CAM not showing in the ICP catalog?

I have noticed that my ICP catalog is not even loading anymore. The Catalog just spins a blue circle and now when I try to perform CLI: bx pr load-ppa-archive ... it is throwing an error 500 response. Uploading helm charts Processing…
SBERENS
  • 68
  • 7
0
votes
2 answers

Enable other community Helm Charts in the ICP Catalog?

After installing IBM Cloud Private on laptop using the Vagrant setup, I've been trying to add a Jenkins instance to my private cloud. The directions here are for an older version of ICP and no longer apply. I've tried to add both the Jenkins Helm…
Dan Heidinga
  • 489
  • 2
  • 11
0
votes
3 answers

How to remove images (v2.1.0)

How do you remove an image from the registry in IBM Cloud Private 2.1.0? In 1.2 you could remove an image from the UI. How is it done in the current version?
jimc
  • 41
  • 5
0
votes
2 answers

Q: IBM Cloud Private CE - fatal: [9.29.100.159] => The Etcd component failed to start

First install of ICP CE 2.1.0 on Ubuntu 16.04.03 VM running on ESXi5.5. The VM has 4vCPU with 16GB ram and 170GB (small I know). The install runs 10 min and fails. I ran the install with the -vvv and it's doesn't really provide any significant…
0
votes
1 answer

Setup ICP 2.1.0 (IBM Cloud Private) fails due to ssh troubles. Single host installation under Ubuntu

When running sudo docker run --net=host -t -e LICENSE=accept -v $(pwd):/installer/cluster ibmcom/icp-inception:2.1.0-ee install I get fatal: [192.168.201.130] => Failed to connect to the host via ssh: Permission denied (publickey,password). I…
0
votes
1 answer

IBM Cloud Private 2.1.0 CE How do I solve the “Waiting for platform auth service” error message

Need assistance with ICP install.I have encountered the following error during installation IBM Cloud Private 2.1.0 on Ubuntu server. I followed the official installation guide step by step,but got the error message below.Error happened at Ubuntu…
0
votes
5 answers

IBM Cloud Private 2.1.0 CE - Hostname should be resolved to a valid IP address

I'm trying to install IBM Cloud Private on a VM. I've created master, proxy, and worker nodes and I'm at the last stage installing the ICP. However, I'm having a problem with the hostnames. The errors are shown below: The error is below: TASK [check…
ps34
  • 183
  • 1
  • 4
  • 13
0
votes
3 answers

How do I solve the "Waiting for calico node service" error message

Need assistance with ICP install. I have encountered the following error: TASK [addon : Waiting for calico node service] ********************************* failed: [localhost -> 129.40.227.142] (item=129.40.227.142) => {"elapsed": 600, "failed":…
Ali Kaba
  • 119
  • 6
0
votes
1 answer

I'm not able to use nodeSelector attribute in mixed worker node environment on ICP 2.1GA

I am on ICP 2.1 GA and have a mixed worker node (Intel and Z worker nodes) environment. I have tried nodeSelector: { nodetype: z } with the nodetype label set on the nodes but ICP is not honoring the nodeSelector attribute in the deployment JSON.…
chenco
  • 1
  • 3
0
votes
1 answer

why isn't my catalog loading remote repositories in icp?

I'm able to load local repo charts in ICP but unable to load remote ones. The link is definitely up because I can ping the address and it works on another ICP environment but not this one
Ali Kaba
  • 119
  • 6
0
votes
1 answer

How to expose deployment as a service in 2.1-ee?

I created a service and use nodeport etc but couldn't access the service. I created a web-service.yaml file with the following content and used kubectl to create the Service: apiVersion: v1 kind: Service metadata: name: web-service labels: …
chenco
  • 1
  • 3