-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support For Kubernets 1.21 and above (#32)
**Description** This adds in support for Kubernetes 1.21.0 and above by adding a few tweaks to dynamically use specific version supported fields. For versions 1.21.0 -> 1.24.0: The `serviceName` field is required and without it will cause the helm install to fail For versions 1.22.0 and above: The `minReadySeconds` is supported and included **Testing** Validated locally using minikube against all versions between and including 1.21.0 -> 1.25.0 by doing a helm install dry run. **Documentation** No documentation needed as this is detected by the version of kubernetes.
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters