diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 1a31aa0..3c1414c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -46,8 +46,16 @@ some RBAC changes might be necessary too. This is what it took to support Kubernetes 1.14: -That the process can be more involved that that can be seen in - +That the process can be more involved based on kubernetes changes. +For example, k8s 1.10 changes to apps triggered the following commits: + +b3f9ddf: Bump client-go for optimum k8s 1.10 compatibility +bc3f28d: Move deployment manifest to apps/v1 +908998a: Update RBAC permissions for kubectl v1.10.3 +efbb0c3: Document version compatibility in release notes +5731b98: Add warning to Dockerfile re: upgrading kubectl + +Search the git log for inspiration for your cases. Please update our .github/workflows with the new k8s images, starting by the creation of a .github/kind-cluster-.yaml, then updating