Trevor Royer
Trevor Royer
Adding an openshift enabled route option to the chart as an alternative to k8s ingress.
OpenShift routes are an alternative to an ingress object. This update adds an optional route object that can be enabled or disabled in a similar way to an ingress object.
## Describe the bug When installing Seldon as a namespaced operator in multiple namespaces the SeldonDeployment objects deployed in the second namespace will be managed and deployed by the operator...
When attempting to start two services that both leverage the same port on a container podman-compose fails where docker-compose starts successfully. The following is a simple compose file that demonstrates...
Yamllint
I am looking at adding yamllint to the repo/github actions to enforce better formatting. @pittar @gnunn1 any thoughts or opinions on adding this to the current configuration? I also wanted...
/kind bug **What steps did you take and what happened:** When applying resources with the various kustomize objects, kustomize emits depreciation warnings for several features that have been depreciated since...
#### What would you like to be added: Currently the Scheduler Deployment utilizes a `hostPath` to setup a volume for /tmp/klog-socks: https://github.com/volcano-sh/volcano/blob/b834fa8939f6ecbb8e96d80a5f1151323956dfdc/installer/helm/chart/volcano/templates/scheduler.yaml#L178C19-L178C19 https://github.com/volcano-sh/volcano/blob/b834fa8939f6ecbb8e96d80a5f1151323956dfdc/installer/volcano-development.yaml#L4117 Instead of utilizing `hostPath` the deployments could...
Resolves #3298 hostPath should be avoided unless absolutely necessary as per the upstream k8s docs: https://kubernetes.io/docs/concepts/storage/volumes/#hostpath This change swaps the hostPath for an emptyDir allowing the tmp logs to be...
RHODS has officially been rebranded as RHOAI. This PR updates the item in the catalog and adds an alias to the old catalog item.
Resolves #282 Combines the two existing devspaces folders into a single example Updated the base checluster to match the default checluster when creating a new instance. Added several "components" to...