Skip to content

Releases: devzero-inc/zxporter

v0.0.26

Choose a tag to compare

@Tzvonimir Tzvonimir released this 18 Jun 12:45
d105d1f

What's Changed

Full Changelog: v0.0.25...v0.0.26

v0.0.25

Choose a tag to compare

@dray92 dray92 released this 16 Jun 22:34
9284154

What's Changed

Full Changelog: v0.0.23...v0.0.25

v0.0.23

Choose a tag to compare

@dray92 dray92 released this 05 Jun 22:02
7a1f753

What's Changed

Full Changelog: v0.0.22...v0.0.23

v0.0.22

Choose a tag to compare

@dray92 dray92 released this 05 Jun 22:01
e98f5e7

What's Changed

Full Changelog: v0.0.19...v0.0.22

Zxporter Version, GPU metrics, Metrics server Validation.

Choose a tag to compare

@Parthiba-Hazra Parthiba-Hazra released this 09 May 14:52
67f7214
change metrics server namespace (#83)

* Ignore kustomize charts

* Ignore some files from docker

* Move base image to alpine

We'll need to run a bash entrypoint. Distroless images do not have bash

* Move metrics-server into devzero-zxporter namespace

We also need to override chart names so they don't conflict with default metrics server.

Using default names and applying manifests with kubectl would overwrite customer configuration. Deleting with kubectl would then delete customer metrics server, potentially causing problems

* Move metric server installation to container

This adds and entrypoint to docker image that checks if metrics server is already installed.

If not installed it will install metrics server on devzero-zxporter namespace.

This also adds the required permissions to isntall metrics server. This means we now need some writing permissions but they are mostly restricted to devzero namespace. Some permissions are cluster wide and are needed to install metrics server.

We could potentially try to trim permissions in the future.

* Adds makefile dependency

* Missing lines

* Fix manifest

0.0.17

Choose a tag to compare

@Parthiba-Hazra Parthiba-Hazra released this 06 May 14:50
v0.0.17

PR #