-
In some production environment, there is no internet access.
And I copied the images into the pod and execute the command below.
helm install polyaxon/polyaxon --name=polyaxon --namespace=polyaxon…
-
We could leverage `condition` field from requirements.yaml ([doc link](https://docs.helm.sh/developing_charts/#tags-and-condition-fields-in-requirements-yaml)) to configure if we want the chart to dep…
-
In cases where TLS is not used, and an ingress controller is used for name-based hosting, it would be nice to have an optional hostname configurable around here:
https://github.com/polyaxon/polyaxo…
ghost updated
5 years ago
-
### Describe the bug
I launch an experiment on GKE, scheduled on a preemptible node with GPU with the following config:
```
---
version: 1
kind: experiment
environment:
node_selector:
…
-
### Feature motivation
Superusers sometimes want to check the list of users. To do that, we need to look into the databasae now. A command to get the list of users would be quite useful.
The comm…
-
### Feature motivation
It seems that outputs remain in the storage even if we remove experiments with both of CLI and the web UI. In terms of the used storage size of outputs in NFS, how to remove un…
-
### Describe the bug
Following the quick start tutorial [0] of the documentation and executing the command, mentioned in the subject, we'll receive the error message:
```
error from callback : __in…
-
### Feature motivation
Today polyaxon file can accept multiple commands using `&&`, e.g.
```
run:
cmd: /bin/sh do_this.sh && /bin/sh do_that.sh && python run_all.py
```
To improve visual…
-
### Describe the bug
Hi! This is my first attempt with Kubernetes, and while attempting to deploy the project on a minikube instance, it seems that my API server always times out. It seems that the s…
-
I want to deploy polyaxon in CPU,But there has always been amistake?The polyaxon requie the GPU,what should I do?