Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add k8s version requirement #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ generation tools and exposes XRM-conformant managed resources for

## Getting Started

This provider requires Kubernetes v1.23.x or greater. This is due to an issue when creating a large number of CRDs in previous versions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, only the version with -preview suffix requires patched versions, v0.4.0 is perfectly fine for example. You can see all the versions here https://github.com/crossplane-contrib/provider-jet-aws/releases/tag/v0.4.0-preview


Install the provider by using the following command after changing the image tag
to the [latest release](https://github.com/crossplane-contrib/provider-jet-aws/releases):
```
Expand Down