Eric Yang created HDDS-1825: ------------------------------- Summary: Kubernetes deployment starts only one data node by default Key: HDDS-1825 URL: https://issues.apache.org/jira/browse/HDDS-1825 Project: Hadoop Distributed Data Store Issue Type: Improvement Reporter: Eric Yang
By following [Ozone wiki|https://cwiki.apache.org/confluence/display/HADOOP/Deploy+Ozone+to+Kubernetes] to deploy Ozone on Kubernetes, the default deployment result looks like this: {code} $ kubectl get pod NAME READY STATUS RESTARTS AGE datanode-0 0/1 Pending 0 11m om-0 0/1 Pending 0 11m s3g-0 0/1 Pending 0 11m scm-0 0/1 Pending 0 11m {code} There should be three datanodes for Ozone to work. -- This message was sent by Atlassian JIRA (v7.6.14#76016) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org