-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunbooks_describe_pod.txt
113 lines (111 loc) · 8.85 KB
/
runbooks_describe_pod.txt
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
Name: qgis-nginx-7bd9577df-rkfcn
Namespace: default
Priority: 0
Node: docker-desktop/192.168.65.4
Start Time: Sun, 02 May 2021 18:25:17 +0200
Labels: myLabel=qgis-nginx
pod-template-hash=7bd9577df
Annotations: <none>
Status: Pending
IP: 10.1.0.169
IPs:
IP: 10.1.0.169
Controlled By: ReplicaSet/qgis-nginx-7bd9577df
Containers:
qgis-nginx:
Container ID:
Image: nginx:1.13
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: CreateContainerConfigError
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/etc/nginx/conf.d/ from nginx-conf (rw,path="default.conf")
/var/run/secrets/kubernetes.io/serviceaccount from default-token-4rc49 (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
nginx-conf:
Type: HostPath (bare host directory volume)
Path: C/Users/Elitebook/Documents/GitHub/docker_simile/qgis-server/nginx.conf
HostPathType:
default-token-4rc49:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-4rc49
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 59s default-scheduler Successfully assigned default/qgis-nginx-7bd9577df-rkfcn to docker-desktop
Normal Pulled 3s (x7 over 58s) kubelet Container image "nginx:1.13" already present on machine
Warning Failed 3s (x7 over 58s) kubelet Error: stat C/Users/Elitebook/Documents/GitHub/docker_simile/qgis-server/nginx.conf: no such file or directory
Name: qgis-server-69f6bbfcdf-k6gll
Namespace: default
Priority: 0
Node: docker-desktop/192.168.65.4
Start Time: Sun, 02 May 2021 18:25:17 +0200
Labels: myLabel=qgis-server
pod-template-hash=69f6bbfcdf
Annotations: <none>
Status: Running
IP: 10.1.0.168
IPs:
IP: 10.1.0.168
Controlled By: ReplicaSet/qgis-server-69f6bbfcdf
Containers:
qgis-server:
Container ID: docker://200b6379799f52df0d2d4050f480fba729824dcf922844def2ace9632665b514
Image: qgis-server:latest
Image ID: docker://sha256:abefa7a1c3cf693b367299acaf7ecfcaf7ae035f531d07082436de368f367089
Port: 5555/TCP
Host Port: 0/TCP
State: Running
Started: Sun, 02 May 2021 18:25:18 +0200
Ready: True
Restart Count: 0
Environment:
LANG: en_EN.UTF-8
QGIS_PROJECT_FILE: /data/Cartografia_base.qgz
QGIS_SERVER_LOG_LEVEL: 2
DEBUG: 1
Mounts:
/data from qgis-data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from default-token-4rc49 (ro)
Conditions:
Type Status
Initialized True
Ready True
ContainersReady True
PodScheduled True
Volumes:
qgis-data:
Type: HostPath (bare host directory volume)
Path: /mnt/c/Users/Elitebook/Documents/GitHub/docker_simile/qgis-server/data
HostPathType:
default-token-4rc49:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-4rc49
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 59s default-scheduler Successfully assigned default/qgis-server-69f6bbfcdf-k6gll to docker-desktop
Normal Pulled 58s kubelet Container image "qgis-server:latest" already present on machine
Normal Created 58s kubelet Created container qgis-server
Normal Started 58s kubelet Started container qgis-server