From 7ea8abdf589beaafed287b1a5c2d4c757f5c868e Mon Sep 17 00:00:00 2001 From: ayuskauskas Date: Wed, 12 Mar 2025 08:47:54 -0700 Subject: [PATCH] docs: Update README.md for skyhook-packages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22afff46..fd6b2fec 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Skyhook was developed for modifying the underlying host OS in Kubernetes clusters. Think of it as a package manager like apt/yum for linux but for whole cluster management. The package manager (Skyhook Operator) manages the lifecycle (install/configure/uninstall/upgrade) of the packages (Skyhook Custom Resource, often SCR for short). It is Kubernetes aware, making cluster modifications easy. This enables Skyhook to schedule updates around important workloads and do rolling updates. It can be used in any cluster environment: self-managed clusters, on-prem clusters, cloud clusters, etc. +## Pre-built Packages + +There are a few pre-built generalist packages available at [NVIDIA/skyhook-packages](https://github.com/NVIDIA/skyhook-packages) + ## Quick Start ### Install the operator