Cilium v1.6 Documentationcompatible with the TPROXY requirements of Cilium >= 1.6.0. minikube version minikube version: v1.3.1 commit: ca60a424ce69a4d79f502650199ca2b52f29e631 3. Create a minikube cluster: minikube start --network-plugin=cni following fix is required: d5256083f62e [https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3] . This fix is included in stable kernels v4.9.155 ipvlan fix included: d5256083f62e [https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3]. This completes the datapath overview. More BPF0 码力 | 734 页 | 11.45 MB | 1 年前3
 Cilium v1.5 Documentationfollowing fix is required: d5256083f62e [h�ps://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3] . This fix is included in stable kernels v4.9.155 following ipvlan fix included: d5256083f62e [h�ps://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3]. This completes the datapath overview. More BPF specifics the following tools available in order to effec�vely contribute to Cilium: Dependency Version / Commit ID git latest N/A (OS-specific) glibc-devel (32-bit) latest N/A (OS-specific) go [h�ps://golang0 码力 | 740 页 | 12.52 MB | 1 年前3
 Cilium v1.11 DocumentationDevelopers with commit access Granting Commit Access Revoking Commit Access Changing the Policy Voting Company Block Vote Limit Templates Nomination to Grant Commit Access Vote to Grant Commit Access Vote Results for Grant of Commit Access Invitation to Accepted Committer Proposal to Remove Commit Access for Inactivity Notification of Commit Removal for Inactivity Proposal to Revoke Commit Access for Detrimental Detrimental Behavior Vote to Revoke Commit Access Vote Results for Revocation of Commit Access Notification of Commit Revocation for Detrimental Behavior Development Guide How To Contribute Clone and Provision0 码力 | 1373 页 | 19.37 MB | 1 年前3
 Cilium v1.10 DocumentationDevelopers with commit access Granting Commit Access Revoking Commit Access Changing the Policy Voting Company Block Vote Limit Templates Nomination to Grant Commit Access Vote to Grant Commit Access Vote Results for Grant of Commit Access Invitation to Accepted Committer Proposal to Remove Commit Access for Inactivity Notification of Commit Removal for Inactivity Proposal to Revoke Commit Access for Detrimental Detrimental Behavior Vote to Revoke Commit Access Vote Results for Revocation of Commit Access Notification of Commit Revocation for Detrimental Behavior Development Guide How To Contribute Clone and Provision0 码力 | 1307 页 | 19.26 MB | 1 年前3
 Cilium v1.7 Documentationcompatible with the TPROXY requirements of Cilium >= 1.6.0. minikube version minikube version: v1.3.1 commit: ca60a424ce69a4d79f502650199ca2b52f29e631 3. Create a minikube cluster: minikube start --network-plugin=cni following fix is required: d5256083f62e [https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3] . This fix is included in stable kernels v4.9.155 ipvlan fix included: d5256083f62e [https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3]. This completes the datapath overview. More BPF0 码力 | 885 页 | 12.41 MB | 1 年前3
 Cilium v1.8 Documentationcompatible with the TPROXY requirements of Cilium >= 1.6.0. minikube version minikube version: v1.3.1 commit: ca60a424ce69a4d79f502650199ca2b52f29e631 3. Create a minikube cluster: minikube start --network-plugin=cni following fix is required: d5256083f62e [https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3] . This fix is included in stable kernels v4.9.155 XDP on ena, make sure the driver version is at least 2.2.8 [https://github.com/amzn/amzn- drivers/commit/ccbb1fe2c2f2ab3fc6d7827b012ba8ec06f32c39]. The driver version can be inspected through ethtool -i0 码力 | 1124 页 | 21.33 MB | 1 年前3
 Cilium v1.9 Documentationcompatible with the TPROXY requirements of Cilium >= 1.6.0. minikube version minikube version: v1.3.1 commit: ca60a424ce69a4d79f502650199ca2b52f29e631 3. Create a minikube cluster: minikube start --network-plugin=cni following fix is required: d5256083f62e [https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/? id=d5256083f62e2720f75bb3c5a928a0afe47d6bc3] . This fix is included in stable kernels v4.9.155 XDP on ena, make sure the driver version is at least 2.2.8 [https://github.com/amzn/amzn- drivers/commit/ccbb1fe2c2f2ab3fc6d7827b012ba8ec06f32c39]. The driver version can be inspected through ethtool -i0 码力 | 1263 页 | 18.62 MB | 1 年前3
 Linux命令大全搜索工具 v1.8branch 列出,创建或删除分支 4. checkout 检查分支或路径到工作树 5. clone 将存储库克隆到新目录中 6. commit 将更改记录到存储库 7. diff 显示提交,提交和工作树等之间的更改 8. fetch 从另一个存储库下载对象和引用 9 # .或*代表全部添加 git rm --cached# 在commit之前撤销git add操作 git reset head # 好像比上面 git rm --cached 更方便 commit git commit -m "message" #此处注意乱码 remote git remote add origin git@github -f origin HEAD:master # 同步到远程仓库 1. git reset --hard FETCH_HEAD # FETCH_HEAD表示上一次成功git pull之后形成的commit点。然 后git pull git reset --hard FETCH_HEAD 出现错误 1. git pull 2. You are not currently on a branch 0 码力 | 1347 页 | 8.79 MB | 1 年前3
 Debian 维护者指南. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 4.9.3 使用 dpkg-source --commit 处理补丁 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5 基本内容 30 5.1 打包工作流 . . . . . yourname@example.com 如果您仍然只习惯 CVS 或者 Subversion 的命令风格,您可以使用如下方式设置几个命令别名。 $ git config --global alias.ci "commit -a" $ git config --global alias.co checkout 您可以使用如下命令检查全局配置。 $ git config --global --list Tip 为原始的补丁生成方法,例如 Section 4.9.1 中未生成 .pc/ 目录的情况下要求将 上游源码树进行恢复的原因。 4.9.3 使用 dpkg-source --commit 处理补丁 这里给出使用“dpkg-source --commit”命令生成 000-prefix-usr.patch 的例子。 我们先来编辑上游源代码。 $ cd debhello-0.0 $ vim Makefile .0 码力 | 142 页 | 1.11 MB | 1 年前3
 Ubuntu Server Guide 18.04LOG --log-prefix "[UFW LIMIT]: " -A ufw-user-limit -j REJECT -A ufw-user-limit-accept -j ACCEPT COMMIT Rules updated • ufw can be disabled by: sudo ufw disable • To see the firewall status, enter: POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE # don't delete the 'COMMIT' line or these nat table rules won't be processed COMMIT The comments are not strictly necessary, but it is considered good practice last line for each table modified: # don't delete the 'COMMIT' line or these rules won't be processed COMMIT For each Table a corresponding COMMIT statement is required. In these examples only the nat0 码力 | 413 页 | 1.40 MB | 1 年前3
共 38 条
- 1
 - 2
 - 3
 - 4
 













