lab 4.2
At the end of lab 4.2, i started getting
The connection to the server k8smaster:6443 was refused - did you specify the right host or port?
What went wrong?
Comments
-
i ran kubectl create -f hog2.yaml (step 10 in lab 4.4)
and then got the error on getting deploymentskubectl get deployments --all-namespaces
it happened abruptly, all of a sudden..
My VMs are n1-standard-2 (2 vCPUs, 7.5 GB memory)
0 -
Another solution would be to restart the kubelet service and try to delete the hog and hog2 deployments immediately after, but before the kube-apiserver crashes again. The kubelet restart forces the apiserver to restart as well, and you may have a short window to run kubectl commands.
Regards,
-Chris0 -
i decided to re-create the cluster. Can you help me locate the instructions? I recall a video from Tim walking through the steps of provisioning master and worker nodes in GCP. Can't find it anymore. Thx!
0 -
@sergeizak Please check the intro chapter towards the end, marked Important. You will find the video there
0 -
Make sure the name "k8smaster" will resolve, try a simple "ping, if not fix that, see if your hosts file settings are still correct. If that is working then next make sure you have an environment value for "KUBECONFIG", echo $KUBECONFIG if this is not set that a quick fix is to set it again using "export KUBECONFIG="$HOME/.kube/config". Add this to your .bashrc if not there already.
hth-1 -
Hi guys, I wonder if I did something wrong because lab 4.3.10 should result in the following:
I0927 21:09:23.514921 1 main.go:26] Allocating "0" memory, in "4ki" chunks, with a 1ms
,→ sleep \
between allocations
I0927 21:09:23.514984 1 main.go:39] Spawning a thread to consume CPU
I0927 21:09:23.514991 1 main.go:39] Spawning a thread to consume CPU
I0927 21:09:23.514997 1 main.go:29] Allocated "0" memoryand I got:
student@cp:~$ kubectl logs hog-559d5585fd-jzvsf
I0320 18:15:00.416686 1 main.go:26] Allocating "950.Mi" memory, in "100Mi" chunks, with a 1s sleep between allocations
I0320 18:15:00.416797 1 main.go:39] Spawning a thread to consume CPU
I0320 18:15:00.416815 1 main.go:39] Spawning a thread to consume CPU
I0320 18:15:13.583421 1 main.go:29] Allocated "950.Mi" memory
student@cp:~$ Connection to 34.77.248.77 closed by remote host.The hog.yaml file was modified and to me, my results make sense but the pdf results are different than mine.
0 -
I change my view; it doesn't make sense because of my resource limits.
resources:
limits:
cpu: "1"
memory: "4Gi"
requests:
cpu: "0.5"
memory: "500Mi"
Then I don't understand how it is happening.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 772 Linux Foundation IT Professional Programs
- 382 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 9 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 28 Cloud & Containers Training
- 3 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 4 Web & Application Development Training
- 797 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 469 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 148 Mobile Computing
- 20 Android
- 113 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 404 Off Topic
- 126 Introductions
- 34 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 716 Software Development
- 1K Software
- 416 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 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)

