Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtron-labs/deprecation-checker
https://github.com/devtron-labs/deprecation-checker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtron-labs/deprecation-checker
- Owner: devtron-labs
- License: apache-2.0
- Created: 2021-08-06T04:53:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:25:20.000Z (over 1 year ago)
- Last Synced: 2024-06-21T18:10:21.926Z (5 months ago)
- Language: Go
- Size: 4.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubedd
As kubernetes has come of its age, it has started deprecating and removing older kubernetes objects apiVersions.
`kubedd` is a tool to help specifically with the migration of kubernetes version, it detects
1. Identify and provide recommendations for apiVersions which have been removed or deprecated
2. Validates schema against current kubernetes (in case cluster is provided) as well as target kubernetes version
3. Warns in case it is not possible to migrate from current version to target kubernetes versionIt does so using Kubernetes OpenAPI specification, and can validate schemas for multiple versions of Kubernetes.
```
$ ./bin/kubedd --kubeconfig --kubernetes-version 1.22```
For full usage and installation instructions see [devtron.ai](https://docs.devtron.ai/).