error setting up SP auctions #16

Open
opened 2024-11-16 12:52:50 +00:00 by zramsay · 1 comment
Member

from a Service Provider:

Completed setting up validator and service-provider, deployment worked as well, however, not sure how to enable auction based deployments:

HANDLE_AUCTION_REQUESTS=true is added to config, but I still see:

error: container cerc-webapp-auction-handler is not valid for pod laconic-817d3089c4c96d32-deployment-7d9ff577b6-5lpq2 when running kubectl logs -f laconic-817d3089c4c96d32-deployment-7d9ff577b6-5lpq2 -c cerc-webapp-auction-handler 
from a Service Provider: Completed setting up validator and service-provider, deployment worked as well, however, not sure how to enable auction based deployments: `HANDLE_AUCTION_REQUESTS=true` is added to config, but I still see: ``` error: container cerc-webapp-auction-handler is not valid for pod laconic-817d3089c4c96d32-deployment-7d9ff577b6-5lpq2 when running kubectl logs -f laconic-817d3089c4c96d32-deployment-7d9ff577b6-5lpq2 -c cerc-webapp-auction-handler ```
ashwin was assigned by zramsay 2024-11-16 12:52:55 +00:00
Member

Looking at the error, seems like it might be one of several issues:

  • The setup is outdated
  • The config is incorrect
  • The auction handler container has run into an error

Some questions regarding the setup:

  • Is this a fresh setup (with repos being cloned afresh) or is it an existing SP setup from stage1 being upgraded for testnet2?
  • Can you provide the config and spec files being used?
    cat webapp-deployer/config.env
    
    cat webapp-deployer/spec.yml
    
  • Can you provide output for the following commands for more context?
    # webapp-deployer pod id
    laconic-so deployment --dir webapp-deployer ps
    
    # Currently running pods
    kubectl get pods
    
    # webapp-deployer pod description
    kubectl describe pod <pod-id>
    
    # Machine resources
    lscpu | grep '^CPU(s):'
    
    free -h
    
Looking at the error, seems like it might be one of several issues: - The setup is outdated - The config is incorrect - The auction handler container has run into an error Some questions regarding the setup: - Is this a fresh setup (with repos being cloned afresh) or is it an existing SP setup from stage1 being upgraded for testnet2? - Can you provide the config and spec files being used? ```bash cat webapp-deployer/config.env cat webapp-deployer/spec.yml ``` - Can you provide output for the following commands for more context? ```bash # webapp-deployer pod id laconic-so deployment --dir webapp-deployer ps # Currently running pods kubectl get pods # webapp-deployer pod description kubectl describe pod <pod-id> # Machine resources lscpu | grep '^CPU(s):' free -h ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/testnet-ops#16
No description provided.