From c40c965942ccea6c33e130ca372e5a5716e04f0d Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Fri, 10 Jan 2025 17:31:12 +0100 Subject: [PATCH] Improve current feature --- TODO.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO.org b/TODO.org index ddd44e30..4748b00d 100644 --- a/TODO.org +++ b/TODO.org @@ -1,7 +1,6 @@ #+TITLE: current * TODO monitor issue (prometheus): https://github.com/kubeflow/spark-operator/issues/2380 * TODO hdfs operator management - ** TODO limit and request for memory: monitor issue https://github.com/stackabletech/hdfs-operator/issues/625 ** TODO open issue: zkfc on datanode is not compliant with memory setting In the example below memory limit is 256Mi for nameNode in hdfscluster CR, but it become 768Mi in each related pod because the `zkfs` container is not impacted by the CR configuration. @@ -28,8 +27,6 @@ kubectl get pods -n hdfs simple-hdfs-namenode-default-0 -o jsonpath -o=jsonpath "memory": "512Mi" } } - - ** TODO management of argoCD default values (jqpath expression): monitor issue https://github.com/stackabletech/hdfs-operator/issues/626 ** TODO open issue: be able to run only one dataNode on CI