Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Fix/operators crashing repeatedly#28

Merged
nxtcoder17 merged 3 commits into
kloudlite:release-1.0.5from
nxtcoder17:fix/operators-crashing-repeatedly
Sep 16, 2023
Merged

Fix/operators crashing repeatedly#28
nxtcoder17 merged 3 commits into
kloudlite:release-1.0.5from
nxtcoder17:fix/operators-crashing-repeatedly

Conversation

@nxtcoder17
Copy link
Copy Markdown
Member

@nxtcoder17 nxtcoder17 commented Sep 16, 2023

migrated back to controller-runtime@0.14.1 as version 0.15.0 had some serious issues like:
+ cache size would become too big, that the pod would crash
+ sometimes, when controller talks to https://10.43.0.1:443 the kubernetes service, it would end up in x509 cert signed by unknown authority

- trying to move templates closer to where they are being used, nearby
  the controllers, that are making use of it
- kubectl.YAMLClient is now an interface, instead of a struct. Most of
  their encountered usages have been updated
@nxtcoder17 nxtcoder17 merged commit b2e85d6 into kloudlite:release-1.0.5 Sep 16, 2023
abdheshnayak pushed a commit that referenced this pull request Nov 5, 2024
* WIP: cleanup, and migration to controller-runtime 0.15.x

* fix: k8s packages pinned to 0.26.0

- migrated back to controller-runtime@0.14.1 
   NOTE: version 0.15.0 had some serious problems like:
    + cache size would become too big, that the pod would crash
    + sometimes, when controller talks to `https://10.43.0.1:443` `the kubernetes service`, it would end up in x509 cert signed by unknown authority
- trying to move templates closer to where they are being used, nearby
  the controllers, that are making use of it
- kubectl.YAMLClient is now an interface, instead of a struct. Most of
  their encountered usages have been updated

* chore: trying to setup validation webhooks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant