Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. certificatemanager_4002
    3. Controversial

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    C Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 14
    • Groups 0

    Posts

    Recent Best Controversial
    • InitContainers never start with Azure Sql on ProGet 25.0.18

      I have a proget 25.0.18 connected to sql server. I setup dedicated pv and pvc for blobs and packages I do not have any error ate this stage. The InitContainer sequence

          initContainers:
              - name: upgradedb
                image: "proget.inedo.com/productimages/inedo/proget:25.0.18"
                command: ["/usr/local/proget/service/proget", "upgradedb"]
                env:
                  - name: PROGET_SQL_CONNECTION_STRING
                    valueFrom:
                      secretKeyRef:
                        name: connection-string
                        key: sql-connection-string
                  - name: PROGET_ENCRYPTION_KEY
                    valueFrom:
                      secretKeyRef:
                        name: encryption-key
                        key: encryption-key
      

      The pod description shows me that the initcontainer never start

      Init Containers:                                                                                                           
      │   upgradedb:                                                                                                               
      │     Container ID:                                                                                                          
      │     Image:         proget.inedo.com/productimages/inedo/proget:25.0.18                                                     │
      │     Image ID:                                                                                                              
      │     Port:          <none>                                                                                                  
      │     Host Port:     <none>                                                                                                  
      │     Command:                                                                                                               
      │       /usr/local/proget/service/proget                                                                                     
      │       upgradedb                                                                                                            
      │     State:          Waiting                                                                                                
      │       Reason:       PodInitializing                                                                                        
      │     Ready:          False                                                                                                  
      │     Restart Count:  0                                                                                                     
      │     Environment:                                                                                                           
      │       PROGET_SQL_CONNECTION_STRING:
      

      The main problem is that there is no log, so I'm not able to understand where the system failed. Is there a way to track the initcontainer.
      Regards

      posted in Support
      C
      certificatemanager_4002
    • 1 / 1