rancher / rancher-docs

Rancher Documentation
https://ranchermanager.docs.rancher.com/
Apache License 2.0
59 stars 207 forks source link

[Rancher2] Document that users should not use v1 API #56

Closed sirredbeard closed 1 year ago

sirredbeard commented 2 years ago

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.

cbron commented 2 years 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.

catherineluse commented 2 years ago

Related issue https://github.com/rancher/rancher-docs/issues/61

github-actions[bot] commented 1 year ago

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.

btat commented 1 year ago

Consolidating into https://github.com/rancher/rancher-docs/issues/583.