-
FILE="rayjobs.yaml"
GROUP_NAME="io.ray"
PACKAGE="io.ray"
docker run
--rm
-v pwd/src/main/resources/crd/${FILE}:pwd/src/main/resources/crd/${FILE}
-v /var/run/docker.sock:/var/run/docker.sock
…
-
### Is your enhancement related to a problem? Please describe
CRD-Generator should support selectable fields:
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-…
-
## Description
As a user of SDP I want to be able to configure the lifetime of generated certificates (by the secret operator) from within the custom resources itself without having to use any podO…
-
The code generated from logging-operator crds has some syntax errors.
Source: [banzaicloud/logging-operator](https://github.com/banzaicloud/logging-operator/tree/master/charts/logging-operator/crds) …
-
Hi,
I'm trying to deploy some models using the operator, but I'm facing some naming issues if these models contain dots or invalid caracters for kubernetes spec.metadata.name. Some examples:
####…
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the […
-
### Background
As I was checking the alloy and opportunity to move to alloy instead of grafana-agent, I found out that the crds for PodMonitor, ServiceMonitor, Probe, PodLogs are not present in alloy…
-
We should use CRD defaults to highlight what Non Admin objects default values are.
This would also fix problem around updating Non Admin object spec after velero object is created, so users can see…
-
Based on feedback we received at FOSDEM, the barrier initially use the Open Telemetry operator seems to be quite high.
Therefore, I would like to discuss the current status of the v1alpha1 API here…
-
**Is your feature request related to a problem? Please describe.**
The promtail service discovery module is implemented with reference to the service discovery of prometheus, which achieves great…