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
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: with-node-affinity | |
spec: | |
affinity: | |
nodeAffinity: | |
requiredDuringSchedulingIgnoredDuringExecution: | |
nodeSelectorTerms: | |
- matchExpressions: |
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
I0404 14:31:38.465963 1424 generic.go:153] GenericPLEG: a69e3b0f-7f4e-4e26-af88-07cfeb39eeb2/42c43a7d847885018037a80b5ee3b7ec725c47b7ea7d28a07f1390361fd523a0: non-existent -> exited | |
I0404 14:31:39.284241 1424 kuberuntime_manager.go:892] getSandboxIDByPodUID got sandbox IDs ["42c43a7d847885018037a80b5ee3b7ec725c47b7ea7d28a07f1390361fd523a0"] for pod "var-expansion-d398981a-2df3-48bb-9ac4-190d084a981e_var-expansion-487(a69e3b0f-7f4e-4e26-af88-07cfeb39eeb2)" | |
W0404 14:31:40.359834 1424 pod_container_deletor.go:75] Container "42c43a7d847885018037a80b5ee3b7ec725c47b7ea7d28a07f1390361fd523a0" not found in pod's containers | |
I0404 14:31:40.328590 1424 cni.go:328] Adding var-expansion-487_var-expansion-d398981a-2df3-48bb-9ac4-190d084a981e/42c43a7d847885018037a80b5ee3b7ec725c47b7ea7d28a07f1390361fd523a0 to network win-bridge/l2bridge netns "none" | |
I0404 14:31:40.359834 1424 kubelet.go:1926] SyncLoop (PLEG): "var-expansion-d398981a-2df3-48bb-9ac4-190d084a981e_var-expansion-487(a69e3b0f-7f4e-4e26-af88-07cfeb3 |
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
{ | |
"apiVersion": "audit.k8s.io/v1beta1", | |
"auditID": "464d0de5-87fc-4d2d-8ca4-39d866868a0d", | |
"kind": "Event", | |
"level": "Request", | |
"metadata": { | |
"creationTimestamp": "2018-03-15T12:08:32Z" | |
}, | |
"objectRef": { | |
"apiVersion": "v1", |
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
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
name: probe | |
namespace: probe-test | |
labels: | |
k8s-app: probe | |
spec: | |
replicas: 90 | |
selector: |
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
====== *GENERATE POD STATUS ONLY AT THE END OF SYNCPOD* ======== | |
CPU usage of containers on node "e2e-test-yjhong-minion-fzit": | |
container 5th% 20th% 50th% 70th% 90th% 95th% 99th% | |
"/" 0.143 0.189 0.250 0.303 0.419 0.512 0.855 | |
"/docker-daemon" 0.000 0.001 0.013 0.019 0.033 0.064 0.402 | |
"/kubelet" 0.031 0.041 0.063 0.088 0.139 0.206 0.413 | |
"/system" 0.000 0.000 0.000 0.000 0.018 0.025 0.033 | |
Nov 24 13:56:54.655: INFO: |