# k8s-install-shell **Repository Path**: icehand/k8s-install-shell ## Basic Information - **Project Name**: k8s-install-shell - **Description**: Install kubernetes shell - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # k8s-install-shell #### 介绍 Install kubernetes shell 提供学习和搭建K8S集群的脚本和资料 #### 问题 1. 脚本运行出现:/bin/bash^M: 坏的解释器:没有那个文件或目录,由于系统的换行结尾符不一样导致 sed -i 's/\r$//' build.sh