上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 164 下一页

2021年9月10日

摘要: root@centos7 ~]# kubectl get pod -A The connection to the server 10.10.16.251:6443 was refused - did you specify the right host or port? [root@centos7 阅读全文
posted @ 2021-09-10 15:07 tycoon3 阅读(1263) 评论(0) 推荐(0)
摘要: [root@centos7 ~]# kubectl exec -it nginx-app-56b5bb67cc-6hjgt -- ls /sys/class/net/ eth0 lo [root@centos7 ~]# kubectl exec -it nginx-app-56b5bb67cc-6h 阅读全文
posted @ 2021-09-10 11:45 tycoon3 阅读(479) 评论(0) 推荐(0)

2021年9月8日

摘要: root@ubuntu:~/nginx_ingress# cat nginx-configmap.yaml apiVersion: v1 kind: ConfigMap metadata: name: nginx-conf data: nginx.conf: | user nginx; worker 阅读全文
posted @ 2021-09-08 11:41 tycoon3 阅读(318) 评论(0) 推荐(0)

2021年9月3日

摘要: type Config struct { Kube struct { OutCluster bool `yaml:"outCluster" json:"outCluster"` ConfigPath string `yaml:"configPath" json:"configPath" defaul 阅读全文
posted @ 2021-09-03 19:54 tycoon3 阅读(115) 评论(0) 推荐(0)
摘要: root@cloud:~# docker pull ubuntu:5000/igh:0.1.0 Error response from daemon: manifest for ubuntu:5000/igh:0.1.0 not found: manifest unknown: manifest u 阅读全文
posted @ 2021-09-03 15:37 tycoon3 阅读(4371) 评论(0) 推荐(0)

2021年8月27日

摘要: access_by_lua_block [root@centos7 conf]# ls /usr/local/openresty/lualib/ cjson.so librestysignal.so ngx redis resty tablepool.lua [root@centos7 conf]# 阅读全文
posted @ 2021-08-27 17:29 tycoon3 阅读(122) 评论(0) 推荐(0)
摘要: ## start server cafe.example.com server { server_name cafe.example.com ; listen 80 ; listen 443 ssl http2 ; set $proxy_upstream_name "-"; ssl_certific 阅读全文
posted @ 2021-08-27 11:24 tycoon3 阅读(342) 评论(0) 推荐(0)

2021年8月26日

摘要: root@ubuntu:~/kubernetes-ingress/deployments/common# kubectl explain IngressClass KIND: IngressClass VERSION: networking.k8s.io/v1beta1 DESCRIPTION: I 阅读全文
posted @ 2021-08-26 19:18 tycoon3 阅读(690) 评论(0) 推荐(0)

2021年8月25日

摘要: KUBE_EDITOR="vim" kubectl edit deployment hpa-hname-pods 阅读全文
posted @ 2021-08-25 19:45 tycoon3 阅读(2435) 评论(1) 推荐(0)
摘要: root@ubuntu:~/kubernetes-ingress/deployments/common# ls crds default-server-secret.yaml ingress-class.yaml nginx-config.yaml ns-and-sa.yaml root@ubunt 阅读全文
posted @ 2021-08-25 17:57 tycoon3 阅读(986) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 164 下一页

导航