Search: "sleep"
Kubernetes Taints and Tolerations blog
;, 'sleep 3600'] restartPolicy: Never terminationGracePeriodSeconds: 0 ``` Our Pod uses busybox to sleep ...
Kubernetes: Basic Deployments blog
Running ; sleep 3600'] ``` **template** defines the Pod we want **replicas** defines we want 10 identical copies running ...
C++ SDK 2.0 - Intelligent Speech Interaction Documentation
specify the transmission speed using the sleep() method. * If you recognize an audio file, you need to specify the ...
Getting to Know Dockerfile Instructions: Part 3 blog
prune -f;docker ps -a docker run --rm -ti -d --name tutorial tutorial:demo /bin/sh -c 'while true; do sleep 60; done' ...
Configure a Hadoop MapReduce job - E-MapReduce Documentation
the Hadoop jar, followed by other command line parameters. For instance, if you want to submit a Hadoop sleep job ...
Kubernetes Volume Basics: emptyDir and PersistentVolume blog
name: myvolumes-container command: [ 'sh', '-c', 'echo The Bench Container 1 is Running ; sleep 3600' ...
C++ SDK 2.0 - Intelligent Speech Interaction Documentation
not need to specify the transmission speed using the sleep() method. * If you recognize an audio file, you need to specify ...
EPollSelectorImpl of Java NIO Forums
a group of processes/threads into sleep when they are waiting for an event. When the event happens, the kernel will waken the ...
Kubernetes: Assign Memory Resources and Limits to Containers blog
;, '-c', 'echo The Bench Pod is Running ; sleep 3600'] resources: limits: memory: "100Mi ...
Kubernetes : Configure Liveness and Readiness Probes blog
;echo Container 1 is Running ; sleep 3600'] ports: - name: liveness-port containerPort: 80 hostPort ...