-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #336 from AkihiroSuda/dev
update components (Kubernetes 1.31.0)
- Loading branch information
Showing
5 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,9 +80,28 @@ jobs: | |
- run: sudo modprobe vxlan | ||
- uses: actions/checkout@v3 | ||
- uses: canonical/[email protected] | ||
- name: "Relax disk pressure limit" | ||
run: | | ||
set -x | ||
sudo snap install yq | ||
yq -i 'select(.kind=="KubeletConfiguration").evictionHard."imagefs.available"="3Gi"' kubeadm-config.yaml | ||
- run: ./hack/create-cluster-lxd.sh | ||
- run: kubectl taint nodes --all node-role.kubernetes.io/control-plane- || true | ||
- run: ./hack/test-smoke.sh | ||
- if: failure() | ||
name: "kubectl get nodes" | ||
run: | | ||
set -x | ||
kubectl get nodes -o wide | ||
kubectl get nodes -o yaml | ||
ssh -F ${HOME}/.u7s-ci-hosts/ssh_config host0 -- df -h | ||
ssh -F ${HOME}/.u7s-ci-hosts/ssh_config host1 -- df -h | ||
- if: failure() | ||
name: "kubectl get pods" | ||
run: | | ||
set -x | ||
kubectl get pods -A -o yaml | ||
ssh -F ${HOME}/.u7s-ci-hosts/ssh_config host0 -- journalctl --user --no-pager --since "10 min ago" | ||
- name: "Test data persistency after restarting the node" | ||
run: | | ||
lxc restart host0 host1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
77baa2f669980a82255ffa2f2717de823992480271ee778aa51a9c60ae89ff9b cni-plugins-linux-amd64-v1.5.1.tgz | ||
c2a292714d0fad98a3491ae43df8ad58354b3c0bdf5d5a3e281777967c70fcff cni-plugins-linux-arm64-v1.5.1.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters