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:41:20 UTC

[karaf] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new a895c784ad K8s static-dist.yaml has leftovers
     new 7ccc5cc9f5 Merge pull request #1544 from ecki/patch-2
a895c784ad is described below

commit a895c784ad1b8762e443e0b48af73ec25857e830
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.
---
 .../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