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
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "Readwise Highlights API", | |
| "version": "2.0" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://readwise.io/api/v2/" | |
| } |
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
| openapi: "3.0.0" | |
| info: | |
| title: "Readwise API" | |
| version: "2.0" | |
| servers: | |
| - url: "https://readwise.io/api/v2" | |
| - description: official readwise JSON interface |
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
| ---> 4ee68d40914e | |
| Removing intermediate container 0b284fd525f1 | |
| Step 3 : RUN sh -c 'touch /app.jar' | |
| ---> Running in def5ca711fde | |
| ---> 23665e0d82bd | |
| Removing intermediate container def5ca711fde | |
| Step 4 : ENTRYPOINT java -Djava.security.egd=file:/dev/./urandom -jar /app.jar | |
| ---> Running in 6370588d10a6 | |
| ---> 7b92e44a2f95 | |
| Removing intermediate container 6370588d10a6 |
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
| Name: router-3-1ihgr | |
| Namespace: default | |
| Node: apps.intrinsic.world/108.61.189.216 | |
| Start Time: Thu, 21 Apr 2016 12:49:25 +0000 | |
| Labels: deployment=router-3,deploymentconfig=router,router=router | |
| Status: Running | |
| IP: 108.61.189.216 | |
| Controllers: ReplicationController/router-3 | |
| Containers: | |
| router: |
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
| Name: docker-registry-2-ahwgx | |
| Namespace: default | |
| Node: apps.intrinsic.world/108.61.189.216 | |
| Start Time: Thu, 21 Apr 2016 12:23:53 +0000 | |
| Labels: deployment=docker-registry-2,deploymentconfig=docker-registry,docker-registry=default | |
| Status: Running | |
| IP: 10.1.1.10 | |
| Controllers: ReplicationController/docker-registry-2 | |
| Containers: | |
| registry: |
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
| 1: /go/src/k8s.io/kubernetes/hack/lib/golang.sh:456 kube::golang::build_binaries(...) | |
| 2: hack/build-cross.sh:28 main(...) | |
| Exiting with status 1 | |
| !!! Error in build/../build/common.sh:546 | |
| '"${docker_cmd[@]}" "$@"' exited with status 1 | |
| Call stack: | |
| 1: build/../build/common.sh:546 kube::build::run_build_command(...) | |
| 2: build/release.sh:32 main(...) | |
| Exiting with status 1 | |
| make: *** [quick-release] Error 1 |
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
| { | |
| "kind": "Pod", | |
| "spec": { | |
| "imagePullSecrets": [ | |
| { | |
| "name": "myregistrykey" | |
| } | |
| ], | |
| "containers": [ | |
| { |
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
| [root@kubernetes-master intrinsic]# kubectl get events -w | |
| FIRSTSEEN LASTSEEN COUNT NAME KIND SUBOBJECT REASON SOURCE MESSAGE | |
| 1m 1m 1 kubernetes-minion-1 Node Starting {kube-proxy kubernetes-minion-1} Starting kube-proxy. | |
| 1m 1m 1 10.245.1.3 Node Starting {kubelet 10.245.1.3} Starting kubelet. | |
| 1m 1m 1 10.245.1.3 Node NodeReady {kubelet 10.245.1.3} Node 10.245.1.3 status is now: NodeReady | |
| 1m 1m 3 authorities-backend Pod FailedScheduling {scheduler } no nodes available to schedule pods | |
| 1m 1m 1 |
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
| { | |
| "kind": "Pod", | |
| "spec": { | |
| "imagePullSecrets": [ | |
| { | |
| "name": "myregistrykey" | |
| } | |
| ], | |
| "containers": [ | |
| { |
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
| kubectl describe node 10.245.1.3 | |
| [root@kubernetes-master intrinsic]# kubectl describe node 10.245.1.3 | |
| Name: 10.245.1.3 | |
| Labels: kubernetes.io/hostname=10.245.1.3 | |
| CreationTimestamp: Tue, 15 Dec 2015 09:04:46 +0000 | |
| Conditions: | |
| Type Status LastHeartbeatTime LastTransitionTime Reason Message | |
| OutOfDisk False Tue, 15 Dec 2015 13:53:03 +0000 Tue, 15 Dec 2015 09:04:46 +0000 KubeletHasSufficientDisk kubelet has sufficient disk space available | |
| Ready False Tue, 15 Dec 2015 13:53:03 +0000 Tue, 15 Dec 2015 12:47:44 +0000 KubeletNotReady container runtime is down |
NewerOlder