Skip to content

Commit

Permalink
fix image-cri-shim config
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Sep 7, 2023
1 parent b40e3e1 commit ffbe9d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions k3s/scripts/clean-k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -x

cd "$(dirname "$0")" >/dev/null 2>&1 || exit
source common.sh

Expand Down
2 changes: 0 additions & 2 deletions k3s/scripts/k3s-killall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ for bin in /var/lib/rancher/k3s/data/**/bin/; do
[ -d $bin ] && export PATH=$PATH:$bin:$bin/aux
done

set -x

for service in /etc/systemd/system/k3s*.service; do
[ -s $service ] && systemctl stop $(basename $service)
done
Expand Down

0 comments on commit ffbe9d0

Please sign in to comment.