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

unauthorised for getting kubectl api-versions

I am trying to install ICP version 3 where the setup is automated via ansible to setup a kubernetes cluster. However the setup keeps failing with : kubectl api-versions error: Couldn't get available api versions from server: Unauthorized Any…
codec
  • 7,978
  • 26
  • 71
  • 127
0
votes
2 answers

Cloud Automation Manager Pods on CrashLoopBackOff

I'm having an issue where some of my Pods are on CrashLoopBackOff when I try to deploy CAM from the Catalog. I also followed the instructions in the IBM documentation to clear the data from PVs (By doing rm -Rf /export/CAM_db/*) and purge the…
Y. Ro
  • 3
  • 3
0
votes
3 answers

Trying to install but getting an error "Failed to connect to the host via ssh: Permission denied (publickey,password)"

I am able to connect to the other nodes with SSH without a password. I have followed the IBM KC instructions. Here is the command and results: ubuntu@ipc1:/opt/ibm-cloud-private-ce-3.1.0/cluster$ sudo docker run --net=host -t -e LICENSE=accept…
0
votes
1 answer

IBM cloud-private-2.1.0.3 502 gateway

in IBM cloud-private after installation success, when I run the IBM-cloud-private URL like 192.168..:8443** I'm getting 502 gateway error. Can you, please, suggest me how to address this issue?
0
votes
3 answers

Cloud Automation Manager on IBM Cloud Private - deployement not available and pods pending

I installed the Helm Release of CAM on the catalog, however, the individual components of CAM are not being deployed. There doesn't seem to be any deployement available and all the pods are pending of CAM. Screenshot of Deployments of CAM on…
Y. Ro
  • 3
  • 3
0
votes
2 answers

Cloud Automation Manager Internal Service Error on IBM Cloud Private

I'm trying to install CAM through ICP, but I am constantly getting this error: json error: Object { message: "Internal service error : rpc error: code = Unknown desc = release cam failed: Internal error occurred: admission webhook…
Y. Ro
  • 3
  • 3
0
votes
1 answer

How change Microclimate push repository?

I'm trying to follow this tutorial: https://github.com/ibm-cloud-architecture/refarch-cloudnative-bluecompute-microclimate Using the ICP hosted trial environment that can be reserved here:…
0
votes
1 answer

Deploying CAM I get Internal error occurred: admission webhook error

I'm getting this error code deploying CAM helm chart: Internal service error : rpc error: code = Unknown desc = release cam failed: Internal error occurred: admission webhook "trust.hooks.securityenforcement.admission.cloud.ibm.com" denied the…
SBERENS
  • 68
  • 7
0
votes
2 answers

Problems with simple RBAC example

I want to make a very simple example to learn how to use RBAC authorization in kubernetes. Therefore I use the example from the docs: kind: Role apiVersion: rbac.authorization.k8s.io/v1 metadata: namespace: dev name: dev-readpods-role rules: -…
Fdot
  • 67
  • 1
  • 6
0
votes
2 answers

ICP 3.1.0 Vagrant support

*I used * [1]: https://github.com/IBM/deploy-ibm-cloud-private/blob/master/docs/deploy-vagrant.md to install ICP 2.1.0.3 on my mac. Does it support also ICP 3.1.0?
0
votes
2 answers

IBM cloud private port 8443 not listening after reboot

root@pact1:~# kubectl -s http://localhost:8888 get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE kube-system auth-apikeys-9bx2r …
0
votes
2 answers

Errors when deploying ibm-eventstreams-dev into local environment

I tried to install ibm-eventstreams-dev v 0.1.2 into my Mac. After I installed eventstreams into my Mac, there's always several pods that can't run. It includes three kafka pods: es-ibm-es-kafka-sts-0/1/2, es-ibm-es-ui-deploy-69758d9dfd-kc2zx,…
0
votes
1 answer

IBM Cloud Private - Deploy Node Js application

We have configured IBM Cloud Private 2.1.0.3 We have sample node application. We need to deploy the same in ICP console. We have followed the procedures listed in the below…
0
votes
2 answers

Microclimate Pod CrashLoopBackOff in IBM Cloud Private

I'm trying to deploy IBM Microclimate to IBM Cloud Private CE 2.1.0.3, as described in the documentation (https://github.com/IBM/charts/blob/master/stable/ibm-microclimate/README.md), but the Microclimate pod status shows CrashLoopBackOff and the…
0
votes
1 answer

Can I use a local Eclipse with my microclimate running on IBM Cloud Private?

I know I can point Eclipse at a local workspace running in a local microclimate. But is there a way to integrate my local Eclipse ID with microclimate hosted in ICP?
Greg
  • 5
  • 1