| Description | Error | Resolution |
| ------ | ------ | ----- |
| No Jenkins service found in development namespace | `anoop@myMac ~ $ jx create lile` <br>`? Pick a name for the new project: mygrpc`<br>`Created lile project at mygrpcect: (myapp)`<br>`mygrpc error: no Jenkins service be found in the development namespace!`<br>`Are you sure you installed Jenkins X? Try: http://jenkins-x.io/getting-started/`<br>`anoop@myMac ~ $` | Your user account is lacking permissions, see section 'Elevate privileges for ClusterRoleBindings' |
| jx hangs/kubectl top node shows heavy load | <code>anoop@myMac ~ $ kubectl top nodes | awk {'print $1 " " $3'}</code><br>`NAME CPU%`<br>`gke-jx-default-pool-47e201fa-hwc9 14%`<br>`gke-jx-default-pool-47e201fa-pjmd 82%`<br>`gke-jx-default-pool-47e201fa-v3cl 23%` | Increase the number of nodes atleast to 4 |
| jenkins-maven node offline | `[Pipeline] node`<br>`Still waiting to schedule task`<br>`All nodes of label ‘jenkins-maven’ are offline` | check the status of all the pods with `kubectl get po --all-namespaces` and you should see the failed pod. |