You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to translate my YAMLs to nix with kubenix but I can't find the appropriate way to do it.
How to declare a CRD?
Am I able to use a CRD without having to declare it? For example, for cases when I installed those CRD by other means in the cluster, but I want to manage their resources with kubenix.
If I declare the CRD with kubenix, can I automatically define resources, or do I have to declare custom types? How? Is there some function available to parse the spec of a CRD into nix module definitions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using Metacontroller.
To create a controller, I can create a CRD and then define a CompositeController object to observe objects of that CRD type.
I'm trying to translate my YAMLs to nix with kubenix but I can't find the appropriate way to do it.
How to declare a CRD?
Am I able to use a CRD without having to declare it? For example, for cases when I installed those CRD by other means in the cluster, but I want to manage their resources with kubenix.
If I declare the CRD with kubenix, can I automatically define resources, or do I have to declare custom types? How? Is there some function available to parse the spec of a CRD into nix module definitions?
This is confusing... 😵
Beta Was this translation helpful? Give feedback.
All reactions