Tags: devhliu/spark-on-k8s-operator
Tags
Add Operator volumes and volumeMounts in chart (kubeflow#1475) * Operator volumes and volumeMounts * Update values.yaml * Update Chart.yaml chart version up to 1.1.18 * Update Chart.yaml 1.1.19 * Update values.yaml remove white space
Updated default registry to ghcr.io (kubeflow#1454) * Updated default registry to ghcr.io * Bumped chart version and built api-docs * Updated build-helm-chart job, step Run chart-testing (install) to look for the correct registry
Kubernetes v1.22 extensions/v1beta1 API removal (kubeflow#1427) * This commit addresses deprection of extensions/v1beta1 and networking/v1beta1 on kubernetes v1.22+ * Updated logic for handling both extensions/v1beta1 and networking.k8s.io/v1 * Bumped appVersion * Bumped chart version * Updated version matrix in README
use github container registry instead of gcr.io for releases (kubeflo… …w#1422) * use github container registry instead of gcr.io for releases It appears that it is possible looking at this workflow. https://github.com/GoogleCloudPlatform/gke-autoneg-controller/blame/master/.github/workflows/go.yml It can only be done on the master branch though, so can't find out until after merge Update main.yaml Update main.yaml * Update to use github token Following the guidance from here. This stil might not work, but I don't think there is anthing else that can be done. https://github.blog/changelog/2021-03-24-packages-container-registry-now-supports-github_token/
Improve github CI, and helm default docker version (kubeflow#1415) Add a docker build into the github CI, even if we don't use it, and also stop using latest as the default container version, as it is clearly wrong, and the latest tag hasn't been updated in a long time. travis-ci.org has stopped building the code for this repository as well, so we should focus on github workflows. Ideally we'd move the building of the docker container into github as well because then at least all CI is managed in one place. Signed-off-by: Tom Hellier <[email protected]>
Updating API version of admissionregistration.k8s.io (kubeflow#1401) * Added webhook timeout variable * made timeout variable to be private * Fixed chart version * Bumped admission & admissionregistration ver to v1 * Bumped operator version to v1beta2-1.3.0-3.1.1 * Fixed typo in README.md * Fixed typos in README.md Co-authored-by: Sairaman Kumar <[email protected]>
delete-service-accounts-and-roles-before-creation (kubeflow#1384) * delete-service-accounts-and-roles-before-creation * bump spark-operator version
webhook timeout variable (kubeflow#1387) * Added webhook timeout variable * made timeout variable to be private * Fixed chart version Co-authored-by: Sairaman Kumar <[email protected]>
[FIX] add service account access to persistentvolumeclaims (kubeflow#… …1390) * [FIX] add servicea ccount access to persistentvolumeclaims * fix: Bump chart version
Add custom toleration support for webhook jobs (kubeflow#1383)
PreviousNext