- Feb 24, 2025
-
-
cyrinux authored
-
- Jan 10, 2025
-
-
kaiyou authored
-
- Jan 09, 2025
-
-
kaiyou authored
The controller was never explicitely enabled, although it must have been working previously, possibly enabled silently inside vanilla code. It stopped working when we released 1.31, which in turn disabled automatic rescheduling of pods from unavailable nodes.
-
- Dec 02, 2024
-
-
cyrinux authored
- Nov 08, 2024
-
-
kaiyou authored
-
- Nov 07, 2024
-
-
kaiyou authored
- Nov 06, 2024
-
-
kaiyou authored
-
- Nov 05, 2024
-
-
kaiyou authored
The garbage collector was failing to handle CRDs due to not being able to create an informer for CRD types, which in turn was breaking garbage collection altogether. The issue was related to using the wrong informer factory (a core factory from apimachinery instead of the dynamic factory from the controller-manager module)
-
kaiyou authored
-
- Nov 03, 2024
- Nov 02, 2024
- Oct 30, 2024
- Oct 10, 2024
- Oct 09, 2024
-
-
kaiyou authored
-
- Jul 29, 2024
-
-
kaiyou authored
-
- Jul 28, 2024
-
-
kaiyou authored
-
- Jul 27, 2024
-
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
Previously the plugins initialization was done for the apiserver config only, which enabled admission for core resources handled by the apiserver, but the extensions server lacked the admission chain and did not apply webhooks to CRDs
-
kaiyou authored
-
- Jul 24, 2024
-
-
kaiyou authored
-
- Jul 21, 2024
- Jul 07, 2024
-
-
kaiyou authored
-