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
2
votes
2 answers

What is the proper way to shut down ICp?

I have an ICp installation on some bare metal to educate myself with. So I don't need to keep it running all the time. What is the proper way to shut it down while I am not using it? I have two physical nodes; master and worker. Currently I just…
jimc
  • 41
  • 5
1
vote
0 answers

Error 415 Supplied content type is not supported Using IBM Cloud document traslation

$auth = base64_encode( 'apikey:' . $apikey ); $endpoint = $url . '/v3/documents?version=2018-05-01'; $filename = ABSPATH.'wp-content/uploads/sample.pdf'; $filetype = wp_check_filetype('sample.pdf'); $response=wp_remote_post( …
Abi
  • 11
  • 2
1
vote
1 answer

IBM Cloud Private: Credentials needed to access prometheus port 9090

I used kubectl proxy to access the ICP prometheus service. Eg http://localhost:8001/api/v1/proxy/namespaces/kube-system/services/monitoring-prometheus:9090/ However this returns a 401 unauthorized. What authorization header/certs is needed to allow…
CharekC
  • 63
  • 7
1
vote
1 answer

Resources running on worker node

I'm new to kubernetes and trying to understand what resources resides on which node. Can anyone please confirm what kind of kubernetes resources other than pods are usually worker node hosts ? On which nodes do other resources like ingress,…
Pramode
  • 11
  • 3
1
vote
1 answer

Is it possible to assign static ip to a stateful container in kubernates? if yes how it can be

I have two container deployed in kubernates, each container has stateful application which is tightly coupled with container IP & I need to have communication between two (application is not trusting service ip). Therefore I need to assign static IP…
Vishnu
  • 97
  • 1
  • 13
1
vote
1 answer

IBM Cloud Private CE - Change all console URLs to DNS name instead of IP address

I have a successful single-node install of ICP 3.1.0 CE. I want to access the console using a fully qualified DNS name instead of an IP address, and have a public wildcard certificate which I wish to use to secure console access. I was able to add…
1
vote
1 answer

After installing jenkins in ICP (IBM Cloud Private) from Catalog its not becoming available

Installing Jenkins from ICP catalog successfully deploys but showing not ready & not available, hence not able to launch it. I have Enterprise version of ICP available with me. I was following tutorial on my hosted ICP I installed bluecompute-ce it…
1
vote
1 answer

IBM Cloud Private ICP disable ldap

we want to disable the ldap configuration in our ICP (CE). We did the following: https://www.ibm.com/support/knowledgecenter/en/SSBS6K_2.1.0.3/troubleshoot/ldap_superadmin.html But if we restart the master, the ldap-configuration comes back. It is…
tdeer
  • 135
  • 1
  • 6
1
vote
1 answer

Encoutering issues while installing IBM Cloud private CE

I am trying to install ICP-CE edition on a vagrant provisioned VM. It takes about 1 hour to run and finally fails with the below error. Let me know if you need any more details or additional error logs For Version : 3.1.0, Here is the error I am…
1
vote
0 answers

IBM Cloud Private 3.1 - unable to login to URL: Unexpected response code 401 from request

I have successfully installed IBM Cloud Private 3.1. All was working well. I could login to the ICP URL, but after rebooting, nothing works. Now the URL says: Unexpected response code 401 from request: GET …
1
vote
1 answer

access ibm cloud private dash board

I have installed ICP within a private newtork. And each VM having public IP address. I am able to access ICP dashboard using master node private IP address (https://master-node-private-ip:8443). But I am not able to access using master node public…
1
vote
1 answer

GlusterFS PVC mount error on IBM Cloud Private 3.1 (Kubernetes)

I am getting following error when app is trying to mount GlusterFS volume based PVC on IBM Cloud Private 3.1. Strangely, I am able to mount GlusterFS volumes without any issues via command line mount -t glusterfs IP-ADDRESS-OR-HOST-NAME:vol10…
HSB
  • 41
  • 5
1
vote
1 answer

ICP - add ldap ends with ECONNREFUSED

I fail to configure openldap as team directory in IBM Cloud Private (Community Edition). In the logs I see the following: Exiting directory-util:configureWithData with errorError: connect ECONNREFUSED 127.0.0.1:3100 Everything else works as…
tdeer
  • 135
  • 1
  • 6
1
vote
1 answer

Waiting for configuring calico service - IBM Cloud Private 2.0.1.2 Installation

During the IBM Cloud Private 2.0.1.2 Installation (single node ubuntu 16.04) I encounter the following error: TASK [network : Waiting for configuring calico service] ************************ task path:…
Kim
  • 49
  • 9
1
vote
3 answers

IBM Cloud Private 2.1.0.3 The conditional check failed

I am trying to install the IBM Private Cloud Community Edition but struggle with the execution of the sudo docker run command from the installation instructions: > sudo docker run --net=host -t -e LICENSE=accept -v "$(pwd)":/installer/cluster…
Kim
  • 49
  • 9
1
2
3
10 11