LFS268 - Updated course version now live (11.21.2021)
Hi,
A new course version of LFS268 went live today.
The updated course is based on Jenkins X version 3.x. All examples and the labs are based on version 3.x. Some of the features of a new version include:
- A helmfile-based approach for deploying the Jenkins X and its dependencies.
- Use of Terraform for Jenkins X installation.
- New improved JX CLI tool.
- UI support.
As many of the old JX commands are deprecated in version 3.x, updated course is redesigned to highlight new capabilities of version 3.x.
To ensure you have access to the latest updates, please clear your cache before accessing the course.
Have a great learning experience!
Magda
The Linux Foundation Training Team
Comments
-
Dear, instructions from course labs are very poor.
Something went wrong when deploying infraestructure in GC from terraform (maybe version problem).
I can't deploy JenkinsX at all with the GH repos provided. Did you try it?
I have just done the lfs261 course, and the truth is that I am very disappointed in the quality of the LFS2680 -
Sorry to hear about this. Can you please provide details? What lab you were trying and what errors did you see etc.?
0 -
@HimanshuGautam said:
Sorry to hear about this. Can you please provide details? What lab you were trying and what errors did you see etc.?Dear, can't deploy Jenkins X at all, I can't even do the first lab with the initial Jenkins X deployment with given instructions. A lot of pods keep in failure state.
Even reviewing the logs the number of errors makes it difficult to debug.Regards.-
0 -
$ jx verify install
.. ..
Checking pod statuses
waiting up to 2m0s for pods to be readyPOD STATUS
jenkins-x-chartmuseum-79c9b8dcd9-ltvzb Pending
jx-build-controller-7d8557d4c7-8z9rd Pending
jx-gcactivities-27459900-j4pl6 Succeeded
jx-gcjobs-27459900-2k9hl Failed
jx-gcjobs-27459900-2qpc2 Failed
jx-gcjobs-27459900-864ts Failed
jx-gcjobs-27459900-k8ngr Failed
jx-gcjobs-27459900-lptd5 Failed
jx-gcjobs-27459900-mlkrr Failed
jx-gcjobs-27459900-r8lhg Failed
jx-gcpods-27459900-j4g7w Succeeded
jx-pipelines-visualizer-c8f5f468f-r72nz Pending
jx-preview-gc-jobs-27459900-68s8n Failed
jx-preview-gc-jobs-27459900-cdjbz Failed
jx-preview-gc-jobs-27459900-mr48g Failed
jx-preview-gc-jobs-27459900-mrtxv Failed
jx-preview-gc-jobs-27459900-sd8gn Failed
lighthouse-foghorn-587c996d9c-jhk95 Pending
lighthouse-gc-jobs-27459900-qc92h Succeeded
lighthouse-keeper-9bbb54667-hvst6 Pending
lighthouse-tekton-controller-6d58494845-2pdn9 Running
lighthouse-webhooks-797f7469f6-hqdt6 Pending
nexus-nexus-86559d8bf9-bsc2j Pending
error: timed out after waiting 2m0s for the pods to become ready: the following podList are not ready:
Pending: jenkins-x-chartmuseum-79c9b8dcd9-ltvzb, jx-build-controller-7d8557d4c7-8z9rd, jx-pipelines-visualizer-c8f5f468f-r72nz, lighthouse-foghorn-587c996d9c-jhk95, lighthouse-keeper-9bbb54667-hvst6, lighthouse-webhooks-797f7469f6-hqdt6, nexus-nexus-86559d8bf9-bsc2j$ kubectl get pods --namespace=jx
NAME READY STATUS RESTARTS AGE
jenkins-x-chartmuseum-7464ff7768-8988z 1/1 Running 0 13m
jx-build-controller-85bc4f78bb-pnvh8 1/1 Running 0 12m
jx-gcactivities-27459900-j4pl6 0/1 Completed 0 27m
jx-gcjobs-27459900-2k9hl 0/1 Error 0 26m
jx-gcjobs-27459900-2qpc2 0/1 Error 0 27m
jx-gcjobs-27459900-864ts 0/1 Error 0 27m
jx-gcjobs-27459900-k8ngr 0/1 Error 0 25m
jx-gcjobs-27459900-lptd5 0/1 Error 0 22m
jx-gcjobs-27459900-mlkrr 0/1 Error 0 27m
jx-gcjobs-27459900-r8lhg 0/1 Error 0 27m
jx-gcpods-27459900-j4g7w 0/1 Completed 0 27m
jx-pipelines-visualizer-57d669f49-zbdfh 1/1 Running 0 12m
jx-preview-gc-jobs-27459900-2c5vg 0/1 Error 0 18m
jx-preview-gc-jobs-27459900-2gg9w 0/1 Completed 0 12m
jx-preview-gc-jobs-27459900-68s8n 0/1 Error 0 23m
jx-preview-gc-jobs-27459900-cdjbz 0/1 Error 0 26m
jx-preview-gc-jobs-27459900-mr48g 0/1 Error 0 27m
jx-preview-gc-jobs-27459900-mrtxv 0/1 Error 0 26m
jx-preview-gc-jobs-27459900-sd8gn 0/1 Error 0 27m
jx-preview-gc-jobs-27459910-wgzwm 0/1 Completed 0 12m
jx-preview-gc-jobs-27459920-f66hk 0/1 Completed 0 7m53s
lighthouse-foghorn-75788c7df7-rbg4q 1/1 Running 0 13m
lighthouse-gc-jobs-27459900-qc92h 0/1 Completed 0 27m
lighthouse-keeper-79fdb6b8d4-wkvpz 1/1 Running 0 12m
lighthouse-tekton-controller-c6d78b59f-wngqv 1/1 Running 0 12m
lighthouse-webhooks-584dcbbb7f-5k99b 1/1 Running 0 13m
nexus-nexus-6fd5fcd755-jxxch 1/1 Running 0 12m0 -
This seems to be related to the following Jenkins X bug:
https://github.com/jenkins-x/jx/issues/8062The fix should be out soon. Please keep an eye on this page:
https://github.com/jenkins-x-charts/jxboot-helmfile-resources/pull/412You will have to re-install once the bug is fixed.
Please make sure to delete existing GSM repository on GitHub and create a new one by following step 10 of lab 4.1.
General caveats for failing installations:
1. Make sure your Github token is valid
2. If you have changed it recently, please make sure to delete $HOME/git/credentials file. This will ensure jx will not use old cred.
3. If you are running multiple back to back terraform apply commands, make sure to change the cluster name in values.auto.tfvars file in your jx3-terraform-gke dir. This will make sure GKE doesnot reuse the recently deleted cluster.Hope this helps.
0 -
To avoid the problem caused by Jenkins X bug, we are rolling back to the tested version.
Here is what you need to do to pick the right version of Jenkins X.
1. Delete existing GSM and GKE repositories
2. Generate new repositories from these urls: https://github.com/LFS268/jx3-terraform-gke/generate and https://github.com/LFS268/jx3-gke-gsm/generate
3. Follow step 11 as outlined in Lab 4.1Please let me know in case of any questions.
0
Categories
- All Categories
- 167 LFX Mentorship
- 219 LFX Mentorship: Linux Kernel
- 795 Linux Foundation IT Professional Programs
- 355 Cloud Engineer IT Professional Program
- 179 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 127 Cloud Native Developer IT Professional Program
- 112 Express Training Courses
- 112 Express Courses - Discussion Forum
- 6.2K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 17 LFC131 Class Forum
- 35 LFD102 Class Forum
- 227 LFD103 Class Forum
- 14 LFD110 Class Forum
- 39 LFD121 Class Forum
- 15 LFD133 Class Forum
- 7 LFD134 Class Forum
- 17 LFD137 Class Forum
- 63 LFD201 Class Forum
- 3 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 1 LFD233 Class Forum
- 2 LFD237 Class Forum
- 23 LFD254 Class Forum
- 697 LFD259 Class Forum
- 109 LFD272 Class Forum
- 3 LFD272-JP クラス フォーラム
- 10 LFD273 Class Forum
- 152 LFS101 Class Forum
- 1 LFS111 Class Forum
- 1 LFS112 Class Forum
- 1 LFS116 Class Forum
- 1 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 7 LFS144 Class Forum
- 3 LFS145 Class Forum
- 1 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 1 LFS157 Class Forum
- 33 LFS158 Class Forum
- 8 LFS162 Class Forum
- 1 LFS166 Class Forum
- 1 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 1 LFS178 Class Forum
- 1 LFS180 Class Forum
- 1 LFS182 Class Forum
- 1 LFS183 Class Forum
- 29 LFS200 Class Forum
- 736 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム
- 14 LFS203 Class Forum
- 102 LFS207 Class Forum
- 1 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 301 LFS211 Class Forum
- 55 LFS216 Class Forum
- 48 LFS241 Class Forum
- 42 LFS242 Class Forum
- 37 LFS243 Class Forum
- 15 LFS244 Class Forum
- LFS245 Class Forum
- LFS246 Class Forum
- 50 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 154 LFS253 Class Forum
- LFS254 Class Forum
- LFS255 Class Forum
- 5 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 111 LFS260 Class Forum
- 159 LFS261 Class Forum
- 41 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 20 LFS267 Class Forum
- 24 LFS268 Class Forum
- 29 LFS269 Class Forum
- 1 LFS270 Class Forum
- 199 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- 3 LFS281 Class Forum
- 9 LFW111 Class Forum
- 260 LFW211 Class Forum
- 182 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 782 Hardware
- 198 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 83 Storage
- 743 Linux Distributions
- 80 Debian
- 67 Fedora
- 15 Linux Mint
- 13 Mageia
- 23 openSUSE
- 143 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 348 Ubuntu
- 461 Linux System Administration
- 39 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 90 Linux Security
- 77 Network Management
- 101 System Management
- 46 Web Management
- 64 Mobile Computing
- 17 Android
- 34 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 19 Study Material
- 507 Programming and Development
- 285 Kernel Development
- 204 Software Development
- 1.8K Software
- 211 Applications
- 180 Command Line
- 3 Compiling/Installing
- 405 Games
- 309 Installation
- 97 All In Program
- 97 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)