PyratLabs / ansible-role-k3s

Ansible role for installing k3s as either a standalone server or HA cluster.
BSD 3-Clause "New" or "Revised" License
627 stars 135 forks source link

Stop relying setting RemoveSelfLink=false feature-gate - we're locking it to true with GA graduation in 1.24 #175

Closed wojtek-t closed 2 years ago

wojtek-t commented 2 years ago

Upstream Kubernetes is going to get rid of ability to set SelfLink in release 1.24 (basically graduate graduate RemoveSelfLink feature gate to stable - see the KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/1164-remove-selflink, for a bit more details).

It seems that microk8s is still relying on setting it to false in one place: https://github.com/PyratLabs/ansible-role-k3s/blob/main/documentation/configuration/node-labels-and-component-args.md

This is one more heads'up to stop relying on it.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.