
This is related to the WordPress error you may get when trying to upload a file greater than 2MB: While you can install plugins to get around this I found this did not work for me and I then got … Continue reading
This is related to the WordPress error you may get when trying to upload a file greater than 2MB: While you can install plugins to get around this I found this did not work for me and I then got … Continue reading
I really wanted copy and paste between Windows and VMs running in ESX. This is what finally worked for me. Note this was for ESX “6.0.0 Update 3 (Build 5050593)”. I was using VMware Workstation 16 Player “16.1.2 build-17966106” on … Continue reading
I needed to create a small OKD/OpenShift setup so I could play around with it and get comfortable with using it, developing on it and administering it. Additionally I wanted it to be somewhat similar in setup to what we … Continue reading
I run my OKD cluster on a set of VMs in VMware ESXi. My backups consist of shutting down all VMs and then copying them somewhere else – so full shutdown and backup. The cluster setup was done using the … Continue reading
By default an ESX server doesn’t allow you to ssh to it or ssh from it to another host. Being able to ssh to an ESX host can be very useful to do base unix functions including moving files around … Continue reading
If you have followed my post OKD 4.5 small cluster on ESX you find that when you look at the OperatorHub in OKD you only see the community operators. The problem appears to be that an out of the box … Continue reading
I was setting up OKD on a separate VLAN and wanted to used the OKD DNS service but it just wasn’t working and I felt it was a connectivity/firewall issue but could not find a tool to test. I was … Continue reading
I was setting up an OKD single node cluster and to test if it was up I ran: openshift-install –dir=/opt/okd4/install_dir/ wait-for bootstrap-complete –log-level=debug Then I got the following error messages: https://api.lab.okd.local:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0: EOF E0104 15:32:18.605736 1642 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list … Continue reading
I had setup a mirrored RAID in OMV and then the PC hardware, not the disks I should emphasize, failed and I needed to move the system disk and two data disks to other hardware. Because I decided to test … Continue reading
Out of the box with the RAID you are likely to find an email everyday with the subject similar to: SparesMissing event on /dev/md/Mirror:nas2 [nas2.cantabrian] This is a somewhat know error, ssh to the box and look for: /etc/mdadm/mdadm.conf You … Continue reading