Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
permissions:
issues: write
steps:

- name: Check out code
uses: actions/checkout@v2
- name: Auto build image
id: autobuild
run: |
commentbody="${{github.event.comment.body}}"
commentbody=$(echo $commentbody | sed "s/\/imagebuild//g")
sudo git clone https://github.com/sealerio/basefs.git && cd basefs
sudo touch autobuild.log && sudo chmod 666 autobuild.log && sudo bash auto-build.sh --username="${{secrets.REGISTRY_USERNAME}}" --password="${{secrets.REGISTRY_PASSWORD}}" $commentbody > autobuild.log && cat autobuild.log
echo "::set-output name=info::$(grep 'cri:' autobuild.log))"

Expand All @@ -26,4 +26,4 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
${{ steps.autobuild.outputs.info }}
${{ steps.autobuild.outputs.info }}
4 changes: 2 additions & 2 deletions context/rootfs/etc/kubeadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ etcd:
dataDir: ""
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
imageRepository: k8s.gcr.io
#imageRepository: k8s.gcr.io
kind: ClusterConfiguration
kubernetesVersion: v1.19.8
networking:
Expand Down Expand Up @@ -197,4 +197,4 @@ udpIdleTimeout: 0s
winkernel:
enableDSR: false
networkName: ""
sourceVip: ""
sourceVip: ""