kaos icon indicating copy to clipboard operation
kaos copied to clipboard

open source platform for simplifying machine learning deployment

Results 69 kaos issues
Sort by recently updated
recently updated
newest added

### Description Closes #32 ### Checklist - [x] An issue was first created **before** opening this pull request - [x] The new code follows the kaos [contribution guidelines](CONTRIBUTING.md) - [x]...

#### What is the desired change? Based on code review last week it would be nice to make terminal color handling in cli/kaos_cli/commands/build.py in the same way, as we have...

#### What is the current behaviour? kaos build list lists multiple builds for single build. #### What is the expected behaviour? Should only list one build per build. #### How...

#### What is the desired change? Based on code review last week it would be nice to change the way we deal with constants: ``` from kaos_cli.constants import PACHYDERM, BACKEND...

#### What is the current behaviour? Backend validation check fails during remote init. #### What is the expected behaviour? For remote initialization backed validation should pass. #### How to reproduce?...

bug

#### What is the current behaviour? GCP deployment fails with: #### What is the expected behaviour? GCP cluster should be created. #### How to reproduce? (e.g. logs, minimal example, etc...)...

#### What is the desired change? Since the Kubernetes dashboard as an addon option has been deprecated for clusters on GKE and in version 1.15, it is necessary to consider...

good first issue
update

#### What is the desired change? The tag in github and dockerhub should be synchronised with versions in cli/setup.py and backend/steup.py. #### How will this change improve kaos? Clear versioning...

enhancement

#### What is the desired change? Currently, a vast majority of kaos cli commands do not have associated unit tests, which would be helpful in reducing development and testing time....

enhancement

#### What is the desired change? Simplify/clean up the kaos repo (top level). #### How will this change improve kaos? Less "bloat". #### Any thoughts on the implementation approach? Refactor.

enhancement