09 2021 档案
摘要:集群加入token遗忘或过期 执行命令:kubeadm token create --print-join-command 修改默认的namespace kubectl config set-context --current --namespace=kubeflow 开启匿名访问 kubectl
阅读全文
摘要:概述 tensorflow-serving支持rpc和rest,本文基于rest编写。构建k8s的pod 部署 单模型部署,dockerfile如下: FROM tensorflow/serving MAINTAINER zhouwenyang ADD model /models/${model_n
阅读全文
摘要:前言 安装教程参考https://blog.csdn.net/qq_21187515/article/details/110097982 其中网络配置: kubeadm init --kubernetes-version=1.18.0 \ --apiserver-advertise-address=
阅读全文