LFD259 Lab 5.1 and 5.2 issues with PVC
when doing 5.1 creating deployment leads to 6 pods in 0/2 state. Here is what i see:
student@lfckadclass-instance-1:~$ k describe pod try1-5b8b8cc57b-f9496
Name: try1-5b8b8cc57b-f9496
Namespace: default
Priority: 0
Service Account: default
Node:
Labels: app=try1
pod-template-hash=5b8b8cc57b
Annotations:
Status: Pending
IP:
IPs:
Controlled By: ReplicaSet/try1-5b8b8cc57b
Containers:
simpleapp:
Image: 10.101.118.197:5000/simpleapp
Port:
Host Port:
Readiness: exec [ls /etc/cars] delay=0s timeout=1s period=5s #success=1 #fa ilure=3
Environment Variables from:
colors ConfigMap Optional: false
Environment:
ilike: Optional: false
Mounts:
/etc/cars from car-vol (rw)
/opt from nfs-vol (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-khb4p ( ro)
goproxy:
Image: registry.k8s.io/goproxy:0.1
Port: 8080/TCP
Host Port: 0/TCP
Liveness: tcp-socket :8080 delay=15s timeout=1s period=20s #success=1 #f ailure=3
Readiness: tcp-socket :8080 delay=5s timeout=1s period=10s #success=1 #fa ilure=3
Environment:
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-khb4p ( ro)
Conditions:
Type Status
PodScheduled False
Volumes:
car-vol:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: fast-car
Optional: false
nfs-vol:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: pvc-one
ReadOnly: false
kube-api-access-khb4p:
Type: Projected (a volume that contains injected data fro m multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional:
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors:
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists fo r 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 20s default-scheduler 0/2 nodes are available: 2 persistentvolumeclaim "pvc-one" not found. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling.
Obs!!! When using PVC definition from lab 5.2 i see another error:
k describe pvc pvc-one
Name: pvc-one
Namespace: default
StorageClass: manual
Status: Pending
....
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning ProvisioningFailed 2m16s (x26 over 8m26s) persistentvolume-controller storageclass.storage.k8s.io "manual" not found
student@lfckadclass-instance-1:~$
Answers
-
ok, i think its because up untill lab 4 i could take the file with the "edited" suffix and make changes as is
outlined in the current lab, but starting with lab 5 i need to take the previous lab result of something like that. confusing!0 -
Hi @alexanderlvov1,
Please see my response on your earlier question posted in a different class:
@chrispokorni said:
Hi @alexanderlvov1,All these labs have consistently worked on GCE VMs. If your infrastructure is configured according to the instructions from the demo video from the introductory chapter, and the installation and bootstrapping were successful per lab 3, then all should work as expected.
The depeloyment replicas do not have nodes assigned because it seems there is a missing application dependency - the
pvc-onepersistent volume claim.Make sure that the NFS packages are successfully installed, and that the PV
pvvol-1is created after the PVol.yaml manifest is updated with the required cp node hostname.
The PVCpvc-oneshould show a bound status upon successful creation. Thepvc-onePVC and thepvvol-1PV should be bound to each other.It may be easier to delete the try1 deployment, delete the PVC, delete the PV (in this order) and then ensure the necessary NFS packages are installed on each respective node, properly configured on each respective node, then inspect the PV manifest and update any fields as instructed in the lab guide, then create the PVC, ensure they are bound to each other. Finally, create the deployment, ensuring the manifest properly defines the volume and the volume mount.
If you suspect the manifest is not correct, feel free to share it here.
Regards,
-Chris1
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 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
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 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
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 976 Programming and Development
- 310 Kernel Development
- 648 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 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)