File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 46
46
EOF
47
47
```
48
48
49
+ Observation:
50
+ * Start Octant
51
+ * Go to ` Cluster Overview ` on left side
52
+ * Go to ` Namespaces `
53
+ * Scroll down to ` Resource Quotas `
54
+
49
55
</p >
50
56
</details >
51
57
76
82
EOF
77
83
```
78
84
85
+ Observation:
86
+ * Start Octant
87
+ * Go to ` Cluster Overview ` on left side
88
+ * Go to ` Namespaces `
89
+ * Scroll down to ` Resource Limits `
90
+
79
91
</p >
80
92
</details >
81
93
@@ -215,6 +227,37 @@ spec:
215
227
EOF
216
228
```
217
229
230
+ Observation
231
+ * Start Octant
232
+ * Go to ` Workloads ` ...` Pods `
233
+ * Select ` my-pod ` ...` Terminal ` ...type ` env `
234
+
235
+ ``` bash
236
+ # kubectl exec --stdin --tty my-pod -- /bin/bash
237
+
238
+ root@my-pod:/# env
239
+ error-log-level=notice # 👈👈👈
240
+ SECRET-ENV-USER=bob # 👈👈👈
241
+ SECRET-ENV-PASSWORD=123456 # 👈👈👈
242
+ KUBERNETES_SERVICE_PORT_HTTPS=443
243
+ KUBERNETES_SERVICE_PORT=443
244
+ HOSTNAME=my-pod
245
+ PWD=/
246
+ PKG_RELEASE=1~buster
247
+ HOME=/root
248
+ KUBERNETES_PORT_443_TCP=tcp://10.245.0.1:443
249
+ NJS_VERSION=0.5.3
250
+ TERM=xterm
251
+ SHLVL=1
252
+ KUBERNETES_PORT_443_TCP_PROTO=tcp
253
+ KUBERNETES_PORT_443_TCP_ADDR=10.245.0.1
254
+ KUBERNETES_SERVICE_HOST=10.245.0.1
255
+ KUBERNETES_PORT=tcp://10.245.0.1:443
256
+ KUBERNETES_PORT_443_TCP_PORT=443
257
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
258
+ NGINX_VERSION=1.20.0
259
+ ```
260
+
218
261
</p >
219
262
</details >
220
263
<br />
You can’t perform that action at this time.
0 commit comments