You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The development installation mentioned here results in the Seldon container getting to the CrashLoopBackOff when using make deploy for installation:
k get all -n seldon-system
NAME READY STATUS RESTARTS AGE
pod/seldon-controller-manager-5b6bc75d8d-dxtxz 0/1 CrashLoopBackOff 1 (8s ago) 13s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/seldon-webhook-service ClusterIP 10.152.183.19 <none> 443/TCP 13s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/seldon-controller-manager 0/1 1 0 13s
NAME DESIRED CURRENT READY AGE
replicaset.apps/seldon-controller-manager-5b6bc75d8d 1 1 0 13s
This is the log of the controller log:
k logs -f seldon-controller-manager-5b6bc75d8d-dxtxz -n seldon-system
invalid value ""for flag -leader-election-retry-period-secs: parse error
Usage of /manager:
-create-resources
Create resources such as webhooks and configmaps on startup
-debug
Enable debug mode. Logs will be sampled and less structured.
-enable-leader-election
Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.
-kubeconfig string
Paths to a kubeconfig. Only required if out-of-cluster.
-leader-election-id string
Leader Election ID determines the name of the resource that leader election will use for holding the leader lock. (default "a33bd623.machinelearning.seldon.io")
-leader-election-lease-duration-secs int
leadership election lease duration in secs
-leader-election-renew-deadline-secs int
leadership election renew deadline in secs
-leader-election-resource-lock string
Leader election resource lock
-leader-election-retry-period-secs int
leadership election retry period in secs
-log-level string
Log level. (default "INFO")
-metrics-addr string
The address the metric endpoint binds to. (default ":8080")
-namespace string
The namespace to restrict the operator.
-operator-namespace string
The namespace of the running operator (default "default")
-webhook-port int
Webhook server port (default 443)
The text was updated successfully, but these errors were encountered:
The development installation mentioned here results in the Seldon container getting to the
CrashLoopBackOff
when usingmake deploy
for installation:This is the log of the controller log:
The text was updated successfully, but these errors were encountered: