oneslide
oneslide
## Environments - pg version: 9.6 - os version: windows 10 ## step to reproduce 1. unzip downloaded source code of this repo 2. install make and awk in windows...
The connection to the server localhost:8080 was refused - did you specify the right host or port? 单机版应该是`/etc/kubernetes/admin.conf`缺失,我找不到这个文件,没办法复制到我的用户目录`.kube`,请问这个怎么解决?
## version download zip lastest of this repo: https://github.com/prometheus-operator/kube-prometheus.git - docker: v1.21.0 - kubernetes: v1.23.0 ## description can't access pods such as `promtheus-k8s-0` in `monitoring` namespace by creating a custom...
If I need to implement an web console to container running in kubernetes. how do I use webssh connect to docker container just like `docker exec -it /bin/bash`
我想了解下实现浏览器web端连接kubernetes容器的控制台是如何实现的: 目前知道的是webssh可以指定ip和端口连接安装了sshd服务器的主机,但是怎样连接进入容器呢?
```groovy // what's this asciidoctj for? asciidoctorj { version = '1.5.5' } asciidoctor { // there seem to be a syntax error in ItelliJ idea,what's "\" is for? // but...
hello,there! I copy your pom and reduce your dependencies into two ``` io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 ``` and copy all your plugins and properties setting in` pom.xml`,and write...
## Expected Behavior 4 nodes kubernetes cluster, with one slave node have multi-interface. this node have an interface named `p6p4`. given that documents don't match : ```bash mtuIfacePattern | FELIX_MTUIFACEPATTERN...
there's in a situation, `npm bin` print some warning msg such as: ```bash npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. // stderr npm WARN config global...
I have a question about install docker-ce in offline case: there are two vms, one is online, another is not. I try to download the rpm of docker-ce in the...