Created
October 8, 2018 23:50
-
-
Save iandow/4d04fd05eb4ab4af4d9c19cb98e6592e to your computer and use it in GitHub Desktop.
dsr deploy error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enmac:private-kubernetes idownard$ kubectl get pods -n idownard-cluster | |
NAME READY STATUS RESTARTS AGE | |
admincli-975b9897d-rvsnv 1/1 Running 0 1h | |
cldb-0 1/1 Running 0 1h | |
dataaccessgateway-5bcdcb4d7c-sgxsd 1/1 Running 5 1h | |
kafkarest-69984c5dcf-n22pw 1/1 Running 5 1h | |
ldap-0 1/1 Running 0 1h | |
mapr-init-6mxvq 0/1 Completed 0 1h | |
maprgateway-0 1/1 Running 5 1h | |
mastgateway-6f94c7fd-lr7lm 1/1 Running 5 1h | |
mfs-0 1/1 Running 0 1h | |
mfs-1 1/1 Running 0 1h | |
mfs-2 1/1 Running 0 1h | |
nfs-0 1/1 Running 0 1h | |
s3-0 1/1 Running 5 1h | |
web-0 1/1 Running 0 1h | |
zk-0 1/1 Running 0 1h | |
enmac:private-kubernetes idownard$ kubectl get pods | |
NAME READY STATUS RESTARTS AGE | |
dsr-kube 0/1 CrashLoopBackOff 5 5m | |
enmac:private-kubernetes idownard$ kubectl describe pod dsr-kube | |
Name: dsr-kube | |
Namespace: default | |
Node: gke-idownard-cluster-default-pool-a0b44f5a-hlgm/10.128.0.4 | |
Start Time: Mon, 08 Oct 2018 16:35:05 -0700 | |
Labels: app=dsr-svc | |
Annotations: <none> | |
Status: Running | |
IP: 10.24.1.10 | |
Containers: | |
dsr: | |
Container ID: docker://f291aaf58faf3d37c5c5d1257059d55a7e85d405f606ef63377252ec7c6a286e | |
Image: maprtech/data-science-refinery:v1.1_6.0.0_4.1.0_centos7 | |
Image ID: docker-pullable://maprtech/data-science-refinery@sha256:2838694ac4239fd24bc2872c3c2688be7241da48cd30f8f84594529b90874511 | |
Port: <none> | |
Host Port: <none> | |
State: Waiting | |
Reason: CrashLoopBackOff | |
Last State: Terminated | |
Reason: Error | |
Exit Code: 1 | |
Started: Mon, 08 Oct 2018 16:40:11 -0700 | |
Finished: Mon, 08 Oct 2018 16:40:11 -0700 | |
Ready: False | |
Restart Count: 5 | |
Requests: | |
cpu: 500m | |
memory: 2Gi | |
Environment: | |
MAPR_MOUNT_PATH: /mapr | |
MAPR_CLUSTER: idownard-cluster | |
MAPR_CLDB_HOSTS: 10.24.0.7 | |
MAPR_CONTAINER_USER: mapr | |
MAPR_CONTAINER_GROUP: mapr | |
MAPR_CONTAINER_PASSWORD: mapr | |
HOST_IP: (v1:status.hostIP) | |
ZEPPELIN_DEPLOY_MODE: kubernetes | |
Mounts: | |
/dev/fuse from fuse (rw) | |
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ltdvb (ro) | |
Conditions: | |
Type Status | |
Initialized True | |
Ready False | |
PodScheduled True | |
Volumes: | |
fuse: | |
Type: HostPath (bare host directory volume) | |
Path: /dev/fuse | |
HostPathType: | |
default-token-ltdvb: | |
Type: Secret (a volume populated by a Secret) | |
SecretName: default-token-ltdvb | |
Optional: false | |
QoS Class: Burstable | |
Node-Selectors: <none> | |
Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s | |
node.kubernetes.io/unreachable:NoExecute for 300s | |
Events: | |
Type Reason Age From Message | |
---- ------ ---- ---- ------- | |
Normal Scheduled 6m default-scheduler Successfully assigned dsr-kube to gke-idownard-cluster-default-pool-a0b44f5a-hlgm | |
Normal SuccessfulMountVolume 6m kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm MountVolume.SetUp succeeded for volume "fuse" | |
Normal SuccessfulMountVolume 6m kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm MountVolume.SetUp succeeded for volume "default-token-ltdvb" | |
Normal Pulled 3m (x4 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Successfully pulled image "maprtech/data-science-refinery:v1.1_6.0.0_4.1.0_centos7" | |
Normal Created 3m (x4 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Created container | |
Normal Started 3m (x4 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Started container | |
Warning BackOff 2m (x7 over 4m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm Back-off restarting failed container | |
Normal Pulling 1m (x6 over 6m) kubelet, gke-idownard-cluster-default-pool-a0b44f5a-hlgm pulling image "maprtech/data-science-refinery:v1.1_6.0.0_4.1.0_centos7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment