kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
15.88k stars 6.41k forks source link

Release Proposal v2.18 #8325

Closed floryut closed 2 years ago

floryut commented 2 years ago

Below is a proposal for release notes:

Announcements

We are looking for maintainers, reach out in #5432.

Deprecation / Removal

Feature / Major changes

Applications

Network

Container-Managers

Bug or Regression

Other note worthy changes

Component versions:

Known issues

n/a

Notes

  1. This PR removes the comparison of kubelet_shutdown_grace_period to kubelet_shutdown_grace_period_critical_pods because ansible cannot do time interval comparisons sanely so we defer to the better judgement of the deployer.
floryut commented 2 years ago

@oomichi at last this time I used the release-note generator, that's why I micro manage each PR with label & notes 😆

oomichi commented 2 years ago

@oomichi at last this time I used the release-note generator, that's why I micro manage each PR with label & notes 😆

@floryut Thank you so much for your work! The above release-note is really nice for Kubespray users, I think the release seems ready :-)

cristicalin commented 2 years ago

Thank you @floryut for putting this together!

1Const1 commented 2 years ago

this one can't be in release - https://github.com/kubernetes-sigs/kubespray/pull/8299

it's creates new bug with external load balancer configuration (multi master, multi worker k8) and not fixing anything

i hope someone can revert this commit to master before release

floryut commented 2 years ago

this one can't be in release - #8299

it's creates new bug with external load balancer configuration (multi master, multi worker k8) and not fixing anything

i hope someone can revert this commit to master before release

@1Const1 Well, you could 😄 If you can't/don't want to, I'll open a revert PR in the afternoon 👍

rverma-dev commented 2 years ago

Is it possible to use helm template for cilium. It seems while installing cilium through kubespray the cilium configuration are different. Tried upgrading to 1.11 using both helm and cilium cli but couldn't find the exact config options which will work. Some config options seems deprecated, few renamed etc.

While installing with help, the burden of upgrades is with the original maintainer of the charts. Ref: https://docs.ansible.com/ansible/latest/collections/community/kubernetes/helm_template_module.html

floryut commented 2 years ago

Sorry Christmas was a bit crazy, I will try to wrap up everything

floryut commented 2 years ago

this one can't be in release - #8299 it's creates new bug with external load balancer configuration (multi master, multi worker k8) and not fixing anything i hope someone can revert this commit to master before release

@1Const1 Well, you could 😄 If you can't/don't want to, I'll open a revert PR in the afternoon 👍

@1Const1 done

floryut commented 2 years ago

Here goes nothing