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
- 230 LFX Mentorship
- 230 LFX Mentorship: Linux Kernel
- 812 Linux Foundation IT Professional Programs
- 365 Cloud Engineer IT Professional Program
- 183 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 151 Cloud Native Developer IT Professional Program
- 138 Express Training Courses & Microlearning
- 138 Express Courses - Discussion Forum
- Microlearning - Discussion Forum
- 6.4K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 71 LFC131 Class Forum
- 44 LFD102 Class Forum
- 228 LFD103 Class Forum
- 19 LFD110 Class Forum
- 42 LFD121 Class Forum
- 18 LFD133 Class Forum
- 8 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 5 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 702 LFD259 Class Forum
- 111 LFD272 Class Forum - Discontinued
- 4 LFD272-JP クラス フォーラム
- 13 LFD273 Class Forum
- 180 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 3 LFS116 Class Forum
- 7 LFS118 Class Forum
- LFS120 Class Forum
- 9 LFS142 Class Forum
- 8 LFS144 Class Forum
- 4 LFS145 Class Forum
- 3 LFS146 Class Forum
- 2 LFS148 Class Forum
- 15 LFS151 Class Forum
- 4 LFS157 Class Forum
- 44 LFS158 Class Forum
- LFS158-JP クラス フォーラム
- 10 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 32 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム - Discontinued
- 19 LFS203 Class Forum
- 135 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 5 LFS245 Class Forum
- LFS246 Class Forum
- LFS248 Class Forum
- 52 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 156 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 9 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 129 LFS260 Class Forum
- 160 LFS261 Class Forum
- 43 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 25 LFS268 Class Forum
- 32 LFS269 Class Forum
- 6 LFS270 Class Forum
- 202 LFS272 Class Forum - Discontinued
- 2 LFS272-JP クラス フォーラム
- 4 LFS147 Class Forum
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 12 LFW111 Class Forum
- 262 LFW211 Class Forum
- 184 LFW212 Class Forum
- 15 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 797 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 104 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 759 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 148 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 354 Ubuntu
- 470 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 69 Mobile Computing
- 18 Android
- 38 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 374 Off Topic
- 115 Introductions
- 174 Small Talk
- 24 Study Material
- 807 Programming and Development
- 304 Kernel Development
- 485 Software Development
- 1.8K Software
- 263 Applications
- 183 Command Line
- 3 Compiling/Installing
- 987 Games
- 317 Installation
- 102 All In Program
- 102 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)