Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Aug 25, 2024
2 parents 97ba0d9 + c9bd9c5 commit 6511bf8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

0 comments on commit 6511bf8

Please sign in to comment.