Main Menu

Search

OCNE: How To Check Exact OCNE Version and Kubernetes Version In Oracle Cloud Native Environment 1.x Release?

Following are steps to Check Exact OCNE Version and Kubernetes Version In Oracle Cloud Native Environment 1.x Release

From the OCNE operator node list of OCNE and Kubernetes packages that are installed on the Operator node.

For this run below command 

#rpm -qa --last | egrep -i "olcne|kube"

olcne-api-server-1.9.2-3.el8.x86_64           Wed 26 Feb 2025 03:48:15 PM GMT

olcne-utils-1.9.2-3.el8.x86_64                Wed 26 Feb 2025 03:48:14 PM GMT

kubectl-1.29.9-3.el8.x86_64                   Wed 26 Feb 2025 03:48:10 PM GMT

olcne-selinux-1.0.0-9.el8.x86_64              Wed 26 Feb 2025 03:47:53 PM GMT

olcnectl-1.9.2-3.el8.x86_64                   Wed 26 Feb 2025 03:46:14 PM GMT


You can also list the Kubernetes and OCNE package versions on the Control Node using above command.

To gather the Kubernetes version on the Kubernetes nodes, You can run below kubectl command on the Control Node where you have setup kubectl environment

#kubectl get nodes -owide


NAME         STATUS   ROLES           AGE   VERSION         INTERNAL-IP   EXTERNAL-IP   OS-IMAGE                   KERNEL-VERSION                   CONTAINER-RUNTIME

ol8-19ctrl   Ready    control-plane   16m   v1.29.9+3.el8   10.0.1.30     <none>        Oracle Linux Server 8.10   5.15.0-304.171.4.el8uek.x86_64   cri-o://1.29.1

ol8-19wrkr   Ready    <none>          15m   v1.29.9+3.el8   10.0.1.73     <none>        Oracle Linux Server 8.10   5.15.0-304.171.4.el8uek.x86_64   cri-o://1.29.1


No comments:

Post a Comment