k3s/pkg/server
Brad Davidson 068a01351a Retry CRD creation in case of conflict
Also cleans up some of the server.Context factory creation stuff to eliminate unused code paths and avoid registering the Helm controller when helm is disabled.

As of fe465cc832 we no longer call NewContext outside pkg/server, so the isServer bool flag to use the supervisor kubeconfig and create an event recorder is unnecessary.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-08-26 12:29:36 -07:00
..
auth Fix handler panic when bootstrapper returned empty peer list 2025-04-18 10:20:15 -07:00
handlers Switch from endpoints to endpointslices 2025-06-09 11:28:02 -07:00
context.go Retry CRD creation in case of conflict 2025-08-26 12:29:36 -07:00
server.go Retry CRD creation in case of conflict 2025-08-26 12:29:36 -07:00
types.go