Lework

Results 29 comments of Lework

将这个[离线仓库](https://github.com/lework/kainstall-offline)生成的离线包传送到节点上,进行本地安装rpm或deb文件,因为每个环境的软件版本不一致,就需要联网或者使用内网仓库来解决这个问题。

1.9 版本的cilium 有些问题,我提交了一个issues给官方,https://github.com/cilium/cilium/issues/18734

端口被占用,可能是之前安装的环境未被清理掉。

是的,kubeadm.k8s.io/v1beta1 1.22.5 版本中去掉了。 这个地址 https://cdn.jsdelivr.net/gh/lework/kainstall/kainstall.sh 缓存的还是之前的老文件,可以通过 https://ghproxy.com/https://raw.githubusercontent.com/lework/kainstall/master/kainstall-centos.sh 下载最新的脚本文件

这个是用新脚本安装了老版本的k8s版本了。

我们一般通过这种代理 ``` export DUB_REGISTRY_HOME="$PWD" docker run --rm -ti -p 9095:9095 -v $DUB_REGISTRY_HOME:/bitnami -v $DUB_REGISTRY_HOME:/dub dlangcommunity/dub-registry ``` 客户端编译使用 ``` dub build --registry=$DUB_REGISTRY ``` 这个是具体项目 https://github.com/dlang/dub-registry

prod 环境配置 .env.prod 文件 ``` NODE_ENV=production BASE_URL="https://cdn.jsdelivr.net/gh/lework/lenav@master/docs/" ``` 这里面的路径要更改成你实际的。

> Try this code. > > ```js > this.$nextTick(() => { > this.$refs.cmMerge.codemirror.refresh() > }) > ``` it's error ``` vue.runtime.esm.js?2b0e:587 [Vue warn]: Error in nextTick: "TypeError: _this4.$refs.cmMerge.codemirror.refresh is not...

为啥不支持python2呢,ansible都没放弃。。。

这里已经获取 region 全部的实例了。 https://github.com/alibaba/footmark/blob/0421bfb30d94f252a56c5d80a8696d37331b60b9/footmark/ecs/connection.py#L300-L320 原代码在 `region 实例数 == page_size` 的时候会出现死循环。