Managing Nodes in OpenShift Using oc adm
- No Comments
- maj, 22, 2023
- siwy
- Kubernetes, okd
OpenShift, the container management platform created by Red Hat, offers powerful tools for managing nodes in your cluster. Today, we’re going to focus on a few key commands that will assist us in optimizing and maintaining our clusters. Managing Node Schedulability First off, sometimes we want to prevent new Pods from being placed on a […]
Read MoreDelete open files. When df and du show different results.
- No Comments
- maj, 17, 2023
- siwy
- Linux
In Linux systems, files that have been deleted but are still open by some process can sometimes take up valuable disk space. Fortunately, there’s a way to handle this issue. Here’s a command that allows you to „clean” these files: Understanding what this command does requires breaking it down into parts. Let’s start from the […]
Read More