dockerSearch命令
Get https://index.docker.io/v1/search?q=redis&n=25: dial tcp: lookup index.docker.io on [::1]:53: read udp [::1]:49555->[::1]:53: read:... ...
分类:
其他好文 时间:
2021-03-31 12:10:21
阅读次数:
0
环境 kubernetes 1.20.4 Spring Boot 2.5.0-M3 目标 timeoutSeconds 执行探测的超时的秒数,默认值 1,最小值 1。 示例 Pod.yaml 定义一个探针需要两秒的命令。 apiVersion: v1 kind: Pod metadata: name ...
分类:
其他好文 时间:
2021-03-29 12:29:00
阅读次数:
0
1. git git checkout -b v1 // 创建并切换 git checkout name // 撤回修改文件 git branch -a // 查看所有分支 git branch --set-upstream-to=origin/feature-v1 // 默认拉取远程分支 git ...
分类:
系统相关 时间:
2021-03-29 11:44:12
阅读次数:
0
集群版本V1.18.2 root@k8s:~# kubectl get nodes NAME STATUS ROLES AGE VERSION k8s Ready master 20d v1.18.2 node1 Ready worker 20d v1.18.2 node2 Ready worker ...
分类:
Web程序 时间:
2021-03-17 14:01:11
阅读次数:
0
TensorFlow Frontend前端 TensorFlow前端有助于将TensorFlow模型导入TVM。 Supported versions: 1.12 and below Tested models: Inception (V1/V2/V3/V4) Resnet (All) Mobile ...
分类:
其他好文 时间:
2021-03-16 11:59:01
阅读次数:
0
调用Actor 方法:POST/GET/PUT/DELETE http://localhost:3500/v1.0/actors/<actorType>/<actorId>/method/<method>创建 Timer:POST/PUT http://localhost:3500/v1.0/act ...
分类:
其他好文 时间:
2021-03-15 11:32:43
阅读次数:
0
一、启动pod 1. 手动启动 apiVersion: v1 kind: Pod metadata: name: nginx-test labels: app: nginx-test spec: containers: - name: nginx image: nginx imagePullPoli ...
分类:
其他好文 时间:
2021-03-15 11:26:20
阅读次数:
0
源码免费下载地址:http://github.crmeb.net/u/defu ...
分类:
其他好文 时间:
2021-03-15 11:12:49
阅读次数:
0
在搭建k8s集群时需要初始化命令"kubeadm init",报错误,然后根据提示执行:"kubeadm config images pull",还报错,此处一万匹马在大草原奔腾~~~~~~~ 然后凭借自我感觉以及查询资料得出:是因为要下载k8s.gcr.io的docker镜像,但是国内连不上htt ...
首先是deployment: apiVersion: apps/v1 kind: Deployment metadata: name: webapp1 spec: replicas: 1 selector: matchLabels: app: webapp1 template: metadata: ...
分类:
其他好文 时间:
2021-03-09 13:14:40
阅读次数:
0