You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/12 15:08:12 UTC

[GitHub] [hadoop] elek edited a comment on issue #945: HDDS-1646. Support real persistence in the k8s example files

elek edited a comment on issue #945: HDDS-1646. Support real persistence in the k8s example files 
URL: https://github.com/apache/hadoop/pull/945#issuecomment-500825750
 
 
   I created a new kubernetes cluster definition (`getting-started`). After this patch we will have the following resources:
   
    * minikube (for Minkube usage, ephemeral)
    * getting-started (for real kubernetes cluster, ephemeral)
    * ozone (for normal use-cases, real persistence)
    * ozone-dev (for development and performance test, ephemeral by default)
   
   Included in this jira:
   
    * I created rules to add LocalPersistentVolume based PVC
    * I removed the support of daemonset based datanodes as it's not possible to support PVs
    * I added pod antiAffinity rules to ensure that the statefulset based pods are scheduled to different nodes
    * securityContext/fsGroup is used to make sure that we have permission to write the volumes 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org