-
KubePlus kubectl-applogs plugin retrieves the container logs for all the Pods corresponding to an application instance.
The implementation of this plugin has gone through several iterations. It's o…
-
```
package com.example;
import java.io.FileReader;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
import java.util.Map;
import …
-
### What Happened?
![image](https://github.com/user-attachments/assets/fd7d9c05-9a2d-41e6-aba1-806aa9357316)
![Screenshot 2024-08-08 230011](https://github.com/user-attachments/assets/5a6eb97b-7e0a-…
-
Check whether using kubectl.sh without having kubectl installed on local machine still works.
> it used to be the case, a few years back, that you could run `kubectl.sh` without having `kubectl` in…
-
### What happened? 发生了什么问题?
今天,当我使用kubectl top nodes 来检查节点负载时,我得到了一个错误:"error: Metrics API not available."
我使用了kubectl logs -f -n kube-system metrics-server-xxxxxx 和 systemctl status kube-apiserver…
-
When I user kubectl logs -f view coredns log in kube-system ns,terminal repeat print log, like this
![1](https://github.com/user-attachments/assets/bfa856b6-17f6-4702-bc84-1ec61dc485f2)
use kubec…
-
### What is the problem you're trying to solve
When using kubectl get queue, display parent
```
kubectl get queue
NAME AGE
a 116s
aa 115s
```
### Describe the solution …
-
The documentation is very confusing, there is not enough examples after commands for example:
--kubeconfig string
--
| use a particular kubeconfig file
it doesn't give you an example of how …
-
-
First of all, a quite useful tool. Thanks! :-)
I'm currently missing autocompletion for kubectl. I installed the autocompletion for zsh which completes direct kubesafe commands. But if I enter `kub…