ibm-cloud-private

remove kubernetes service-catalog finalizer with cli

牧云@^-^@ 提交于 2021-02-10 06:55:15
问题 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 which I can't delete even with force option. They provide a workaround solution of: kubectl edit ServiceInstance <service-instance-name> kubectl edit ServiceBinding <service-binding-name> then delete the line: ... finalizers: - kubernetes-incubator

hostname cannot resolved during installation of IBM private cloud ce

落爺英雄遲暮 提交于 2019-12-24 18:53:00
问题 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 ibmcom/cfc-installer:1.2.0 install, I got the following error messages task path: /installer/playbook/roles/check/tasks/main.yaml:78 fatal: [a.b.c.d] => Hostname should be resolved to a valid IP address fatal: [a.b.c.e] => Hostname should be resolved to a

What are the pause containers?

我怕爱的太早我们不能终老 提交于 2019-12-22 04:46:27
问题 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 ibmcom/pause:3.0 "/pause" About an hour ago Up About an hour k8s_POD_catalog-catalog-apiserver-8qxrf_kube-system_3b4b107d-0b72-11e8-9f22-005056227136_0 d238dad0c5b8 ibmcom/pause:3.0 "/pause" About an hour ago Up About an hour k8s_POD_auth-apikeys-bk28g_kube-system

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

徘徊边缘 提交于 2019-12-13 02:45:03
问题 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": true, "item": "129.40.227.142", "msg": "Timeout when waiting for 129.40.227.142:9099"} PLAY RECAP ********************************************************************* 129.40.227.142 : ok=172 changed=66 unreachable=0 failed=0 129.40.227.143 : ok=157

ibm-cloud-private CE - 2.1.0 Catalog - Error Loading Charts

陌路散爱 提交于 2019-12-11 06:41:24
问题 I have just installed ICp CE edition 2.1.0 on Ubuntu 16.04 (one cluster, one master, one worker node, very basic installation). When opening the 'catalog' page (https://.......... :8443/catalog/), I get the message 'Error loading Charts'. In the 'admin>repositories' page I can see ibm-charts https//blablabla and local-charts https://blablabla/helm-repo/.... The 'admin>metering dasboard dispays an error 'E_DATA_QUERY_ERROR: The query for loginbootstrap failed with the response '500 Internal

IBM Cloud Private Catalog doesn't display Helm charts

大憨熊 提交于 2019-12-08 03:22:29
问题 The catalog page in IBM Cloud Private is empty, and the following error message is in the helm-api pod logs: 'ERROR' 'getChartsFromRepo(recursive) error: getaddrinfo EAI_AGAIN raw.githubusercontent.com:443’ How do I fix this? 回答1: There might be a bad IP Address for the DNS server in the /etc/resolv.conf and /etc/network/interfaces files. In the /etc/network/interfaces file, replace the dns-nameservers parameter value with 8.8.8.8, or your DNS server's IP address. in In the /etc/resolv.conf

What are the pause containers?

两盒软妹~` 提交于 2019-12-05 07:41:20
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 ibmcom/pause:3.0 "/pause" About an hour ago Up About an hour k8s_POD_catalog-catalog-apiserver-8qxrf_kube-system_3b4b107d-0b72-11e8-9f22-005056227136_0 d238dad0c5b8 ibmcom/pause:3.0 "/pause" About an hour ago Up About an hour k8s_POD_auth-apikeys-bk28g_kube-system_3b731880-0b72-11e8-9f22-005056227136_0 0196efb043ca ibmcom/pause:3.0 "/pause" About an hour ago Up About