Lab 4.1 - Installing a Chart With Custom Values - Wordpress 9.2.5 Charts does not exist
Hi All,
working in the "Lab 4.1 - Installing a Chart With Custom Values" I faced the following error.
### Error During Execution
jonmar@ubuntu:~$ helm install wordpress bitnami/wordpress \
--version 9.2.5 \
--set service.type=NodePort \
--set service.nodePorts.http=30001
Error: INSTALLATION FAILED: chart "wordpress" matching 9.2.5 not found in bitnami index. (try 'helm repo update'): no chart version found for wordpress-9.2.5
jonmar@ubuntu:~$
### Checking the existing wordpress charts there is higher version.
jonmar@ubuntu:~$ helm search repo bitnami/ | grep wordpress
bitnami/wordpress 24.1.18 6.7.2 WordPress is the world's most popular blogging ...
bitnami/wordpress-intel 2.1.31 6.1.1 DEPRECATED WordPress for Intel is the most popu...
jonmar@ubuntu:~$
When I tried to setup wordpress (latest version) as per lab's instructions it failed as well.
jonmar@ubuntu:~$ helm install wordpress bitnami/wordpress --set service.type=NodePort --set service.nodePorts.http=30001
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.containers[0].securityContext): unknown field "seccompProfile" in io.k8s.api.core.v1.SecurityContext, ValidationError(Deployment.spec.template.spec.initContainers[0].securityContext): unknown field "seccompProfile" in io.k8s.api.core.v1.SecurityContext]
jonmar@ubuntu:~$
I will appreciatte any help on this.
Answers
-
Hi @jonpibo, what is the specific course you are taking and working on?
Regards,
Luis.0 -
Hi Luis, hope you are doing well.
Managing Kubernetes Applications with Helm (LFS244)
0 -
This post has been moved in the correct forum, the one dedicated for LFS244.
0 -
Hi @jonpibo,
I was not able to reproduce your error in my attempted to deploy the bitnami/wordpress chart.
You are correct in your finding that bitnami/wordpress charts v9.2 are no longer available. The earliest available charts at this time are v14.3.Following through the lab guide, up to this point I updated my installations to the latest versions:
- microk8s
--channel=1.32/stable - helm version
helm-v3.17.1-linux-amd64.tar.gz - bitnami/wordpress chart
--version 24.1.18.
The microk8s Kubernetes cluster version is v1.32.2.
What versions are you working with? The unknown field may be tied to a version mismatch, possibly between helm and Kubernetes.
Regards,
-Chris0 - microk8s
-
Hi @chrispokorni following the versions I installed.
microk8s: v1.18.20
helm version: v3.17.10 -
Hi @jonpibo,
Right, your Kubernetes version does not yet support the seccompProfile attribute in the security context module, a feature introduced much later by Kubernetes.
Regards,
-Chris0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 766 Linux Foundation IT Professional Programs
- 378 Cloud Engineer IT Professional Program
- 174 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 10 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 770 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 116 Mobile Computing
- 20 Android
- 81 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 997 Programming and Development
- 310 Kernel Development
- 669 Software Development
- 1K Software
- 398 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class 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)
