diff --git a/podex/manifests/google/nodejs-hello/pod.json b/podex/manifests/google/nodejs-hello/pod.json index 2e61550fcc5..770ea631a93 100644 --- a/podex/manifests/google/nodejs-hello/pod.json +++ b/podex/manifests/google/nodejs-hello/pod.json @@ -14,8 +14,5 @@ } ] } - ], - "restartPolicy": { - "always": {} - } -} \ No newline at end of file + ] +} diff --git a/podex/manifests/google/nodejs-hello/pod.yaml b/podex/manifests/google/nodejs-hello/pod.yaml index 4cd259914b1..53c676c51b5 100644 --- a/podex/manifests/google/nodejs-hello/pod.yaml +++ b/podex/manifests/google/nodejs-hello/pod.yaml @@ -8,5 +8,3 @@ containers: - name: nodejs-hello-tcp-8080 containerPort: 8080 protocol: TCP -restartPolicy: - always: {} diff --git a/podex/podex.go b/podex/podex.go index 93be5119044..78242e4da98 100644 --- a/podex/podex.go +++ b/podex/podex.go @@ -14,11 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. */ -// podex is a command line tool to generate a kubernetes container -// manifest placeholder from docker image metadata. +// podex is a command line tool to bootstrap kubernetes container +// manifests from docker image metadata. // -// The manifest can then be edited by a human to match the deployment -// needs. +// Manifests can then be edited by a human to match deployment needs. // // Example usage: //