You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/04 15:42:41 UTC

[karaf] branch karaf-4.2.x updated: K8s static-dist.yaml has leftovers

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 511430af69 K8s static-dist.yaml has leftovers
511430af69 is described below

commit 511430af69434513644b5473f48d601f8935dc9c
Author: Bernd <ec...@apache.org>
AuthorDate: Sat Jun 4 01:32:51 2022 +0200

    K8s static-dist.yaml has leftovers
    
    The arguments line seems to be from a test container using the “polinux/stress” container, they have no meaning for Karaf.
    
    (cherry picked from commit a895c784ad1b8762e443e0b48af73ec25857e830)
---
 .../k8s/karaf-docker-example-static-dist.yaml                            | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/karaf-docker-example/karaf-docker-example-static-dist/k8s/karaf-docker-example-static-dist.yaml b/examples/karaf-docker-example/karaf-docker-example-static-dist/k8s/karaf-docker-example-static-dist.yaml
index 03cf23f626..0b381fddfa 100644
--- a/examples/karaf-docker-example/karaf-docker-example-static-dist/k8s/karaf-docker-example-static-dist.yaml
+++ b/examples/karaf-docker-example/karaf-docker-example-static-dist/k8s/karaf-docker-example-static-dist.yaml
@@ -28,4 +28,3 @@ spec:
         requests:
           memory: "250Mi"
       command: ["karaf", "run"]
-      args: ["--vm", "1", "--vm-bytes", "250M", "--vm-hang", "1"]
\ No newline at end of file