https://github.com/devtron-labs/deprecation-checker
https://github.com/devtron-labs/deprecation-checker
Last synced: 9 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:25:20.000Z (over 3 years ago)
- Last Synced: 2025-01-04T16:31:00.918Z (over 1 year 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 version
It 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/).