-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
Update Procedure
- Read this document.
Before Check List
There is a check list to confirm depending libraries or tools are released. The release notes for Kubernetes should also be checked.
Must Update Dependencies
Must update Kubernetes with each new version of Kubernetes.
- k8s.io/api
- https://github.com/kubernetes/api/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/api/tags
- k8s.io/apimachinery
- https://github.com/kubernetes/apimachinery/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/apimachinery/tags
- k8s.io/client-go
- https://github.com/kubernetes/client-go/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/client-go/tags
- k8s.io/mount-utils
- https://github.com/kubernetes/mount-utils/tags
- The supported Kubernetes version is written in the description of each tag.
- https://github.com/kubernetes/mount-utils/tags
- sigs.k8s.io/controller-runtime
- sigs.k8s.io/controller-tools
- external provisioner
- external resizer
- external snapshotter
- kind
- minikube
- crictl
Semi-required Dependencies
These are not released on the occasion of a Kubernetes version upgrade, so if there is a release that corresponds to a Kubernetes version, use it.
- node driver registrar
- liveness probe
- cri-docker
Release notes check
- Read the necessary release notes for Kubernetes.
Checklist
- Finish implementation of the issue
- Test all functions