-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwrong_interface.yaml
More file actions
119 lines (119 loc) · 3.49 KB
/
wrong_interface.yaml
File metadata and controls
119 lines (119 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
apiVersion: v1
kind: Pod
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Pod","metadata":{"annotations":{},"name":"kube-wrong-interface","namespace":"default"},"spec":{"containers":[{"image":"wclif/kube-wrong-interface-x64","name":"kube-wrong-interface","ports":[{"containerPort":8756}]}]}}
creationTimestamp: "2025-02-01T15:59:44Z"
name: kube-wrong-interface
namespace: default
resourceVersion: "382522"
uid: 222bf7dd-228b-498c-b82e-6aa1f9a3bd62
spec:
containers:
# - image: wclif/kube-wrong-interface-x64
imagePullPolicy: Always
name: kube-wrong-interface
ports:
- containerPort: 8756
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-zx5l6
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: minikube
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: kube-api-access-zx5l6
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-02-01T15:59:46Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-02-01T15:59:44Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-02-01T15:59:44Z"
message: 'containers with unready status: [kube-wrong-interface]'
reason: ContainersNotReady
status: "False"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-02-01T15:59:44Z"
message: 'containers with unready status: [kube-wrong-interface]'
reason: ContainersNotReady
status: "False"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-02-01T15:59:44Z"
status: "True"
type: PodScheduled
containerStatuses:
# - image: wclif/kube-wrong-interface-x64
imageID: ""
lastState: {}
name: kube-wrong-interface
ready: false
restartCount: 0
started: false
state:
waiting:
message: 'Error response from daemon: pull access denied for wclif/kube-wrong-interface-x64,
repository does not exist or may require ''docker login'': denied: requested
access to the resource is denied'
reason: ErrImagePull
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-zx5l6
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.50.226
hostIPs:
- ip: 192.168.50.226
phase: Pending
podIP: 10.244.0.141
podIPs:
- ip: 10.244.0.141
qosClass: BestEffort
startTime: "2025-02-01T15:59:44Z"