Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Pod Constantly Crashes And Restarts Silently (In DEBUG) #161

Closed
Carmezim opened this issue Sep 4, 2021 · 1 comment
Closed

Pod Constantly Crashes And Restarts Silently (In DEBUG) #161

Carmezim opened this issue Sep 4, 2021 · 1 comment

Comments

@Carmezim
Copy link

Carmezim commented Sep 4, 2021

I seem to not be able to get the Tornado serving the endpoints. I am able to train the data and see the results though.

It seems the pod is crashing and restarting each few minutes without any logs in DEBUG mode so it never finishes training and get to start the server.

This is the service

spec:
  ports:
    - name: metrics
      protocol: TCP
      port: 8080
      targetPort: 8080
  selector:
    app.kubernetes.io/name: prometheus-anomaly-detector
  clusterIP: *******
  clusterIPs:
    - ******
  type: ClusterIP
  sessionAffinity: None
status:
  loadBalancer: {}

The deployment ports:

spec:
      containers:
        - name: prometheus-anomaly-detector
          image: prometheus-anomaly-detector-image
          ports:
            - containerPort: 8080
              protocol: TCP
          hostNetwork: false

Running master.

@Carmezim Carmezim changed the title Cannot Access Web Server Cannot Access Web Server And Predictions Sep 4, 2021
@Carmezim Carmezim changed the title Cannot Access Web Server And Predictions Pod Constantly Crashes And Restarts Silently (In DEBUG) And Cannot Access Web Server And Predictions Sep 8, 2021
@Carmezim Carmezim changed the title Pod Constantly Crashes And Restarts Silently (In DEBUG) And Cannot Access Web Server And Predictions Pod Constantly Crashes And Restarts Silently (In DEBUG) Sep 8, 2021
@Carmezim
Copy link
Author

Carmezim commented Sep 8, 2021

That was given under-provisioning the deployment.

@Carmezim Carmezim closed this as completed Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant