mirror of https://github.com/k3s-io/k3s
Fix NFS and gluster test containers taking 100% of CPU
parent
88d0ac4a67
commit
44f995699e
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
TAG = 0.2
|
||||
TAG = 0.3
|
||||
PREFIX = gcr.io/google_containers
|
||||
|
||||
all: push
|
||||
|
|
|
@ -34,6 +34,6 @@ trap stop TERM
|
|||
start "$@"
|
||||
|
||||
while true; do
|
||||
read
|
||||
sleep 5
|
||||
done
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
TAG = 0.4
|
||||
TAG = 0.5
|
||||
PREFIX = gcr.io/google_containers
|
||||
|
||||
all: push
|
||||
|
|
|
@ -58,5 +58,5 @@ start "$@"
|
|||
|
||||
# Ugly hack to do nothing and wait for SIGTERM
|
||||
while true; do
|
||||
read
|
||||
sleep 5
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue