-
(py3.8) root@test-k8s-cpu-42:~/polyaxon-charts# helm install polyaxon/polyaxon --namespace=polyaxon --generate-name
Error: unable to build kubernetes objects from release manifest: unable to recogni…
-
### Current behavior
We started using GCP ConfigSync for GitOps. The ConfigSync can't apply the Polyaxon Operator CRD manifest because of https://g.co/cloud/acm-errors#knv1045. The error is followi…
-
### Describe the bug
* POLYAXON_AGENT_SPAWNER_REFRESH_INTERVAL won't be defined when values.yaml has `agentSecret`. Is this intentional?
* If this is unintentional, we may want to put `{{- end}}` …
-
### Current behavior
I have workstation with a GPU that I occasionally would like to use to run experiments, which automatically uploads results to polyaxon. It seems like the --local flag would prev…
-
This should be trivial just add a polyaxon user and ensure that permissions are properly set in the container.
```
# Add user
ENV NB_USER polyaxon
ENV NB_UID 999
ENV NB_GROUP polyaxon
ENV…
-
(py3.8) root@cpu-10-0-0-15:~/polyaxon# polyaxon login -uroot -prootpassword
Could not login.
Error Message `404 on http://10.0.0.15:30170/api/v1/users/token/.`.
-
### Describe the bug
I have tried to `helm install polyaxon/polyaxon --namespace=polyaxon -f config.yml --generate-name` and when my instance comes up, I receive a liveness error for the api pod. I …
-
### Feature motivation
> Is it possible to generate dates as hyper-params?
Add possibility to generate datetime ranges.
### Feature description
DateTimeRange should allow users to generate…
-
I want to use "connection" module to mount the host path to the docker container.
Although there have been documentation about the "connection" [https://polyaxon.com/docs/setup/connections/](url) but…
-
### Use case
> Hello, I am wondering if it is possible to run the service in Polyaxon such that I can use my PyCharm with remote interpreter (let's say via ssh connection). Anyone tried such option…