Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Provider Audit] provider.medas-digital.io #558

Open
oxygene76 opened this issue Apr 22, 2024 · 3 comments
Open

[Provider Audit] provider.medas-digital.io #558

oxygene76 opened this issue Apr 22, 2024 · 3 comments
Assignees

Comments

@oxygene76
Copy link

Prerequisite Steps:

1. Make sure your provider has community provider attributes and your contact details (email, website):

  Example:
  $ provider-services query provider get akash1<REDACTED> -o text
  ...
  attributes:
  ...
  - key: host
  value: akash
  - key: tier
  value: community
  info:
    email: "<your email>"
    website: "<your website>"

Ref documentation:.

2. Make sure your provider *.ingress resolves to your provider IP (ideally worker node IP)

host <anything>.ingress.<yourdomain>

Example:

$ host anything.ingress.akash.pro
anything.ingress.akash.pro is an alias for nodes.akash.pro.
nodes.akash.pro has address 65.108.6.185

3. Please make sure your Akash provider doesn't block any Akash specific ports.

Audit Steps:

1. Title the issue: " [Provider Audit]: Provider Address" (e.g. "[Provider Audit]: provider.europlots.com")

2. Wait for response via comments. If no issues during provider Audit, process will be complete, provider should start bidding on leases, and Audit ticket will be closed.

3. If there are issues during the provider Audit, debug those issues, and Audit will be complete.

4. Audit Issue will be closed by core team member.

Leave contact information (optional)

  1. Eike Janssen
  2. @xgn_MedasDigital
  3. info@medas-digital.io
@shimpa1
Copy link

shimpa1 commented May 8, 2024

hi @oxygene76 ,

Your provider is not responding on status endpoint / port 8443:

curl -sk https://provider.medas-digital.io:8443/status | jq

returns an empty response

The GRPC endpoint is not working / port 8444:

grpcurl -insecure provider.medas-digital.io:8444 akash.provider.v1.ProviderRPC.GetStatus
Failed to dial target host "provider.medas-digital.io:8444": dial tcp 88.205.101.206:8444: connect: connection refused

Please fix those issues before we can continue.

thank you!

@oxygene76
Copy link
Author

oxygene76 commented May 8, 2024 via email

@andy108369
Copy link
Contributor

Hi @oxygene76
your provider won't bid to my deployment order:

profiles:
  compute:
    app:
      resources:
        cpu:
          units: 4
        memory:
          size: 8Gi
        storage:
          size: 20Gi

Please check your provider logs for dseq 16922520 to see if you have any relevant logs.
Example command to check the logs for that dseq:

kubectl -n akash-services logs akash-provider-0 --tail=10000000 | grep 16922520

Your provider should have enough capacity for my request though.

$ provider_info2.sh provider.medas-digital.io
PROVIDER INFO
BALANCE: 9.338558
"hostname"                   "address"
"provider.medas-digital.io"  "akash1rlkx7vef3h2jaz33ru0axhggmt6gyq35xevg5x"

Total/Available/Used (t/a/u) per node:
"name"   "cpu(t/a/u)"        "gpu(t/a/u)"  "mem(t/a/u GiB)"       "ephemeral(t/a/u GiB)"
"node1"  "16/13.33/2.67"     "0/0/0"       "31.24/27.7/3.54"      "43.13/43.13/0"
"node2"  "64/53.895/10.105"  "0/0/0"       "125.68/106.41/19.27"  "882.71/882.21/0.5"

ACTIVE TOTAL:
"cpu(cores)"  "gpu"  "mem(GiB)"  "ephemeral(GiB)"  "beta1(GiB)"  "beta2(GiB)"  "beta3(GiB)"
0.5           0      0.5         0.5               0             0             0

PERSISTENT STORAGE:
"storage class"  "available space(GiB)"

PENDING TOTAL:
"cpu(cores)"  "gpu"  "mem(GiB)"  "ephemeral(GiB)"  "beta1(GiB)"  "beta2(GiB)"  "beta3(GiB)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants