Category Archives: Computers

Kubernetes Manual Upgrade to 1.19.6

Upgrading Kubernetes Clusters This documentation is intended to provide the manual process for upgrading the server Operating Systems, Kubernetes to 1.19.6, and any additional updates. This provides example output and should help in troubleshooting should the automated processes experience a … Continue reading

Posted in Computers, Kubernetes | Tagged | Leave a comment

Kubernetes Preparation Steps for 1.19.6

Upgrading Kubernetes Clusters The purpose of this document is to provide the background information on what is being upgraded, what versions, and the steps required to prepare for the upgrade itself. These steps are only done once. Once all these … Continue reading

Posted in Computers, Kubernetes | Tagged | Leave a comment

Kubernetes Upgrade to 1.19.6

Upgrading Kubernetes Clusters The following lists what software and pods will be upgraded during this quarter. Upgrade the Operating System Upgrade Kubernetes Upgrade kudeadm, kubectl, and kubelet RPMs from 1.18.8 to 1.19.6. Upgrade kubernetes-cni RPM from 0.8.6-0 to 0.8.7-0. kube-apiserver … Continue reading

Posted in Computers, Kubernetes | Tagged | Leave a comment

Recabling The Cluster

Background, back in the day we had slow network speeds of 10 Megabits per second (10 Mb/s). The specification is UTP Category 3 shortened to Cat3. That’s about half the speed of normal home type WiFi. (We’re not counting dial-up … Continue reading

Posted in Computers | Tagged , , | Leave a comment

Backing Up A vCenter Appliance

It’s actually built into the 6.5 vCenter Appliance where you can back up the server data. Log in to https://appliance:5480 and under Summary select Backup. Couple of interesting tips as I proceeded though. Backup logs are located in /var/log/vmware/applmgmt as … Continue reading

Posted in Computers, VMware | Tagged , | Leave a comment

Upgrading VMware vCenter

I’m upgrading my VMware cluster to support VMware 7. Currently I’m running 6.5 on three older Dell R710’s and a Dell R410. I’ve rebuilt the R410 to run Ubuntu and run KVM on it as it’s a different VM management … Continue reading

Posted in Computers, VMware | Tagged , | Leave a comment

Downloading Large Files

I need to upgrade my VMware cluster from 6.5 to 7.0 U1 in order to continue to be supported by the VMUG organization. It’s something I should do anyway just to keep my VMware chops current plus continue to learn … Continue reading

Posted in Computers | Tagged , , , | Leave a comment

Add Jenkins Build Agent

You want Jenkins to use a remote agent (server) to do the builds. As such, create two more servers to process tasks. I want to process remote tasks on server 2 so add a label for ‘remote’ I want to … Continue reading

Posted in Computers, Jenkins | Tagged , | Leave a comment

kubeadm kubelet Problem

Over the past year and a bit, I’ve been using kubeadm to build and upgrade my clusters starting with Kubernetes 1.14. I switched from the home grown scripts I’d initially created for the 1.2 installation and continued through 1.12 to … Continue reading

Posted in Computers, Kubernetes | Leave a comment

FreeIPA/Red Hat IDM

I’m working on bringing my 100+ servers under FreeIPA, aka a centralized Identity Management system. Since FreeIPA is an upstream source for Red Hat IDM, I added it to the title. Installing FreeIPA on servers is bog simple. Run Then … Continue reading

Posted in Computers, FreeIPA | Tagged , , , | Leave a comment