A few updates this week are:
Red Hat OpenShift Container Platform 4.14.0 for Power Systems
The Red Hat team released OpenShift Container Platform with new support for Power Systems.
The features I worked on with my team are:
The installer and client are available at link
Hack to List Interfaces
# ip -j -4 -o address | jq -r '.[].addr_info[] | select(.dev == "env2").local'
192.168.166.70
systemd Commands Cheat Sheet
Users and administrators query and control systemd behavior through the systemctl command. This systemd Cheat Sheet presents the most common uses of systemctl, along with journalctl for displaying information about systemd activities from its logs.
https://developers.redhat.com/cheat-sheets/systemd-commands-cheat-sheet?sc_cid=7013a000003SyUMAA0
The systemd cheat sheet is a good reference. Very comprehensive.
Posts on OCP 4.14
Paul Chapman updated the community on the new features in 4.14.
https://www.linkedin.com/posts/chapmanp_openshift-container-platform-414-release-activity-7125400057436073984-68Ju?utm_source=share&utm_medium=member_desktop
Leave a Reply