stackabletech / hdfs-operator

Apache Hadoop HDFS operator for Stackable
Other
40 stars 4 forks source link

fix(getting started): use cluster-internal listener class #492

Closed razvan closed 8 months ago

razvan commented 8 months ago

Fixes this problem:

❯ kubectl exec -n default webhdfs-0 -- curl -s -XGET "http://simple-hdfs-namenode-default-0:9870/webhdfs/v1/testdata.txt?user.name=stackable&op=CREATE&noredirect=true"
command terminated with exit code 6
sbernauer commented 8 months ago

Please always use something accessible from outside of k8s for getting started guides, created https://github.com/stackabletech/hdfs-operator/pull/493