From c9bd9c50c85b6519a035658b00af52dcdfc34467 Mon Sep 17 00:00:00 2001 From: Jesus Zazueta Date: Sun, 25 Aug 2024 15:50:29 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d97c646..0815ccc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Programmatic resource management for Kubernetes. Inspired by [pulumi](https://www.pulumi.com/), but smaller... -Schema objects are generated for the latest three [Patch Releases](https://kubernetes.io/releases/patch-releases/). +Schema objects are generated for the latest three [Patch Releases](https://kubernetes.io/releases/patch-releases/). -`kubectl` must be available in `PATH` in order to interact with a live K8S cluster. +You'll need a service account token capable of managing resources in the cluster. ## Development Notes @@ -24,7 +24,3 @@ Alternatively, fetch the definitions from Github: https://github.com/kubernetes/ For CI/CD servers, a base Docker image or Runtime environment must have the following tools installed: - Gradle 7+ -- Kubectl - -As expected, a valid Kube `config` file for the tools above is also expected, since this framework relies on these -tools for access into the cluster.