Lab 6 : Sequencing Application Deployments problem

Hello,
I have a problem in the Lab 6. Continuous Deployment with Flux CD --> Sequencing Application Deployments
After doing the actions: **redis-dev **is not pushed to Kubernetes and i have the issues below.
failed to decode Kubernetes YAML from /tmp/kustomization-1240084352/clusters/dev/redis-kustomization.yaml: missing Resource metadata
I checked several times if I had not made a mistake, I did not find any.
My repository :
https://github.com/ADRH10/instavote
https://github.com/ADRH10/flux-infra
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
$ kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.1", GitCommit:"4c9411232e10168d7b050c49a1b59f6df9d7ea4b", GitTreeState:"clean", BuildDate:"2023-04-14T13:21:19Z", GoVersion:"go1.20.3", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v5.0.1
Server Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.3", GitCommit:"9e644106593f3f4aa98f8a84b23db5fa378900bd", GitTreeState:"clean", BuildDate:"2023-03-30T06:34:50Z", GoVersion:"go1.19.7", Compiler:"gc", Platform:"linux/amd64"}
$ flux version
flux: v2.0.0-rc.1
kustomize-controller: v1.0.0-rc.1
source-controller: v1.0.0-rc.1
$ kustomize version
v5.0.1
$ kind version
kind v0.18.0 go1.20.2 linux/amd64
Can you help me plz ?
Adrien,
Comments
-
Hello Adriel, I got success by placing the heath
clusters/dev/vote-dev-kustomization.yamlapiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
annotations:
reconcile.fluxcd.io/requestedAt: "2023-05-20T14:28:33.135788098Z"
name: vote-dev
namespace: flux-system
spec:
healthChecks:
- kind: Deployment
name: vote
namespace: instavote
interval: 1m0s
path: ./deploy/vote
prune: true
sourceRef:
kind: GitRepository
name: instavote
targetNamespace: instavote
timeout: 2m0s0 -
try removing the validation flag
Flag --validation has been deprecated, this arg is no longer used, all resources are validated using server-side apply dry-run
flux create kustomization redis-dev \
--source=instavote \
--path="./deploy/redis" \
--prune=true \
--interval=1m \
--target-namespace=instavote \
--health-check="Deployment/redis.instavote" \
--export > redis-dev-kustomization.yamlflux create kustomization vote-dev \
--source=instavote \
--path="./deploy/vote" \
--prune=true \
--interval=1m \
--target-namespace=instavote \
--health-check="Deployment/vote.instavote" \
--depends-on=redis-dev \
--export > vote-dev-kustomization.yaml0 -
Hi @adrien6910,
I tried the lab and I didn't get the same issue than you. Perhaps it's because I'm trying with the updated version of the PDF labs, and this lab was updated on June 6.
We are checking on this lab anyway.
Regards,
Luis.0 -
Hi,
After passing the CKA and CKAD certifications. I took the training again and reproduced the same problem, I understood why: it was due to the flux bootstrap github ... command being incomplete due to an incomplete 1st copy-paste. After uninstalling flux then reinstalling and using the complete flux bootstrap github ... command, the problem was solved.
Thank you for your help.
Adrien.1 -
Hi @adrien6910, so it wasn't related to the flux installation, but to copy paste operation.
I'm glad it worked!
Regards,
Luis.0 -
@luisviveropena said:
Hi @adrien6910,I tried the lab and I didn't get the same issue than you. Perhaps it's because I'm trying with the updated version of the PDF labs, and this lab was updated on June 6.
We are checking on this lab anyway.
Regards,
Luis.Where can I get the updated version of the pdf files?
Edit: Nevermind, just downloaded again and got the updated version
0 -
Hi @vjunior1981 ,
That's good
Just be sure you cleared the cache in the browser.Please let me know if the lab worked for you.
Regards,
Luis.0
Categories
- All Categories
- 50 LFX Mentorship
- 103 LFX Mentorship: Linux Kernel
- 553 Linux Foundation Boot Camps
- 296 Cloud Engineer Boot Camp
- 119 Advanced Cloud Engineer Boot Camp
- 52 DevOps Engineer Boot Camp
- 53 Cloud Native Developer Boot Camp
- 4 Express Training Courses
- 4 Express Courses - Discussion Forum
- 1.9K Training Courses
- 18 LFC110 Class Forum
- 6 LFC131 Class Forum
- 25 LFD102 Class Forum
- 150 LFD103 Class Forum
- 17 LFD121 Class Forum
- LFD137 Class Forum
- 61 LFD201 Class Forum
- LFD210 Class Forum
- LFD210-CN Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- LFD237 Class Forum
- 23 LFD254 Class Forum
- 598 LFD259 Class Forum
- 102 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- LFD273 Class Forum
- 2 LFS145 Class Forum
- 24 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 3 LFS203 Class Forum
- 69 LFS207 Class Forum
- 300 LFS211 Class Forum
- 54 LFS216 Class Forum
- 47 LFS241 Class Forum
- 41 LFS242 Class Forum
- 37 LFS243 Class Forum
- 11 LFS244 Class Forum
- 34 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 140 LFS253 Class Forum
- LFS254 Class Forum
- 1K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 92 LFS260 Class Forum
- 130 LFS261 Class Forum
- 32 LFS262 Class Forum
- 79 LFS263 Class Forum
- 15 LFS264 Class Forum
- 11 LFS266 Class Forum
- 17 LFS267 Class Forum
- 17 LFS268 Class Forum
- 23 LFS269 Class Forum
- 203 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS281 Class Forum
- 221 LFW211 Class Forum
- 167 LFW212 Class Forum
- SKF100 Class Forum
- 902 Hardware
- 219 Drivers
- 74 I/O Devices
- 44 Monitors
- 115 Multimedia
- 209 Networking
- 101 Printers & Scanners
- 85 Storage
- 761 Linux Distributions
- 88 Debian
- 66 Fedora
- 15 Linux Mint
- 13 Mageia
- 24 openSUSE
- 141 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 477 Linux System Administration
- 41 Cloud Computing
- 69 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 77 Network Management
- 108 System Management
- 49 Web Management
- 66 Mobile Computing
- 23 Android
- 29 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 536 Off Topic
- 131 Introductions
- 216 Small Talk
- 21 Study Material
- 817 Programming and Development
- 275 Kernel Development
- 508 Software Development
- 928 Software
- 260 Applications
- 184 Command Line
- 3 Compiling/Installing
- 76 Games
- 316 Installation
- 59 All In Program
- 59 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)