cloud-native-toolkit / planning

The is the planning repo to manage the cross project Epics and Issues. Tasks and Bugs
3 stars 1 forks source link

Tekton Fails to Setup #907

Open duncanmarkc opened 2 years ago

duncanmarkc commented 2 years ago

https://cloudnativetoolkit.dev/resources/workshop/setup/

  1. Create OpenShift Cluster¶ Create an OpenShift Cluster for example:

The 8 hours free Cluster on IBM Open Labs select lab 6 Bring Your Own Application

  1. Install IBM Cloud Native Toolkit curl -sfL get.cloudnativetoolkit.dev | sh -

The lab has started in step 1. When the above command is entered, the lab starts executing. But it never reaches an end point. The following is a sample of the messages received: module.dev_tools_tekton_resources.null_resource.tekton_resources[0]: Still creating... [59m52s elapsed] module.dev_tools_tekton_resources.null_resource.tekton_resources[0] (local-exec): error: the server doesn't have a resource type "tasks" module.dev_tools_tekton_resources.null_resource.tekton_resources[0] (local-exec): >>> waiting for Tekton APIs availability module.dev_tools_tekton_resources.null_resource.tekton_resources[0]: Still creating... [1h0m2s elapsed]

IBM Cloud Select the services and tools affected

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

faysou commented 2 years ago

I have the same issue using openshift 4.10.8.

Edit: It worked in openshift 4.9.28. So maybe something related to 4.10 to debug.

Can somebody debug why the installation doesn't work ?