markdown jx-troubleshooting_medium.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown jx-troubleshooting_medium.md相关的知识,希望对你有一定的参考价值。

| 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 &#124; 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. |

以上是关于markdown jx-troubleshooting_medium.md的主要内容,如果未能解决你的问题,请参考以下文章

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染

如何用markdown生成目录

markdown排版示例