forked from apache-spark-on-k8s/kubernetes-HDFS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove resolv.conf and associated docs (apache-spark-on-k8s#20)
* Remove resolv.conf As it’s no longer needed due to apache-spark-on-k8s#16 Fixes apache-spark-on-k8s#19 * Update docs to reflect k8s 1.6 requirement
- Loading branch information
Showing
8 changed files
with
10 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
### Prerequisite | ||
|
||
Requires Kubernetes 1.6 as the `namenode` and `datanodes` are using `ClusterFirstWithHostNet`, which was introduced in Kubernetes 1.6 | ||
|
||
### Usage | ||
|
||
Helm charts for launching HDFS in a K8s cluster. They should be launched in | ||
the following order. | ||
|
||
1. `hdfs-resolv-conf`: Creates a config map containing resolv.conf used by | ||
the HDFS daemons. See `hdfs-resolv-conf/README.md` for how to launch. | ||
2. `hdfs-namenode-k8s`: Launches the hdfs namenode. See | ||
1. `hdfs-namenode-k8s`: Launches the hdfs namenode. See | ||
`hdfs-namenode-k8s/README.md` for how to launch. | ||
3. `hdfs-datanode-k8s`: Launches the hdfs datanode daemons. See | ||
2. `hdfs-datanode-k8s`: Launches the hdfs datanode daemons. See | ||
`hdfs-datanode-k8s/README.md` for how to launch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
charts/hdfs-resolv-conf/templates/resolve-conf-configmap.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.