Closed sirredbeard closed 1 year ago
While the v3 api was the primary entry point into the rancher application, v1 is instead a simple layer on top of the k8s api. Anything a user wishes to do with v1, they should do with the k8s api instead. Users should also not be using the v1 API as we do not provide any backwards compatibility guarantees. It should instead be seen as an implementation detail that Rancher can break/alter at any time.
I can provide more details as needed.
Related issue https://github.com/rancher/rancher-docs/issues/61
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 90 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 30 days. Thank you for your contributions.
Consolidating into https://github.com/rancher/rancher-docs/issues/583.
We need to document that users should not use API v1. They should automate using kubectl directly.
@cbron will provide some technical background on why and how.