cri-tools
cri-tools copied to clipboard
Update Readme to reflect new way of obtaining deb/rpm packages
What happened:
Followup for https://github.com/kubernetes-sigs/cri-tools/issues/1244. It is time to reflect the correct repo/link in the Readme in some way.
What you expected to happen:
The Readme doesn't send me to outdated and unmaintained repositories.
Anything else we need to know?:
Quickly checked that cri-tools as a package indeed exists there
Thank you for the suggestion @dionysius! Do you think that you'd like to contribute that change?
There doesn't exist a good place to link to reliably longterm
- https://kubernetes.io/blog/2023/08/15/pkgs-k8s-io-introduction/ is a "blog post"
- https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-using-native-package-management is only for kubectl
- https://kubernetes.io/docs/reference/tools/ doesn't offer/explain installation
Needs to be escalated to documentation
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle rotten - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Reopen this issue with
/reopen - Mark this issue as fresh with
/remove-lifecycle rotten - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
In response to this:
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied- After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied- After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closedYou can:
- Reopen this issue with
/reopen- Mark this issue as fresh with
/remove-lifecycle rotten- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/reopen /remove-lifecycle rotten
the deb/rpm link is still incorrect. Should we just drop it?
/help
@SergeyKanzhelev: Reopened this issue.
In response to this:
/reopen /remove-lifecycle rotten
the deb/rpm link is still incorrect. Should we just drop it?
/help
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/kind documentation /remove-kind bug
the deb/rpm link is still incorrect. Should we just drop it?
The trend seems to be to drop the deb/rpm packages altogether...
It is no longer needed to install crictl, when running kubeadm
So now both "crictl" and "critest" are development and debugging tools, and not required by kubeadm/kubelet/kubectl:
https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/ (only uses the tarballs)
That probably means that they will no longer be repackaged by OBS, similar to the proposed change for kubernetes-cni:
- https://github.com/kubernetes/release/issues/4156
Note that for the existing releases, there is no need to set up another repository since both cri-tools and kubernetes-cni are still in the "core" repo...
They are also still added as dependencies, so you get them installed whether you like it or not... But no instructions are needed, beyond setting up the OBS repo for your branch.
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/