[ 
https://issues.apache.org/jira/browse/HDDS-1871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16912648#comment-16912648
 ] 

Hudson commented on HDDS-1871:
------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17162 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17162/])
HDDS-1871. Remove anti-affinity rules from k8s minkube example (aengineer: rev 
8fc6567b946f1d536ffed4798b5403a365021464)
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/getting-started/s3g-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-ozone-serviceaccount.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/definitions/ozone/datanode-ss.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/getting-started/scm-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/Flekszible
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/prometheus-operator-clusterrolebinding.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-ozone-clusterrole.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-ozone-clusterrolebinding.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/om-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/scm-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-ozone-clusterrole.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-ozone-clusterrolebinding.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/minikube/datanode-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/datanode-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/getting-started/om-statefulset.yaml
* (edit) hadoop-ozone/dist/src/main/k8s/examples/minikube/s3g-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/getting-started/datanode-statefulset.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-ozone-serviceaccount.yaml
* (edit) 
hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/prometheus-clusterrole.yaml


> Remove anti-affinity rules from k8s minkube example
> ---------------------------------------------------
>
>                 Key: HDDS-1871
>                 URL: https://issues.apache.org/jira/browse/HDDS-1871
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: kubernetes
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> HDDS-1646 introduced real persistence for k8s example deployment files which 
> means that we need anti-affinity scheduling rules: Even if we use statefulset 
> instead of daemonset we would like to start one datanode per real nodes.
> With minikube we have only one node therefore the scheduling rule should be 
> removed to enable at least 3 datanodes on the same physical nodes.
> How to test:
> {code}
>  mvn clean install -DskipTests -f pom.ozone.xml
> cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/kubernetes/examples/minikube
> minikube start
> kubectl apply -f .
> kc get pod
> {code}
> You should see 3 datanode instances.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to