Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Oct 21, 2023
1 parent d3ad9ad commit eddddf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Use pluto
run: |
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/apps --target-versions k8s=v1.27.5
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/apps --target-versions k8s=v1.27.6
- name: Use pluto
run: |
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/app-templates --target-versions k8s=v1.27.5
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/app-templates --target-versions k8s=v1.27.6
2 changes: 1 addition & 1 deletion seichi-onp-k8s/cluster-boot-up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ KubernetesノードのVMは cloudinit イメージで作成されています。
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)

クラスタの作成は以下のツール群で行っています。
- kubeadm, kubectl, kubelet v1.27.5
- kubeadm, kubectl, kubelet v1.27.6

CNI には Cilium を利用しています。

Expand Down
10 changes: 5 additions & 5 deletions seichi-onp-k8s/cluster-boot-up/scripts/nodes/k8s-node-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ nodeRegistration:
criSocket: "unix:///var/run/containerd/containerd.sock"
kubeletExtraArgs:
node-ip: "$KUBEADM_LOCAL_ENDPOINT"
imagePullPolicy: "IfNotPresent"
imagePullPolicy: "IfNotPresent"
localAPIEndpoint:
advertiseAddress: "$KUBEADM_LOCAL_ENDPOINT"
bindPort: 6443
advertiseAddress: "$KUBEADM_LOCAL_ENDPOINT"
bindPort: 6443
skipPhases:
- addon/kube-proxy
---
Expand Down Expand Up @@ -357,8 +357,8 @@ nodeRegistration:
kubeletExtraArgs:
node-ip: "$KUBEADM_LOCAL_ENDPOINT" //FIXME
localAPIEndpoint:
advertiseAddress: "$KUBEADM_LOCAL_ENDPOINT" //FIXME
bindPort: 6443
advertiseAddress: "$KUBEADM_LOCAL_ENDPOINT" //FIXME
bindPort: 6443
discovery:
bootstrapToken:
apiServerEndpoint: "${KUBE_API_SERVER_VIP}:8443"
Expand Down

0 comments on commit eddddf1

Please sign in to comment.