provider
provider copied to clipboard
Source code for Akash Provider Daemon
Resolves https://github.com/akash-network/support/issues/221 Relies on https://github.com/akash-network/akash-api/pull/164 Convert REST handlers to gRPC. ## `LeaseService` * `SendManifest`: On hold (https://github.com/akash-network/provider/pull/212) * `Status`: Done * `StreamStatus`: Done * `Shell`: Out of scope for this...
Implements `SendManifest` from https://github.com/akash-network/akash-api/pull/130. Resolves https://github.com/akash-network/support/issues/191 A few other things that are in this: * A simple gRPC test harness. @troian mentioned that there are other gRPC tests, but I...
Sample CRD: apiVersion: akash.network/v2beta2 kind: ModerationFilter metadata: name: my-moderationfilter namespace: lease # change this to the desired namespace labels: akash.network: "true" spec: - allow: true pattern: "akash1ul69x67vp6qquknx7vp29zjhxekux58gvfpfqe" type: "TenantAddress" -...
Allow for the ingress class to be changed based on an env var
Cluster domains can be different than cluster.local.
This PR allows cert-manager annotations on ingress based on environment variables.
Set the json tags for LeaseIPStatus type. Is there any reason to not use the net.IP type for the IP?