10 2021 档案

摘要:阿里https://blog.csdn.net/cleverfoxloving/article/details/79186574腾讯https://cloud.tencent.com/developer/article/1494834 参考 阅读全文
posted @ 2021-10-29 10:13 夜辰雪扬 阅读(105) 评论(0) 推荐(0)
摘要:#!/usr/bin/env bash set -o errexit set -o pipefail # set -o xtrace # set output color NC='\033[0m' RED='\033[31m' GREEN='\033[32m' YELLOW='\033[33m' B 阅读全文
posted @ 2021-10-26 14:03 夜辰雪扬 阅读(184) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/fengjian2016/p/11936651.html kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.8.3/manifests/metallb.yaml $ 阅读全文
posted @ 2021-10-21 14:17 夜辰雪扬 阅读(25) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/yangxia-test/p/3611385.html 阅读全文
posted @ 2021-10-18 09:45 夜辰雪扬 阅读(11) 评论(0) 推荐(0)
摘要:#!/bin/sh # Copyright Istio Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in complian 阅读全文
posted @ 2021-10-16 09:39 夜辰雪扬 阅读(107) 评论(0) 推荐(0)
摘要:1.证书信息准备 [root@hyk8svsrm01 ssl]# cat com.crt BEGIN CERTIFICATE MIIC/zCCAeegAwIBAgIJANHpUzbcupymMA0GCSqGSIb3DQEBCwUAMBYxFDASBgNV BAMMCyouY3JwY2cuY29tMB 阅读全文
posted @ 2021-10-15 10:03 夜辰雪扬 阅读(2772) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/hellxz/p/14866844.html sed -i 's|- --port=0|#- --port=0|' /etc/kubernetes/manifests/kube-scheduler.yaml sed -i 's|- --port=0|# 阅读全文
posted @ 2021-10-09 15:26 夜辰雪扬 阅读(146) 评论(0) 推荐(0)