[
https://issues.apache.org/jira/browse/HDDS-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888081#comment-16888081
]
Eric Yang commented on HDDS-1825:
---------------------------------
I am not familiar with Kubernetes, but the expected output supposed to look
like this:
{code}
$ kubectl get pod
NAME READY STATUS RESTARTS AGE
datanode-0 3/3 Running 0 11m
om-0 1/1 Running 0 11m
s3g-0 1/1 Running 0 11m
scm-0 1/1 Running 0 11m
{code}
> 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
> Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]