Commit Graph

238 Commits

Author SHA1 Message Date
KubeSphere CI Bot 7ecb34696e
Merge pull request #1881 from pixiake/master
Support for installing calicoctl
2023-06-21 09:24:35 +08:00
pixiake 4fe13751ef Support for installing calicoctl
Signed-off-by: pixiake <guofeng@yunify.com>
2023-06-20 17:27:46 +08:00
KubeSphere CI Bot 04af403683
Merge pull request #1877 from hellocn9/stopkubelet
stop kubelet service first when remove worker node.
2023-06-19 10:18:32 +08:00
hellocn9 abf5b0dc8f stop kubelet first when remove worker node. 2023-06-13 14:40:24 +08:00
hellocn9 0ce4c28a0f use os.ReadFile to replace ioutil.ReadFile 2023-06-13 12:03:14 +08:00
KubeSphere CI Bot 9ca380bd4c
Merge pull request #1863 from jojotong/fix_kubeadm_certSANs
fix(kubeadm): certSANs use quotes, avoid to be parsed as int
2023-06-05 14:04:13 +08:00
KubeSphere CI Bot 5515f967d9
Merge pull request #1862 from jojotong/image_pull_arch
perf(image): pull image specify arch
2023-06-05 14:03:14 +08:00
KubeSphere CI Bot 75ee0c83c9
Merge pull request #1861 from littleBlackHouse/net_param
fix: change default kernel paramter.
2023-06-05 13:59:13 +08:00
joyceliu 1dabba32b6 fix: init kernel parameter 2023-06-05 13:55:08 +08:00
joyceliu 8768b213d8 fix: init kernel parameter 2023-06-01 18:21:43 +08:00
sunlintong e54c70cc1c fix(kubeadm): certSANs use quotes, avoid to be parsed as int 2023-06-01 16:48:52 +08:00
sunlintong bcf5a6f813 perf(image): pull image specify arch 2023-06-01 16:39:15 +08:00
liujian a9832dc6c0 fix: change default kernel paramter.
Which causing abnormal health check of Pod: net.ipv4.tcp_tw_reuse
Which modified causing abnormal NAT: net.ipv4.tcp_tw_recycle
Which modified causing network connection failure: net.ipv4.conf.all.rp_filter, net.ipv4.conf.default.rp_filter.
2023-06-01 15:33:58 +08:00
KubeSphere CI Bot 5fb62a31dc
Merge pull request #1854 from yjqg6666/systemd_cgroup
[#1853] update the way to get containerd cgroup driver config
2023-05-31 17:46:08 +08:00
littleBlackHouse be8e2f3951
Update kubeadm_config.go
update the way to get containerd cgroup driver config
2023-05-30 17:57:53 +08:00
littleBlackHouse 64ceba3ae9
Update kubeadm_config.go
update the way to get containerd cgroup driver config
2023-05-30 17:56:19 +08:00
hellocn9 177c273cb2 add clean up the VXLAN interface when delete the cluster 2023-05-30 11:34:12 +08:00
liujian 3da730452f feat: support kubelet start arguments with `kubeletArgs` 2023-05-29 18:20:12 +08:00
King Jin 32373dc0be
[#1853] update the way to get containerd cgroup driver config 2023-05-27 21:54:22 +08:00
tww 8cec9e404d add default retry for artifact push image when some image push failed 2023-05-25 15:50:25 +08:00
sunlintong f054bf3a65 fix(node): delete node confirm skip 2023-05-17 13:30:01 +08:00
pixiake a0067f33b1 fix: Add multiple etcd nodes failed
Signed-off-by: pixiake <guofeng@yunify.com>
2023-05-12 11:17:37 +08:00
KubeSphere CI Bot 2ce24ffb37
Merge pull request #1832 from pixiake/custom-domain
fix: Add worker label according to host role
2023-05-09 14:54:45 +08:00
pixiake 45ea7d5612 fix: Add worker label according to host role
Signed-off-by: pixiake <guofeng@yunify.com>
2023-05-09 14:06:19 +08:00
KubeSphere CI Bot d42e1d2ccb
Merge pull request #1830 from pixiake/custom-domain
feat: supported custom local registry domain
2023-05-09 14:00:44 +08:00
KubeSphere CI Bot 62c40eb4d9
Merge pull request #1831 from wenwutang1/master
support Configure the default bridge network
2023-05-09 13:55:44 +08:00
tww 8faafb7130 support Configure the default bridge network
Signed-off-by: tww <wenwutang@yunify.com>
2023-05-09 11:33:59 +08:00
pixiake 682289ab80 feat: supported custom local registry domain
Signed-off-by: pixiake <guofeng@yunify.com>
2023-05-08 20:04:17 +08:00
KubeSphere CI Bot 75b6c91857
Merge pull request #1826 from jojotong/fix_delete_cluster_confirm_skip
fix(cluster): delete cluster confirm skip
2023-05-08 16:29:44 +08:00
KubeSphere CI Bot 59fa0fef85
Merge pull request #1824 from pixiake/repository
fix: local repository is hard-coded as centos7
2023-05-06 16:31:38 +08:00
sunlintong bd109cc339 fix(cluster): delete cluster confirm skip 2023-05-04 11:26:07 +08:00
pixiake 39ba19b303 fix: local repository is hard-coded as centos7
Signed-off-by: pixiake <guofeng@yunify.com>
2023-05-04 09:45:53 +08:00
“kiragoo” c909137cb4 chore: rename the task for generating coredns 2023-04-18 11:33:32 +08:00
Deshi Xiao fe473cb599 fix: remove syncKubeConfigToWorker with strict
fix issue #1663

* kubeconfig is only for ops user, worker node don't need kubeconfig
* Uniformly add labels to all master/worker nodes with the AddWorkerLabel func

Signed-off-by: Deshi Xiao <xiaods@gmail.com>
2023-04-08 22:07:48 +08:00
pixiake 5ce93a4cba fix: Wrong version of cilium's chart file
Signed-off-by: pixiake <guofeng@yunify.com>
2023-04-06 19:15:07 +08:00
pixiake 734d6de31a 更新默认Cilium版本以修复一个已知Bug
Signed-off-by: pixiake <guofeng@yunify.com>
2023-04-06 15:48:07 +08:00
pixiake 3c8b7fab4f
Merge branch 'master' into master 2023-04-06 15:39:50 +08:00
pixiake 156f4f2be2 update cilium chart to 1.11.7
Signed-off-by: pixiake <guofeng@yunify.com>
2023-04-06 15:24:58 +08:00
pixiake c5373523e3
Merge branch 'master' into master 2023-04-06 14:44:43 +08:00
KubeSphere CI Bot 4b4e21a81a
Merge pull request #1789 from yushanyulin/feature/update_flannel_to_latest
update cni plugin: flannel to v0.21.3
2023-04-06 14:33:34 +08:00
KubeSphere CI Bot f4c3f3ea0f
Merge pull request #1778 from pixiake/etcd
add more etcd parameters
2023-03-28 10:09:24 +08:00
KubeSphere CI Bot 974a44c591
Merge pull request #1780 from ParaParty/fix-typo-retries
Fix typo: change 'retires' to 'retries'
2023-03-27 19:33:23 +08:00
Eric_Lian c952f7c2be
fix: RefineDockerVersion can not parse zero minor version correctly 2023-03-25 15:27:49 +08:00
nicognaw 08dab66ef8
Fix typo: change 'retires' to 'retries' 2023-03-25 14:52:36 +08:00
littleplus 9c5d62769e
更新默认Cilium版本以修复一个已知Bug
As a known Cilium bug with version 1.11.6 from: https://github.com/cilium/cilium/issues/20437
The only solution is updating the version to 1.11.7: https://github.com/cilium/cilium/issues/20437#issuecomment-1199908416

I could not boot up the kubernetes cluster with coredns network error:
```
│ [ERROR] plugin/errors: 2 2172798194240639882.4750332868417339179. HINFO: read udp 10.233.128.89:52976->8.8.8.8:53: i/o timeout
│ [ERROR] plugin/errors: 2 2172798194240639882.4750332868417339179. HINFO: read udp 10.233.128.89:33783->8.8.8.8:53: i/o timeout
│ [ERROR] plugin/errors: 2 2172798194240639882.4750332868417339179. HINFO: read udp 10.233.128.89:35504->8.8.8.8:53: i/o timeout
│ [INFO] SIGTERM: Shutting down servers then terminating
│ [INFO] plugin/health: Going into lameduck mode for 5s
```

Cilium error:
```
  cilium-health-ep   34m31s ago     57s ago      39      Get "http://10.233.128.42:4240/hello": context deadline exceeded (Client.Timeout exceeded while awaiting headers)   
```
2023-03-25 03:18:07 +08:00
KubeSphere CI Bot 424127f70a
Merge pull request #1742 from kiragoo/chore-optimize-the-code
chore: modify the codes for go-staticcheck and others
2023-03-24 08:52:18 +08:00
pixiake baa766a5bc add more etcd parameter
Signed-off-by: pixiake <guofeng@yunify.com>
2023-03-23 18:00:39 +08:00
deqing.ldq fa8f0f22b8 updata flannel version to 0.21.3
Signed-off-by: deqing.ldq <deqing.ldq@gmail.com>
2023-03-23 16:07:56 +08:00
“kiragoo” c6e83a52f8 chore: rename the task of sync kubelet 2023-03-17 10:42:43 +08:00
ZhengJin c5af8764c6 fix: docker login escape special characters 2023-03-01 16:31:33 +08:00