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
39
votes
4 answers

What are the pause containers?

In my IBM Cloud Private, I see several pause containers. Can anyone explain the purpose of these? Normally, I can get to the bash shell in a running container but not the ones which are pause. # docker ps | grep pause ee5f3f6b9fc0 …
Vikram
  • 565
  • 1
  • 5
  • 10
24
votes
5 answers

Kubectl : No resource found

I’ve installed ICP4Data successfully. I am pretty green in respect to ICP4Data and Kubernetes. I’m trying to use kubectl command for listing the pods in ICP4D but “kubectl get pods” returns “No resource found”. Am I missing something?
sidrah junaid
  • 437
  • 1
  • 4
  • 11
13
votes
2 answers

remove kubernetes service-catalog finalizer with cli

I'm trying to provision/deprovision service instance/binding from my cloud provider (IBM cloud private), Currently, there is a bug that if the service is not deprovisioned in ICP, that leaves me the orphan service instance on my ICP environment…
XYZ_Allen
  • 253
  • 2
  • 3
  • 15
6
votes
1 answer

kubectl error: You must be logged in to the server (Unauthorized)

Today I met a strange issue about my Windows kubectl client suddenly raise authorization issue in connecting ICp. I was using ICP with a Widows configured kubectl.exe. Then, after a while, due to laptop automatic sleeping, my VPN connection was…
Terry Hu
  • 381
  • 1
  • 3
  • 12
4
votes
2 answers

ibm-eventstreams-dev does not deploy into IBM Cloud Private

I tried to install ibm-eventstreams-dev v 0.1.1 into IBM Cloud Private and i get an error message: Internal Service Error : Chart Incompatible with Tiller v2.6.0
rob9nicholson
  • 191
  • 1
  • 7
3
votes
1 answer

Unable to determine the type of a Kubernetes service that was installed on a Cluster

I am trying to set up TLS for a MessageSight service that has been installed on IBM Cloud Private(ICP) ICP and MessageSight have already been installed and I was trying to see how the MessageSight has been exposed as a service (Is that a NodePort,…
Manglu
  • 10,744
  • 12
  • 44
  • 57
2
votes
0 answers

Kubernetes Deployment Patch API is not deleting old ReplicaSets

I am using Kubernetes API v1.9 to patch my deployments, but after the patch, the old replicaset are not removed, and I cannot see 'OldReplicaSets' using kubectl describe deploy xxx. I cannot roll back to old versions as well. Cluster…
Eden Li
  • 179
  • 2
  • 6
2
votes
3 answers

ICP 2.1.0.3 Install Timeout: FAILED - RETRYING: Waiting for kube-dns to start

Looks like issues is because of CNI (calico) but not sure what is the fix in ICP (see journalctl -u kubelet logs below) ICP Installer Log: FAILED! => {"attempts": 100, "changed": true, "cmd": "kubectl -n kube-system get daemonset kube-dns…
Hari
  • 141
  • 1
  • 1
  • 9
2
votes
1 answer

Does ibm-eventstreams support Kafka ACLs?

Wanted to check if ibm-eventstreams that I can deploy on IBM Cloud Private (ICP) 2.1.0.3, supports Kafka SASL authentication and ACLs applied to specific topics? I was referring to this developerWorks article about Kafka…
2
votes
1 answer

ibm-cloud-private DNS or Internet issues from inside the pods

I've been experimenting with an ICP instance (ICP 2.1.0.2): 1 master node and 2 worker nodes. I noticed that the pods in my ICP Kubernetes cluster don't have outbound Internet connectivity (or are having DNS lookup issues) For example, If I start…
Dtma
  • 21
  • 3
2
votes
1 answer

How to apply a certificate to an existing IBM Cloud Private 2.1.0.2 install?

I have an existing IBM Cloud Private 2.1.0.2 cluster and I want to apply an updated ssl certificate to the docker registry, tiller, and the ICP Management Console UI. The goal is for end-users to connect without setting "--tls", "insecure-registry",…
2
votes
3 answers

Configure Client commands from command line

In IBM Cloud Private EE, I need to go to the Web UI User > Configure client, copy the kubectl config commands and then run these 5 commands on my client machine. I deployed the IBM Cloud private EE on 5 VMs and have access to the master node. I am…
Vikram
  • 565
  • 1
  • 5
  • 10
2
votes
3 answers

IBM Cloud Private doesn't display Helm charts

Has anyone experienced the following issue with Helm repositories? Catalog->Helm Charts is empty. There are two 'default' helm repositories - one "https://raw.githubusercontent.com/IBM/charts/master/repo/stable/" and second is 'local-charts'…
2
votes
1 answer

IBM Cloud Private monitoring gets 502 bad gateway

The following containers are not starting after installing IBM Cloud Private. I had previously installed ICP without a Management node and was doing a new install after having done and 'uninstall' and did restart the Docker service on all…
2
votes
1 answer

ICP fails to start after machine reboot

I have ICP V2.1 installed into a RHEL VMWare image. After rebooting the image, ICP fails to start in what appears to be the first known issue in the documentation (Kubernetes controller manager fails to start after a master or cluster restart). …
robo
  • 33
  • 3
1
2 3
10 11