Results 23 issues of Eric

I got one successful deployment on the latest master but can't get anymore it seems. The provider logs that bids are created, but it never shows up in `akash events`....

kind/bug

This is my proof of concept for using Loki to store & retrieve logs. This is based off my work I did on the metal-lb branch, cleaning up some of...

keepalive

The current SDL has us passing in a docker container URL to kubernetes. Kubernetes pulls it down. We should be able to add support for the SDL including some sort...

kind/enhancement

while setting up my provider I goofed up one of the hostnames with an invalid character. I got this error ``` Feb 17 18:13:10 ams0 akash[1745601]: E[2021-02-17|18:13:10.856] applying ingress module=provider-cluster-kube...

kind/bug
user/provider

Based on the documentation for the `context` package you shouldn't store a `context.Context` in a struct, but instead it pass it wherever you need it. I guess this makes some...

kind/task
status/question

We have lots of code passing values around by passing around a pointer. For small values there is very little advantage to this, as it just puts more stress on...

kind/performance

The deploy tool has some bad logic around indexing somewhere, I got this panic ``` I[2021-02-15|16:48:01.903] tx sent successfully hash=9A1BA1176967535CE141DAAAE66EE67D52691E963CDE894CD0A3FE6930DECC48 code=0 codespace= action=create-deployment dseq=4414 I[2021-02-15|16:48:05.349] deployment created addr=akash19dnhammcj3vf9dzgmtgg7pc8ujecn5azlzcu09 dseq=4414 I[2021-02-15|16:48:05.349]...

kind/bug

If I run with a flag of `--state matched` I get this result ``` ~/ovrclk/akash/akash --node=tcp://86.109.8.123:26657 --chain-id=local --home=$PWD/home query deployment list --owner akash1sknuhqt6d84h7xxstjpfe2xx2pc75ky07v03wh --state matched Error: rpc error: code =...

user-friendliness
kind/useability

When you get the information for a running pod from kubernetes you get the exact pod in use even if the specifier was something generic like `ubuntu/bionic`. We should return...

I did the following thing 1. Started lots of deployments with one account 2. Left them up 3. My provider was offline for an extended period of time due to...