Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 14, 2023
1 parent 7e6ce5a commit 17b4923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions seichi-onp-k8s/cluster-boot-up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### VM 環境

VM環境は `Proxmox Virtual Environment 7.1-11` を利用しています。
VM環境は `Proxmox Virtual Environment 8.1.3` を利用しています。

- ベアメタル3ノード

Expand All @@ -33,8 +33,6 @@ VM環境は `Proxmox Virtual Environment 7.1-11` を利用しています。

参考: [Role of SSH in Proxmox VE Clusters - proxmox wiki](https://pve.proxmox.com/wiki/Cluster_Manager#_role_of_ssh_in_proxmox_ve_clusters)

- AMDとIntelが混在しているので、アーキテクチャを跨いだLive Migrationは不可

KubernetesノードのVMは cloudinit イメージで作成されています。
この cloudinit イメージのベースには `Ubuntu 22.04 LTS` を利用しています。

Expand Down Expand Up @@ -63,7 +61,7 @@ KubernetesノードのVMは cloudinit イメージで作成されています。

## Kubernetesクラスタの構成

2022/05/23現在、クラスタは (3 control plane nodes + 3 worker nodes) の構成で[作成されています](https://github.com/GiganticMinecraft/seichi_infra/blob/9b6a9346371b8f2add3a786b6badbe4e13d4464c/seichi-onp-k8s/cluster-boot-scripts/deploy-vm.sh#L14-L19)
2022/05/23現在、クラスタは (3 control plane nodes + 3 worker nodes) の構成で[作成されています](https://github.com/GiganticMinecraft/seichi_infra/blob/91999d509e52905eaff16fc8928fbe5316f1eaeb/seichi-onp-k8s/cluster-boot-up/scripts/proxmox-host-terminal/deploy-vm.sh#L15-L20)

クラスタの作成は以下のツール群で行っています。
- kubeadm, kubectl, kubelet v1.27.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ spec:
masquerade: true
ipv4:
enabled: true
ipv4NativeRoutingCIDR: "10.96.128.0/18"
ipv4NativeRoutingCIDR: "10.96.128.0/18" # modify it if necessary
ipv6:
enabled: false
ipam:
mode: cluster-pool
operator:
# -- IPv4 CIDR list range to delegate to individual nodes for IPAM.
clusterPoolIPv4PodCIDRList: ["10.96.128.0/18"]
clusterPoolIPv4PodCIDRList: ["10.96.128.0/18"] # modify it if necessary
# -- IPv4 CIDR mask size to delegate to individual nodes for IPAM.
clusterPoolIPv4MaskSize: 24
hubble:
Expand Down

0 comments on commit 17b4923

Please sign in to comment.