-
|
Hi.. I'm using the kwok all-in-one image (registry.k8s.io/kwok/cluster:v0.7.0-k8s.v1.32.3), and I'm curious if it is possible to configure stages via API. I can create stages via an API call (I'm using @kubernetes/client-node@~1.1.2). Stages are created ( Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Sure. You need to pass the startup parameter |
Beta Was this translation helpful? Give feedback.
Sure. You need to pass the startup parameter
--enable-crds=Stage, and then apply the stages you need.