cloud-native-toolkit / cloud-native-toolkit/planning
ibmcloud-config config map
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Creating a Kubernetes cluster on IBM Cloud
Using ibm-garage-iteration-zero ocp4 branch
Which is pulling terraform modules from ocp43-lite branch
ibmcloud-config map does not have CLUSTER_VERSION and is in default namespace
using IGC version 0.4.6
Which is looking for it in the tools namespace.
Error getting cluster_type from configMap `ibmcloud-config`. Attempting to retrieve it from the secret
Error getting cluster_type from secret `ibmcloud-apikey`. Defaulting to `kubernetes`
And the igc pipeline command fails because it isn't found
```
15:44 $ igc pipeline -n dev-test --tekton
(node:12797) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
Error getting cluster_type from configMap `ibmcloud-config`. Attempting to retrieve it from the secret
Error getting cluster_type from secret `ibmcloud-apikey`. Defaulting to `kubernetes`
Getting git parameters
Project git repo: https://github.com/lsteck/lds-node.git
? Provide the username: lsteck
? Provide your password/personal access token: [hidden]
? Provide the branch the pipeline should use: master
Setting up dev-test namespace
Checking for existing namespace: dev-test
Setting up pull secrets
Setting up tls secrets
Adding pull secrets to serviceAccount
Copying ConfigMaps
Copying Secrets
Copying Tekton tasks
Copying Tekton pipelines
Copying Jenkins credentials
Creating service account: pipeline
Creating Git PipelineResource
Creating Image PipelineResource
Error registering pipeline: configmaps "ibmcloud-config" not found
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.